Difference between - a) An Interpreter and Compiler b) Buffering and Spooling c) Time Sharing and RTOS.
Answers
Explanation:
Interpreter translates just one statement of the program at a time into machine code. Compiler scans the entire program and translates the whole of it into machine code at once. An interpreter takes very less time to analyze the source code.
Spooling overlaps the input and output of one job with the computation of another job. Buffering on other hand overlaps the input and output of one job with the computation of the same job.
The main difference between time sharing and the real-time operating system is that, In time sharing OS, the response is provided to the user within a second. While in real time OS, the response is provided to the user within time constraint. ... While in this operating system Switching method/function is not available.
hope this will help u