RAM /ROM / BIOS / VM Flashcards

1
Q

RAM

A

‘Working’ area of the computer. Programs and data currently in use is stored in the RAM. On startup the BIOS loads the OS into the RAM.
CHARACTERISTICS -
- Random Access - allows data items to be read or written in almost the same amount of time irrespective of the physical location of data inside the memory
Volatile -> emptied on power down
- 1 GB - 16 GB

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

ROM

A

A permanent area of storage, the contents can’t be altered by software. Contents of ROM is written at manufacture
CHARACTERISTICS -
- Read Only Access
- Non-Volatile -> retains data at power down
- Mainly used to store firmware or application software in plug-in cartridges
Examples of ROM - Bootloader (BIOS/UEFI)

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

BIOS/UEFI

A

Basic Input Output System / Unified Extensible Firmware Interface. The BIOS is preforms the hardware initialisation during the bootup and provides runtime services between OS and hardware. UEFI was designed to be the successor of BIOS

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

Virtual Memory

A

When the RAM is full, the OS uses some of the secondary storage as Virtual Memory. This means the computer can continue to run. Pages (blocks of data) are transferred to the virtual memory when not needed thus freeing up space and returned to RAM when they are needed.

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