1.2 Memory And Storage Part 1 Flashcards

1
Q

RAM:

A

Random Access Memory is the main memory in a computer. It can be read and written to. RAM is volatile. RAM stores data, files and programs currently in use.

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

ROM

A

Rom comes on a small factory- made chip built into the motherboard. It stores the instructions needed to boot (BIOS)

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

Volatile:

A

Volatile memory is temporary memory. It requires power to retain its data. Non-volatile is permanent memory; it keeps data even when the power is off.

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

Virtual Memory:

A

When RAM is full the operating system moves data from RAM to a location on secondary storage called Virtual Memory. The data is swapped back to RAM if needed

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

Primary Storage:

A

Primary storage refers to the memory that is directly accessed by the CPU e.g. ROM, RAM, Cache, Registers

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

Secondary storage:

A

Secondary storage is non-volatile. It is where all data (the operating system, applications and user files) are stored when not in use

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

SSD:

A

Solid State Drives (SSDs) are storage devices with no moving parts. SSDs have fast read/write speeds. E.g. SSD Internal / External drive, USB Stick, SD Card. High capacity, portable, reliable. Low energy

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

Optical Storage:

A

Optical storage includes CDs, DVDs and Blu-ray. Optical storage is very cheap per GB and is very portable.

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

Magnetic Storage:

A

Magnetic storage includes hard
drives and magnetic tape. Both of these have a large storage capacity and have a low cost per GB.

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

Capacity:

A

The amount of data that can be stored on the device.

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

Reliability:

A

The shelf life of the media. How long it will retain data so that it can be accessed reliably and without error in the format in which it was originally saved.

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

Speed:

A

How quickly can the data be accessed from or written to the media

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

Portability

A

Can the media be easily moved about? This depends on both the size and weight of the media.

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

Cost:

A

How expensive the media is in
terms of cost per gigabyte of storage.

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

Durability:

A

How resistant the media is to damage; whether it is rugged enough to survive knocks, scratches, etc.

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

Bit:

A

A single binary digit(1/0)

17
Q

Byte:

A

A byte is enough to hold one typed character e.g. b

18
Q

Nibble:

A

4 bits or half a byte

19
Q

Kilobyte:

A

1000 bytes
About 2 pages of text ≈ 1 KB

20
Q

Megabyte:

A

1000 kilobytes
1 minute of mp3 audio ≈ 1 MB
A high quality digital image ≈2 MB

21
Q

Gigabyte:

A

1000 megabytes
A DVD movie ≈ 4 – 8 GB

22
Q

Terabyte:

A

1000 gigabytes
1 TB ≈ 250,000 photos 1 TB ≈ 250 films

23
Q

Petabyte:

A

1000 terabytes
1 PB ≈ 11,000 movies
1 PB ≈ storing 4,000 photos per day over an entire lifetime

24
Q

Primary storage need:

A

Fast access to currently running

25
Q

Need for secondary:

A

Long term, non volatile

26
Q

Sound file size:

A

Sample rate x duration x bit depth

27
Q

Full backup and incremental:

A

Full: copy every file and all data
Incremental: only copy files/data that changed
Reduces backup time, reduces storage. Incremental can only be done after full