Posts

Showing posts from February, 2020

Digital assistant syllabus explanation

Part-B for Digital Assistant Online Classes ECE Syllabus Communication Engineering  CSE Syllabus: Operating Systems Data Structures Computer Networks Computer Organization Database Management Systems Number Systems and Digital Circuits Programming Languages EEE Syllabus: Circuit Theory Electronic Devices and Circuits (EDC) DC and AC Machines Power Systems Electrical and Electronic Measuring Instruments

Dynamic loading

Dynamic loading Dynamic loading is a mechanism by which a computer program can, at run time, load a library (or other binary) into memory, retrieve the addresses of functions and variables contained in the library, execute those functions or access those variables, and unload the library from memory.