What is the memory manager?
-splits RAM into segments
- assigns different process base on needs
- handle virtual memory
What is process manager?
What is a file manager?
Manage file system and secondary storage devices
What is software?
Interact with OS and hardware drivers making use of the hardware
What is application software?
Software that allows the user to carry out specific tasks
What is paging?
What is segmentation?
What is virtual memory?
What are the design goals for memory management?
What is interrupts?
Electronic signals or process generated signal sent to CPU inform that devices/ process requires attention
What is interrupt priority?
Interrupts can be interrupted themselves if the new one becomes a priority
What are buffers?
Small pieces of memory in case CPU not ready to deal with the interrupt
What is processor scheduling?
Decide which take to process for how long and what order achieved through scheduling algorithms
What are the aims for processor scheduling?