operating system ch 2 – Flashcards
Unlock all answers in this set
Unlock answersquestion
What is the purpose of system calls?
answer
System calls allow user-level processes to request services of the operating system.
question
What are the five major activities of an operating system with regard to process management?
answer
a. The creation and deletion of both user and system processes b. The suspension and resumption of processes c. The provision of mechanisms for process synchronization d. The provision of mechanisms for process communication e. The provision of mechanisms for deadlock handling
question
What are the three major activities of an operating system with regard to memory management?
answer
a. Keep track of which parts of memory are currently being used and by whom. b. Decide which processes are to be loaded into memory when memory space becomes available. c. Allocate and deallocate memory space as needed.
question
What are the three major activities of an operating system with regard to secondary-storage management?
answer
• Free-space management. • Storage allocation. • Disk scheduling.
question
system calls
answer
programming interface to the services provided by the OS
question
types of system calls
answer
-process control : create process,load execute -file management :create / delete file -device management : delete device -information maintenance : get time/date ,set time/date -communications : create delete connection