What are the four types of Operating System and what type of device or system do they operate in?
Describe the key features of the Desktop OS.
Describe the key features of the Server OS.
Describe some key features of the IOS/Mobile OS.
Describe key features of the Real Time OS.
Both file allocation systems “Continuous allocation” and “Linked lists” will encounter an issue known as fragmentation. What is this and how does it affect both systems?
Describe FAT. (File allocation table).
Describe Inodes.
Describe NTFS (New technology file system).
Describe what “virtual memory” is.
Give an advantage and a disadvantage.
-Allows more RAM usage through borrowing disk space.
Advantage: Allows loading of applications bigger than memory.
Disadvantage: Slower than pure RAM.
Describe the three task states:
“Running”
“Ready”
“Waiting”.
Running: Currently being executed.
Ready: Not being executed but is prepared to be executed.
Waiting: task won’t run due to not being prepared or ready.
Windows uses a number range to set priority of tasks. What is the range of numbers and what kind of tasks falls within each range?
0-15- Dynamic Applications, less critical.
16-31- Real time processes, Critical.
0 is low priority, 31 is high.
Describe what a page is.
A page is a form of memory management, a chunk which can be swapped.
Pages are organised like pages in a book, very organised!
Describe a page table.
Also describe whata present bit shows, and what an accessed bit shows.
And what TLB is.