Chapter_3(Memory and processor) Flashcards

1
Q

Memory can be accessed faster than secondary storage.

A

True

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

What are three types of memory?

A
  • RAM (Random Access Memory)
  • ROM (Read Only Memory)
  • Flash Memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

From where processor load the software instructions?

A

Software instructions are loaded into RAM from a computer’s secondary storage which are fetched by the processor to execute them.

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

Is RAM volatile or non-volatile and, where it is used?

A

RAM is volatile, meaning that it cannot store data when it has no power and they are used to store program that are in use.

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

Why more RAM is better?

A

When more RAM is available, more programs can run at the same time.

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

What does operating system do, when there is insufficient space in RAM?

A

Operating system create virtual memory in an area of secondary storage where it take more time for processor to fetch the instructions and execute the programs resulting a big decrease in system performance.

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

When do programs are removed from RAM?

A

Programs are removed from RAM, when they are closed or no longer in use.

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

Can you add more RAM to the system?

A

Yes but only up to the maximum amount supported by the computer and operating system.

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

What is ROM and where are they used?

A

ROM stores data permanently and they are non-volatile, meaning data is not lose when the power is turned off. They are used in computer system with only one program and to boot the system and load the operating system from secondary storage in computers.

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

Can you change memory in the ROM after manufacture?

A

No

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

What does programmable ROM do?

A

It provides with ability to be written to once.

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

What are the types of ROM which contents of them can be updated?

A
  • EPROM (Erasable programmable read only memory)
  • EEPROM (Electrically erasable programmable read only memory)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How are data stored in EPROM and EEPROM erased?

A

Data stored in EPROM is removed by exposing it to strong UV light.

Data stored in EEPROM is removed by applying a voltage to one of the pins on the ROM chip.

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

What are the difference between RAM and ROM?

A
  • RAM is a volatile memory while ROM is non-volatile
  • RAM stores data temporarily and ROM stores data permanently
  • RAM can be upgraded but ROM can’t
  • RAM can swap instructions in and out while ROM can’t
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is flash memory?

A

Flash memory is a type of EEPROM which doesn’t have moving parts and has fast access time and low power consumption.

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

Where do flash memory used?

A

They are often used as removable storage in USB drives and SD cards and in SSDs that are used in portable devices.

17
Q

Using SSD as secondary storage is better.

A

True, since data is swapped to and from the SSD quickly and frequently, but frequent data transfer can potentially slow down its peformance.

18
Q

Although SSD are great secondary storage, what is its one flaw?

A

Constant data swapping can greatly reduce the performance of SSD.

19
Q

What does a processor made up of?

A

A processor is made up of one or more Central Processing Units.

20
Q

Each CPU can refer to as _____.

A

Core

21
Q

What is processor cycle?

A

The process of fetching a program instruction from memory, decoding the actions required by the instruction and then executing those actions.

22
Q

How is the processor speed measured?

A

It is measured in clock cycles per second.

23
Q

What is clock cycle per second?

A

It is used to measure processor speed; the number of times per second the processor can carry out one or more instructions.