Operating Systems
102 OS notes | PDF
- manage resources
- utilities
- user interface
- kernel
- device driver
- multitasking
- virtual memory
Audio Quick Review (9:50)
Review Questions
This is not work to be turned in for a grade. They are however very
similar to the questions on the Comprehension Quiz.
- What are the three main jobs of the Operating System?
- Name three different operating systems (different versions of the same
system do not count).
- What is a command line interface?
- What is a WIMP GUI?
- What does WIMP GUI stand for?
- What is a device driver?
- What is the kernel of the OS?
- What is multitasking?
- What is multithreading?
- Under what circumstances must we do timeslicing instead of parallel
processing?
- What is timeslicing?
- What is a context switch.
- What is overhead in timeslicing?
- What is an interrupt?
- What is the advantage of an interrupt based system?
- What is a logical address? What is a physical address?
- What is a page table?
- How does virtual memory deal with making sure programs can run at any
location in MM?
- How does virtual memory keep programs from overwriting each other in MM?
- What common confusion do people have about virtual memory and page
swapping?
- How does page swapping help when we run out of space in MM?
- Does page swapping slow down the running of a program?
- How is virtual memory involved in page swapping?