Memory and Storage Flashcards

1
Q

What is a memory unit and what does it store?

A

A memory unit is the collection of storage units or devices together and stores the binary information in the form of bits.

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

What are the two types of memory and what do they mean?

A

Volatile and Non-Volatile. Volatile means it loses data when the power is off, it is a type of primary storage. Non-Volatile means the data is kept when the power is turned off, it is a type of secondary storage

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

What is the meaning of primary and secondary storage?

A

Primary storage stores small amounts of data and
information that will be immediately used by the CPU.
Secondary storage (also called mass storage) stores much
larger amounts of data and information (e.g., software
applications, databases, photos) for extended periods of
time

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

What are the three types of information that is stored in primary storage?

A

Data to be processed by the CPU, Instructions for the CPU as to how to process the data and Operating system programs that manage various aspects of the computer’s
operation.

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

What are the main types of primary storage?

A

Registers, RAM, ROM and cache memory

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

Define Registers.

A

Registers are part of the CPU with the least
capacity, storing extremely limited amounts of instructions
and data only immediately before and after processing

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

Define Cache Memory.

A

A type of primary storage where the
computer can temporarily store blocks of data that are used
more often (to aid performance)

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

Define RAM.

A

Stands for Random Access Memory. The part of primary
storage that holds a software program and small amounts of
data when they are brought from secondary storage. RAM is
also called main memory or working memory

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

Define ROM.

A

Stands for Read Only Memory. A type of primary storage
where certain critical instructions are safeguarded. The
storage is non-volatile and retains the instructions when the
power of the computer is turned off

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

Explain Registers.

A
  • Single storage locations within the CPU used for a particular purpose
  • Used to hold a binary value temporarily
  • Manipulated directly by the Control Unit
  • Each register is wired within the CPU directly (no address needed)
    used for specific function
  • Size measured in bits or bytes (not MB/GB like other memory types)
  • Can hold data, an address or an instruction
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Explain Cache Memory.

A
  • Cache memory is extremely fast memory that is built into
    the CPU, or located on a separate chip close to the CPU
  • The CPU uses cache memory to store instructions/data that
    are repeatedly required to run programs, improving the
    overall system speed
  • This saves the CPU from fetching the instructions/data from the main memory which is slower
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the two types of RAM?

A

Static RAM (SRAM) and Dynamic RAM (DRAM)

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

Explain SRAM.

A

SRAM is the fastest type of RAM but is more expensive. It is mainly used in registers and cache memory.

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

Explain DRAM.

A

DRAM is cheaper than SRAM due to its simpler design. It also requires more power and generates more heat. The main memory used to store instructions and data is DRAM.

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

Explain ROM.

A
  • ROM holds programs and data permanently even when
    computer is switched off
  • The contents of ROM are fixed at the time of manufacture
  • ROM chip also holds BIOS software, which is the first code to run when the computer is powered on
  • Stores a program called the bootstrap loader that helps start up the computer
  • Different types of programmable ROM: PROM (Programmable ROM), EPROM (Erasable PROM), EEPROM (Electrically EPROM)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Explain Secondary Storage.

A
  • Memory capacity that can store very large amounts of data for extended periods of time
  • It is non-volatile (data is available after power turned off)
  • It takes much more time to retrieve the data because of the
    electromechanical nature
  • It is cheaper than primary storage
  • It can take place on a variety of media
17
Q

What is Sequential access?

A

Data access in which the computer
system must run through data in sequence in order to
locate a particular piece

18
Q

What is Direct Access?

A

Data access in which any item of the data
can be retrieved in a non-sequential manner by locating
it using the data’s addresses

19
Q

Name some storage devices.

A

Magnetic Tapes, Hard Disks, Optical Disks, Memory Card, External Hard Disk Drive and Flash Pens