Differentiate between Complier and Interpreter - operating system

Differentiate between Complier and Interpreter

A complier converts the programming language code to machine readable form during compilation. An interpreter converts each line of code to machine format at run time. A complier is more used and efficient as it produces a complete machine language program, which can then be executed.

Differentiate between Complier and Interpreter

- The program syntax is checked by the compiler; where as the keywords of the program is checked by the interpreter.

- The complete program is checked by the compiler, where as the interpreter checks simultaneously in the editor.

- Color coding is provided to the program by the interpreter, and enables self debugging while authoring a program.

- Interpreter converts each source code line into machine code and executes on the fly.

- Compiler takes more time for analyzing and processing the program, where as the interpreter takes very less time for analyzing and processing the program
Describe different job scheduling in operating systems
Job scheduling is an activity for deciding the time for a process to receive the resources they request. First Come First Served: In this scheduling, the job that is waiting for a long time is served next........
What is a Real-Time System? - operating system
Real-time system is the study of hardware and software, which are subject to the operational deadlines from event to the system response......
What do you mean by deadlock? - operating system
Dead lock is a situation of two or more processes waiting for each other to finish their tasks. In this situation no progress or no advancement is made.......
Post your comment
Discussion Board
cache memory...
Cache memory is a high speed memory In the cpu to that fastest access to that data...it is placed between the CPU and main memory...it is faster then the main memory.... Cache memory is a RAM( random acess memory)...it provided the processor to most frequntly requested data....its ranges forms 1 to 16 bytes....the cache memory is a fastest memory....
surbhi 12-27-2015