Compiler Basics Lecture by Mrs. Deepika Shrivastava.

Compiler is a program which coverts High Level Language (source code) into assembly level language (executable code). Compiler works fast as compared to interpreter. Compiler comprises of following:

Process Management Lecture by Mrs. Deepika Shrivastava.

Process is a program in execution. Process is dynamic and active and it resides in Main memory. Process is a data structure which has attributes as well as process states. Attributes …