Process Management

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 …

Compiler Basics

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: 1. Lexical Analyzer …