What does BIOS stand for?
-Basic input and output -software/system
What is interrupting software?
-A safe way to exit what you are doing.
What is managing memory?
What is paging?
What is segmentation?
- You can copy whole segments into cache.
What is the “heap” in segmentation?
-It is a general purpose part of memory.
What is “stack” in segmentation?
-A place wher eyou store the functions in the page
What is virtual memory?
-If an application is not being used it is copied into the page file.
What is diskthrashing?
-When pages are constantly beging changed from memory into ram.
How does RAM reduce seek time?
-It is electronic - so it is very fast.