1.2 Memory and Storage Flashcards

1
Q

ROM

A

Read Only Memory

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

RAM

A

Random Access Memory

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

What is RAM?

A

Main memory, primary memory, primary storage

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

How is RAM used?

A

Can be written and read to. Much faster than a hard drive.

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

What does the RAM store?

A

The OS (or part in use), the software currently in use and the data which the software is using

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

Is RAM volatile?

A

RAM is volatile, which means that it loses data when power is turned off

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

RAM when the computer is turned on

A

When the computer is first turned on, no data is stored in RAM

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

The OS and RAM

A

The computer first loads the OS from the hard drive into RAM.

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

Programs and data in RAM

A

When applications are loaded, they are copied into RAM from the hard drive. Documents and files that are used with those programs are also opened by copying them into RAM.
RAM starts to fill up as all these programs, documents and files are copied.

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

Virtual memory

A

Is part of the hard drive and used as an extension to RAM

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

Advantages of virtual memory

A

Uses cheap secondary storage on the hard drive, prevents error messages saying, ‘out of memory’ - the programs and files will still open

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

Disadvantages of Virtual Memory

A

It is very slow to access as to access data, the existing data in RAM needs to be copied to the virtual memory, then data in virtual memory needs to be copied to RAM

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

Characters -

A

simply letters, numbers and symbols

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

Character set

A

all the set of all characters (letters, numbers, symbols) that a computer can understand.

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

ASCII

A

uses 7-bits which could store 27 = 128 characters. ASCII was later upgraded to 8-bits which could store 28 = 256 characters.

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

Unicode (16-bit and later 32-bit)

A

was brought in to allow other languages, with all their various letters and symbols to be able to be represented in a computer system.

17
Q

Resolution -

A

the number of bits per area of an image. Higher resolution = better quality (clearer).

18
Q

Colour depth (bit-depth) –

A

number of bits per pixel. Higher bit depth = more colours

19
Q

Sample rate/sampling frequency -

A

The number of samples of the sound taken per second.

20
Q

Bit depth or “sample size” -

A

The number of frequencies/pitches that can be represented. The higher the sampling frequency/sample rate and bit-depth/sample size the better the file will represent the original analogue sound.

21
Q

Bit rate:

A

The amount of data per second that is required to stream/play the sound back again.

22
Q

Metadata:

A

Data about data. For example, an image file might contain metadata that gives the resolution and colour depth.

23
Q

Binary shifts -

A

Binary shifts or “bit-shifts” moves binary numbers to the left or right. A shift of 1 space left will double the number. 1 shift right will halve it.

24
Q

Units of storage:

A
  • Bit = 1 or 0 (smallest unit of data).
  • Nibble = 4 bits
  • Byte = 8 bits
  • KiloByte = 1024 Bytes
  • MegaByte = 1024 x 1024 (roughly 1 million) Bytes
  • GigaByte = 1024 x 1024 x 1024 (roughly 1 billion) Bytes
  • TeraByte = 1024 x 1024 x 1024 x 1024 (roughly 1 trillion) Bytes