What is meant by the term multitasking?
What is file management?
What is user management?
What are the 2 methods of dividing memory into smaller sections?
Describe paging
Describe segmentation
What is Virtual memory?
What is an interrupt?
What is the ISR?
What happens when an interrupt is received?
What does popping the frame of the stack allow us to do?
What happens when a high-priority interrupt comes along while an interrupt is being executed?
What are some examples of hardware interrupts?
What are some examples of user interrupts?
What are some examples of software interrupts?
What are some examples of timer interrupts?
What are some examples of I/O devices interrupts?
What does a scheduler do?
Explain the process of scheduling using Process A as an example
What is an FCFS algorithm?
What is a SJF algorithm?
What is a RR algorithm?
What is a SRT algorithm?
What is a MLFQ algorithm?