1.2 - storage and binary Flashcards
What is primary storage
RAM and ROM, storage on the motherboard
What is RAM
random access memory, stores currently running programs, volatile
What is ROM
bootstrap (start up) information, non-volatile, OS
What is virtual memory
when part of secondary storage is used as primary storage (allows to run bigger programs, slower)
What is secondary storage
Non volatile storage not on the motherboard
what are the three main types of secondary storage and how do they work
Optical - light reflected or not, portable
Magnetic - magnetised or not, cheaper
SSD (solid state) - transistor on or off, faster, smaller
Why do computers use digital electronics (on or off, binary)
To stop information being lost by interference
How do you add binary
0+0=0, 1+0=1, 1+1= 0 carry 1
what is an overflow error
when a number becomes too large to represent with 8 bits
how do you convert binary to denary
rightmost bit is 1, then 2, 4, 8, 16 ect. Then add them up
How do you multiply or divide binary
to x by 2 you shift the number left one, to / by 2 you shift the number right one.
how do you convert hex to binary
convert each digit into 4 bit binary number, then put them together
What is a pixel
a single square on a screen that can be coloured
What is metadata
the information about a picture that isn’t colour e.g. width and height, location, time created
What is colour depth
The number of bits per pixel in an image (number of colours)