memory and storage Flashcards

1
Q

primary storage

A

it refers to the memory areas that the CPU can access very quickly, like CPU registers, RAM, ROM and cache. primary storage has the fastest read / write speed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

RAM

A

RAM, often referred to as primary memory is high speed read / write memory that is volatile meaning that all data and instructions are removed when the power is turned off. when a computer boots up, the OS is copied from the secondary to the RAM. when the RAM is used up, the unused applications are offloaded to the Virtual memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

2 types of RAM

A

Static RAM - use transistors to store data
dynamic RAM - use capacitors to store data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

ROM

A

it comes on a small, factory made chip built into the motherboard and is read only. it contains all the instructions a computer needs to properly operate. these include the BIOS, POST and the bootstrap. As soon as the computer powers on, the CPU reads the instructions from the ROM. This tells the CPU to perform self checks and set up the computer, e.g. Test the memory is working, see what hardware is present and copy the OS from the secondary storage into the RAM.
It controls basic technical configurations of the computer such as the processor speed and system time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

bootstrap

A

the first piece of code that runs when a machine starts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

POST

A

power on self test - is the initial set of diagnostic tests performed by the computer right after it turns on

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

BIOS

A

basic input output system - it is software stored on a small memory chip on the motherboard

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

virtual memory

A

Virtual memory is a reserved/allocated area of disk used as an extension of RAM.
When RAM becomes full of programs and/or data, instructions /data not currently being used, these are swapped to virtual memory.
This frees area in RAM for new programs or data.
When the old instructions/data are needed, something else is swapped out and the needed instructions/data swapped back into RAM.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

advantages of SWAP memory

A

uses cheap secondary storage on the hard drive, prevents error messages saying “out of memory” and files will stay open

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

disadvantages of SWAP memory

A

accessing virtual memory is very slow, the existing data is the RAM needs to be copied to the virtual memory, then the data in virtual memory needs to be copied to the RAM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

secondary storage

A

Secondary storage is required for permanent storage of software and data / it is non-volatile
it is where all data (OS, applications and user files) are stored when not in use. it includes magnetic HDDs, SSDs, digital versatile discs (DVDs), compact disc (CD), SD cards and USB drives. it is non - volatile and read / write speeds are much slower compared to primary storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

magnetic storage

A

Magnetic devices such as hard disk drives use magnetic fields to magnetise tiny individual sections of a metal spinning disk. Each tiny section represents one bit. A magnetised section represents a binary ‘1’ and a demagnetised section represents a binary ‘0’. These sections are so tiny that disks can contain terabytes (TB) of data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

advantages of magnetic storage

A

capacity - high storage
cost - low per gigabyte
speed - moderate read / write access

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

disadvantages of magnetic storage

A

durability - moving parts can get damaged if dropped
portability - heavy and bulky making them less convenient for transport
reliability - prone to mechanical failure (moving parts)
noise - loud (spinning discs)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

optical storage

A

Optical devices use a laser to scan the surface of a spinning disc made from metal and plastic. The disc surface is divided into tracks, with each track containing many flat areas and hollows. The flat areas are known as lands and the hollows as pits.

When the laser shines on the disc surface, lands reflect the light back, whereas pits scatter the laser beam. A sensor looks for the reflected light. Reflected light (lands) represents a binary 1, and no reflection (pits) represents a binary 0.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

advantages of optical storage

A

cost - low per gigabyte
durability - no moving parts
portability - small and no moving parts
noise - silent

17
Q

disadvantages of optical storage

A

capacity - very low
speed - very slow read / write speed
reliability - prone to scratches

18
Q

solid state storage

A

Solid state storage is a type of non volatile media that uses electronic circuits to store 0s and 1s. Most SSDs use a type of flash memory. They have no moving parts and are used for the same purpose as HDDs for internal / external storage.

19
Q

advantages of solid state storage

A

capacity - medium / high storage
speed - very fast read / write access
durability - no moving parts
portability - small and no moving parts
noise - silent

20
Q

disadvantages of solid state storage

A

cost - very high per gigabyte
reliability - limited read / write cycles