Operating System Programming and Technical

Q. Differentiate between Complier and Interpreter?

A. An interpreter reads one instruction at a time and carries out the actions implied by that instruction. It does not perform any translation. But a compiler translates the entire instructions

Read Solution (Total 0)

Operating System Other Question

Q. What is logical and physical addresses space?

A. Logical address space is generated from CPU; it bound to a separate physical address space is central to proper memory management. Physical address space is seen by the memory unit. Logical address space is virtual address space. Both these address space will be same at compile time but differ at execution time.
Q. What is Throughput, Turnaround time, waiting time and Response time?

A. Throughput - number of processes that complete their execution per time unit Turnaround time - amount of time to execute a particular process Waiting time - amount of time a process has been waiting in the ready queue Response time - amount of time it takes from when a request was submitted until the first response is produced, not output (for time-sharing environment)