Memory and processors Flashcards

1
Q

What category does memory come under

A

primary memory

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

What is memory used for

A

To store instructions so that it can be quickly fetched by the processer and carried out.

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

How is Memory different from storage-

A

It can be accessed faster by the processor
It has a lesser relative capacity compared to storage

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

Memory is volatile, what does this mean?

A

It cannot store data if there is no power in the computer system.

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

Having more RAM will allow the user to….

A

Open and run more applications at the same time.

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

What will happen when there is no space left in a computers RAM to store instructions.

A

The operating system of that device will create virtual memory for the remaining instructions by using an area of secondary storage.

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

The user has opened multiple applications on his computer and has noticed a significant drop in the system’s performance- why is this?

A

It is most likely because the computer has run out of RAM to store the instructions of all those programs. The operating system has created virtual memory for those excess instructions using an area of secondary storage.

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

The user’s laptop repair person has told him that his SSD has reduced in terms of performance- what is most likely to have caused this.

A

As a lot of excess instructions of the users programs were constantly swapped to and from the SSD which served as the virtual memory for these instructions, the device has been worn out.

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

The user is unable to afford buying more ram cards and having them installed on the motherboard, what is something he can do for now to improve the systems performance and why would it work.

A

He can close the programs he is not actively using, so that more RAM is made available. The instructions stored on the virtual memory can then be moved to this available RAM. The processor will take lesser time to fetch those instructions and that will improve the systems performance.

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

A user can add more RAM to a computer but up to a maximum limit supported by the…..

A

computer and its operating system.

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

The user has updated most of his applications, why can adding more RAM be useful to improve his systems performance?

A

Updates include more complex features which often require the use of more memory.

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

The two signs you have high ram

A

Programs and applications launch quickly and respond promptly to user input.
The system runs smoothly and without significant lag, even when running multiple programs simultaneously or performing resource-intensive tasks.

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

Rom is used in single purpose computers. What are single purpose computers?

A

Computer systems that store only one program.

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

What are the two things general purpose computers use ROM for?

A

To boot the system
to load the operating system from the secondary storage.

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

What is ROM’s full name and what is it generally used to refer to?

A
  • masked programmed read only memory
    -Memory that cannot be changed after manufacture.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the difference between programmable read only memory

A

It is manufactured with the ability to be written to, but only written to once.

17
Q

How can the data stored on EPROM be erased?

A

By exposing it to strong ultraviolet light.

18
Q

How can data stored on EEPROM be erased?

A

By applying voltage to one of the pins on the ROM chip.

19
Q

Why is EEPROM more convenient that EPROM

A

the ROM chip doesn’t have to be remove to erase the contents of the EPROM

20
Q

Give one application of erasing the and rewriting the contents of EPROM and EEPROM?

A

When updating the firmware for a device.

21
Q

Define boot

A

start up

22
Q

Firmware

A

A type of software that controls a hardware device

23
Q

Out of RAM and ROM which can be upgraded

A

RAM

24
Q

Can ROM swap in and swap out instructions like RAM can

A

No

25
Q

What is ROM intended to store and what is RAM intended to store

A

ROM- Permanent data
RAM-temporary data

26
Q

Flash memory is a type of ….

A

EEPROM

27
Q

is Flash memory Non volatile

A

Yes

28
Q

Why is flash memory more suitable for laptops

A

It has no moving parts which means it has lower power consumption and can be used in the SSD’s that are used in laptops.

29
Q

What is flash memory often used as?

A

Removable storage in USB drives and SD cards

30
Q

What is a processor made up of?

A

One or more central processing units.

31
Q

When a processor is made up of more than one CPU, each CPU is referred to as…..

A

a core

32
Q

Define processor cycle-

A

The process of fetching program instructions from the memory, decoding those instructions into actions and then executing those actions.