Explain the concept of the batched operating systems?
Correct Answer
In batched operating system the users gives their jobs to the operator who sorts the programs according to their requirements and executes them This is time consuming but makes the CPU busy all the time
Correct Answer: Paging is solution to external fragmentation problem which is to permit the logical address space of a process to be noncontiguous, thus allowing a process to be allocating physical memory wherever the latter is available
Correct Answer: 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 firstresponse is produced, not output (for time-sharing environment)
Correct Answer: A real time process is a process that must respond to the eventswithin a certain time period A real time operating system is an operating system that can run realtime processes successfully
8. What are the various components of a computer system?
Correct Answer: System calls provide the interface between a process and the operating system System calls for modern Microsoft windows platforms are part of the win32 API, which is available for all the compilers written for Microsoft windows