SLR 1.2 Memory Flashcards

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

What does RAM stand for?

A

Random Access Memory

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

What is RAM?

A

“Volatile main memory. Access times are very fast. Often referred to as Main Memory, although RAM can be used in main areas of computing and computing storage. When used as main memory RAM typically can be thought of as containing the Operating System, programs in use and the data those programs are using while the computer is running.”

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

What does ROM stand for?

A

Read Only Memory

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

What is ROM?

A

“Memory for which the contents may be read by cannot be written to by the computer system. Software in ROM is fixed during manufacturing. It typically holds system boot up instructions. ROM is non-volatile. More modern types of ROM can be written to in limited ways, these include, PROM, EPROM and EAROM.”

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

What is virtual memory (sometimes called virtual storage)?

A

“Used when sufficient immediate-access storage (main memory i.e. usually RAM) is not available. Part of a disk drive (Hard Disk Drive or other secondary storage e.g. flash memory) is allocated to be used as if it were main memory. This is very slow, and the software will attempt to use the immediate-access store if possible.”

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

What is immediate-access storage?

A

It is another name for main memory

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

What type memory is usually referred to as “main memory”?

A

Random Access Memory

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

What is primary storage?

A

Primary storage is memory that can be accessed directly by the Central Processing Unit. Random Access Memory, Read Only Memory and Cache are considered to be primary storage.

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

What is secondary storage?

A

Secondary storage is memory which the Central Processing Unit cannot access directly and is non-volatile. Example include CDs, DVDs, magnetic tape, Hard Disk Drives (HDDs), USB sticks, Solid State Drives (SSDs). Note that ROM is **NOT** secondary storage since it is accessed directly by the CPU.

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

What is an embedded Operating System (OS)?

A

A highly specialised, often quite limited and cut down operating system design to fit inside a certain type of machine. For example computers in cards, tragic lights, cash machines, Point Of Sale (POS - credit card machines), lifts, drinks machines etc. In contrast to an operating system for a general-purpose computer, an embedded OS is typically quite limited, often running only a single application. However, that single application is crucial to the device’s operation.

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

What is a multi-tasking Operating System (OS)?

A

Any type of system that is capable of running or appearing to run more than one program at a time.

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

What does BIOS stand for?

A

Basic Input Output System

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

What does BIOS do?

A

BIOS is part of the operating system that handles the input and output of the computer. It enables the operating system to use the particular features of the hardware being used.

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

Where is BIOS stored?

A

BIOS is stored in Read Only Memory (ROM)

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

What does POST stand for?

A

Power On Self-Test

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

What does POST do?

A

Power On Self-Test checks hardware such as keyboard, Random Access Memory, disk drives etc. are working correctly. It is called by BIOS on starting up the computer.

17
Q

What is a device driver?

A

A computer program that operates or controls a particular type of device that is attached to a computer e.g. a printer.

18
Q

Describe the features of RAM

A

-Volatile -Read and write -Removable -Cheap

19
Q

Describe the features of ROM

A

-Non-volatile -Read only -Small amount of storage -Contains firmware and bootstrap -Soldered to motherboard -Expensive

20
Q

Describe the features of flash storage

A

-Non-volatile -Read and write -Smaller capacity than hard drive -Solid state

21
Q

Give examples of uses of flash storage

A
  • Used for BIOS - Used as permanent storage in portable devices
22
Q

Give two differences between RAM and ROM (4 mark answer required)

A

RAM is volatile (1 mark) ROM is non-volatile (1 mark)

ROM is read only (1 mark) RAM is read and write (1 mark)

23
Q

What does volatlie mean?

A

The data stored in volatile memory is lost when the power is turned off.

24
Q

What is bootstrap?

A

The very first instructions that the computer loads on start-up