1.6 MEMORY Flashcards

1
Q

WHAT DOES MEMORY DO?

Memory is main memory/primary storage

A

Stores instructions. Accessed faster than secondary storage.

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

WHAT ARE THE IMPACTS OF MEMORY AND PROCESSOR ON PERFORMANCE?

A

-Affects speed at which software can be loaded
-Affects speed of completion of software tasks.

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

RAM

A

Random Access Memory.

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

WHAT DOES PROCESSOR DO IN RELATION TO MEMORY?

A

Processor fetches software instructions from memory and executes.

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

WHERE IS SOFTWARE LOADED FROM?

A

Loaded from computer’s secondary storage.

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

ROM

A

Read Only Memory. Memory that can NOT be changed after manufacture. Stores only one program.

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

WHAT IS ROM USED FOR?

A

ROM is ONLY used to boot the system and load to OS from secondary storage in PCs.

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

EXAMPLES THAT STORE ONLY ONE PROGRAM?

A
  • Calculators
  • Digital watches
  • Washing machines
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

FEATURES OF RAM?

4

A
  1. Volatile - can NOT store data when it has no power = if power is off, all data in RAM is lost.
  2. Writing is fast
  3. Stores temporary data
  4. RAM can be upgraded using RAM slots on motherboard, can only add maximum supported by comuter.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

WHAT HAPPENS IF SPACE IN RAM BECOMES FOR AVAILABLE?

A

Active programs are then moved into RAM from virtual memory which improves the performance of those programs. The computer system’s performance can be improved when user uses multiple files/programs at the same time.

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

FEATURES OF ROM?

A
  1. Non-volatile - data is NOT lost when power is off.
  2. Writing is slow
  3. Stores permanent data
  4. Can NOT be upgraded.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

ARE RAM AND ROM ACCESSIBLE IN ANY ORDER?

A

YES

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

IMPACT OF SIZES OF RAM? (POSITIVE + NEGATIVE)

A
  • If more RAM is available more programs can run at the same time. More complex tasks can happen, when updates happen, updates often include complex features.
  • If there is not enough RAM, OS creates virtual memory by using an area of secondary storage.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

WHAT ARE THE 2 TYPES OF ROM?

A
  1. EPROM (Erasable Programmable Read Only Memory)
  2. EEPROM (Electrically Erasable Programmable Read Only Memory)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

WHAT IS EPROM?

A

Data from EPROM can be erased by exposing STRONG UV LIGHT. Can then be rewritten to it (reprogrammed).

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

WHAT IS EEPROM?

A

Data is erased by applying voltage to one of the pins on a ROM chip (applying a shock). By doing this, you DON’T need to remove ROM chip to erase its contents.

17
Q

WHAT WAS EEPROM LATER DEVELOPED INTO?

A

Flash memory.

18
Q

WHEN IS THE PROCESS OF ERASING/REWRITING DATA ON EPROM/EEPROM USED?

A

Used when updating firmware of device.

19
Q

WHAT IS THE DIFFERENCE BETWEEN EPROM AND EEPROM?

A

EPROM data is erased by using STRONG UV LIGHT.
EEPROM data is erased by applying a voltage (shock).

20
Q

CHARACTERISTICS OF FLASH MEMORY?

A
  1. Type of EEPROM
  2. Non-volatile
  3. Fast access time because of no moving parts.
  4. Lower power consumption because of no moving parts.
21
Q

USES OF FLASH MEMORY?

A
  1. It is used in SSDs that is used in portable device which rely on internal batteries for power as it has LOW POWER CONSUMPTION.
  2. Often used as REMOVABLE STORAGE (USB drives, SD Cards)
22
Q

WHAT IS SECONDARY STORAGE?

A

Storage. Slower than RAM, so when software then has to access instructions from virtual memory there is a great decrease in system performance.

23
Q

WHAT HAPPENS WHEN SSD (Solid State Drive) IS USED AS SECONDARY STORAGE?

A

Data is swapped to and from

24
Q

EXAMPLES OF SECONDARY STORAGE?

A

Hard disks, SSDs