1.2 primary memory Flashcards

1
Q

What is ROM?

A

ROM is non volatile and saves when the computer is off
Read only memory, small capacity, fast access times

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

What is RAM?

A

RAM is volatile and looses stuff when unpowered

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

Whats virtual memory?

A

Needed when there isn’t enough physical RAM to store open programs

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

Whats optical? (+ and -)

A

+ cheap, lightweight, portable
- slow access times, prone to scratches
C-D, DVD and Blu-ray

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

Whats magnetic? (+ and -)

A

+ cheap, large capacity
- slow access times, fragile
Tape, hard drive

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

Whats solid state? (+ and -)

A

+ durable, fast access times
- cost, limited read/write
SSD, memory stick

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

Denery to binary?

A

89 into binary=01011001

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

Binary to denery?

A

01100110 into denery=102

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

Binary addition?

A

01010101+10101010=11111111

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

Denery to Hex?

A

12 in hex
Find out 12 in binary then split it in half (draw a line down middle). Put 8 4 2 1 under each side and add. Then convert to hex.

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

Hex to Denery?

A

7C in Denery
(7x16) + (C or 12 x1)=124

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

Binary shift?

A

Shift one to left = doubles so if the binary equals 22 the end number would be 44.
Shift one to the right = halves so if the number was 20 it should be 10.

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

Whats ASCII?

A

It’s an English programming language

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

Whats Unicode?

A

It’s any language for programming

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

Num of colours can be calculated as?

A

2 to the power of n
n is the number of bits for each pixel

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

Lossy compression?

A

Some data is lost
Good for images and video

17
Q

Lossless compression?

A

No data lost less effective
Good for documents