Data storage Flashcards

1
Q

Cell

A

A unit of memory - 1 bit

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

Logic 1 logic 0

A

logic 1 - high voltage level
logic 0 - low voltage level

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

order

A

high order end of memory is most significant bit (MSB)
low order end of memory is least significant bit (LSB)

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

what identifies a group of cells in main memory

A

address

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

how are addresses in main memory named

A

They are numbers (hex) and assigned consecutively starting at zero

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

Main memory refers to

A

RAM (Random access memory)

CPU has fast access to and is volatile
data in RAM is ‘lost’ when machine is shut down

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

Accessing RAM

A

non-sequential access, time to access any address in RAM is constant

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

what does ram store

A

the data, instructions and results of the program currently being executed by the processor and the temporary data which is frequently used

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

two types of ram

A

static RAM -
- cells composed of flip-flops (needs continuous power)
- used for a computers cache as it is expensive and takes up a lot of space
- retains data bits as long as power is being supplied

dynamic RAM - each cell composed of a transistor and a capacitor (does not need continuous power).
- has to be refreshed every so often
- found in memory sticks

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

what is a kilobyte

A

1024 bytes (2^10 bytes)

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

what is a megabyte

A

1,048,576 bytes (2^20 bytes)

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

what is a gigabyte

A

1………. billion or so bytes (2^30 bytes)

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

nibble

A

4 bits

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

byte

A

8 bits

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

what is known as a volatile and temporary type of memory

A

RAM

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

why is mass storage advantageous over main memory

A

It is less volatile, larger storage capacity, low cost and can often be removed

17
Q

flash memory

A

circuits that trap electrons in tiny silicon dioxide chambers

18
Q

storage device that is subject to mechanical failure

A

hard disk drive

19
Q

mass storage performance depends on

A
  1. Data transfer rate (total amount of bits that can be transferred in a unit of time)
  2. Access time (total time between the request for data transfer and its arrival)
  3. Reliability - measure by mean time to failure