Why do we need primary storage
For faster access speed. Reading and writing from a hard disk is is a very slow compared to the speed of the processor so we use RAM to act as a temporary storage for programs and data while the program is being executed by the CPU
Key characteristics of ROM
Key characteristics of RAM
Why is virtual memory needed
Sometimes when RAM isn’t big enough to hold all the open programs and data in use, virtual memory will be used. This is a small section of the hard disk that is used like RAM. However, in order for the programs or data to be used, they have to be switched back over into RAM which is time consuming and can cause disk thrashing.
Why is secondary storage needed
Because ROM is read only and RAM is volatile
What are the 3 common types of storage
What is the portability of secondary storage
How easily it can be unplugged and carried away, whether it fits in a pencil case or needs a larger bag
What is the durability of secondary storage
how easily it can be damaged
What is the reliability of secondary storage
how long it will last
Advantages and disadvantages of Magnetic storage (6)
Advantages and disadvantages of Solid State storage (6)
Advantages and disadvantages of Optical storage (6)
Units of data storage in order
why must data be stored in binary
Because the computer understands the 1 to be on or true and the 0 to be off or false
Equation to work out sound file size
sound file size = sample rate x bit depth x duration (secs)
Equation to work out image file size
image file size = colour depth x image height(px) x image width(px)
Equation to work out text file size
text file size = bits per character x number of characters
what is an overflow error
when two binary numbers are added and the number is valued as more than 255 so the 8 bit binary can no longer store it
How are characters represented on a computer
as binary
What is a character set
all the different characters a computer can represent, encoded using a given number of bits
Number of bits per character in ASCII and therefore maximum number of characters in the set
7
128
Number of bits per character in Unicode and therefore maximum number of characters in the set
16
65,000+
Advantages and disadvantages of Unicode
How are images represented by binary
Every image is a series of pixels and each pixel is a specific colour, represented by a specific code