1.2 Flashcards
(22 cards)
ROM (3)
properties (what is it)
A small piece of read only memory located on the motherboard
Non volatile
Contains very first instructions for the computer boostrap
RAM
Temporary storage of instructions and data
Holds information being executed by the processer
Volatile
Much faster than the hard disk
Primary storage e.g’s
RAM, ROM, registers and cache
Secondary storage e.g’s
Solid state storage devices, USB memory sticks
optical storage devices, such as CD, DVD and blu-ray discs magnetic storage devices such as hard disk drives
Primary storage properties
With exception of ROM all volatile
ROM is considered real only
Relatively small capacity compared to secondary storage
is very fast relative to secondary storage
Secondary storage properties
All non volatile
Much larger storage capacity compared to primary storage
much slower than primary storage
Why is secondary storage required (3)
Secondary storage is needed because the memory in a computer system is either ROM which is read only and cannot be changed or the ram which is volatile and is lost when the power is switched off
Order of what the computer does when being turned on
The CPU receives power and gets its initial start up instructions from the bootstrap contained on the ROM
The operating system + other software and data stored on non-volatile secondary storage devices such as the hard disk can be loaded by the CPU into main memory, RAM so it can be accessed quickly
Advantages of optical storage and disadvantages
Advantages: Thin, lightweight, portable and cheap
Disadvantages: Low capacity compared to other types of storage
Slow to access data
Magnetic (Hard disk drive, tape) Advantages and disadvantages
Advantages
High storage capacity
Quick to access data
Cheap
Disadvantages:
Has moving parts, which eventually fail
Fragile
Slow access times
Perform better if defragmented
Solid state (SSD, Memory sticks, Flash memory cards) Advantages and disadvantages
Advantages: Very quick to access data
No moving parts, very reliable
No noise
Low power
No need to defragment
Disadvantages:
Limited number of read/write cycles
Expensive compared to other types of storage
Formula for calculating file size in text files +
(7 * num of charachters including spaces) / 8
Formula for calculating file size in audio files
(sample rate * duration * bit depth) / 8
Formula for calculating file size in images
(image height * color depth * image width) / 8
How can data be converted into binary in RAM
They either hold a charge in having the value of one and not holding one would be 0
How can data be converted into binary in a hard disk
Using magnets north and south being 1 and 0
How can data be converted into binary in a optical disc
Light can either be reflected on the surface or not
How can data be converted into binary in a solid state memory devices
By trapped electrons or free electrons 0 or 1
Whats an advantage of just having two states of electronic components
Easier to manufacture
Therefore cheaper
More reliable
Convert 12 denary to hex
C
Convert 24 denary to hex
18
convert 230 denary to hex
E6