Memory Management Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Multitasking is only possible if…

A
  1. The operating system can support multitasking.
  2. The computer has enough memory to hold more than one program in primary memory at the same time.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe the process of paging

A
  1. Memory is broken up into fixed-size blocks, known as pages.
  2. When a program is run, it is loaded into memory.
  3. The operating system determines how much memory the program requires, and allocates enough pages to hold it and its documents.
  4. When the program is closed, the allocated pages are freed up for use by other programs.
  5. The operating system knows what each page occupies and fetches the data held in them when needed.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a peripheral?

A

Peripherals are hardware devices connected to a computer, such as a monitor, printer, scanner or camera.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Using device drivers brings two advantages:

A
  1. Any device can be used with the operating system, as long as a driver is available for it.
  2. Drivers can be updated, usually to give better performance or to remove a bug.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly