What is RAM
Random access memory
It stores open programs and files
Volatile
Rewritable
What is ROM
Read only memory
Stores start up instructions for computer
Non volatile
Read only
What is primary storage
Type of storage accessed by the cpu directly so very quick
Smaller than secondary
Sometimes called main memory
Includes ram and rom
What is secondary storage
It is a slower as it’s not directly accessed by cpu
It’s larger in size
It’s used for long term storage of data and file as its non volatile
What is virtual memory
It is a type of storage used when ram is full rather than the computer stopping. Files and data are stored in virtual memory but if virtual memory is used the system will slow down
Name three types of secondary storage
Optical
Magnetic
Solid state
Name an example of optical storage
CDs
DVDs
Name an example of magnetic storage
Hard disk drive
Floppy disk
Name an example of solid state storage
Memory stick
SSDs
SD cards
Advantages and disadvantages of magnetic storage
Large capacity
Fast access speed slower than solid state
Portable
Durable
Not very reliable can faulter
Advantages and disadvantages of optical storage
Small capacity
Slow access speed
Light pretty portable
Not very durable easily scratched
Decently reliable
Very cheap
Advantages and disadvantages of solid state storage
Large capacity
Durable
Portable as very small
Expensive
Reliable
Why must data be in binary format
I’m able to process and execute instructions they must be in a format the computer understands like binary
What is the affect of a binary shift left
Doubles the number
What is the affect of a binary shift right
Halves the number
What is character set
A table that matches together a character and a binary value
What is ascii
A character set
Not much memory space
8 bits 256 possible characters 2^8
Only enough for English laungage
What is uni code
A character set
More memory space
16 bits 65536 possible characters 2^16
Different launages to be represented
What are images made of
Pixels
What is resolution
How many pixels in an image
Higher resolution better quality but bigger file size
What is colour depth
Number of different colours in an image
What is meta data
Data that is stored in an image like location, bits per pixel, length or height of image
How do you calculate file size of an image
Size = colour depth * image length * image width
How do you calculate file size of a character set
File size = bits per character * number of characters