Term
Which of these is one of the major categories of system calls? |
|
Definition
Process Control Protection
File Manipulation Device Manipulation Information Maintenance Communications
|
|
|
Term
Which of these is process control related? |
|
Definition
load, execute create process, terminate process get process attributes, set process atrributes wait for time wait event, signal event allocate and free memory
end, abort |
|
|
Term
Which of these is file management related? |
|
Definition
create/delete file
open, close
read, write, reposition
get/set file attributes |
|
|
Term
Which of these is device management related? |
|
Definition
request/release device
read, write, reposition
get/set device attributes
attach/detach devices |
|
|
Term
Which of these is information maintenance related? |
|
Definition
get/set time or date
get/set system data
get/set process, file, or device attributes |
|
|
Term
Which of these is communication related? |
|
Definition
Create/delete connection
send/recieve messages
transfer info
attach/detach remote devices |
|
|