1.2 primary memory Flashcards
What is ROM?
ROM is non volatile and saves when the computer is off
Read only memory, small capacity, fast access times
What is RAM?
RAM is volatile and looses stuff when unpowered
Whats virtual memory?
Needed when there isn’t enough physical RAM to store open programs
Whats optical? (+ and -)
+ cheap, lightweight, portable
- slow access times, prone to scratches
C-D, DVD and Blu-ray
Whats magnetic? (+ and -)
+ cheap, large capacity
- slow access times, fragile
Tape, hard drive
Whats solid state? (+ and -)
+ durable, fast access times
- cost, limited read/write
SSD, memory stick
Denery to binary?
89 into binary=01011001
Binary to denery?
01100110 into denery=102
Binary addition?
01010101+10101010=11111111
Denery to Hex?
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.
Hex to Denery?
7C in Denery
(7x16) + (C or 12 x1)=124
Binary shift?
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.
Whats ASCII?
It’s an English programming language
Whats Unicode?
It’s any language for programming
Num of colours can be calculated as?
2 to the power of n
n is the number of bits for each pixel
Lossy compression?
Some data is lost
Good for images and video
Lossless compression?
No data lost less effective
Good for documents