01 - Section 1 - Memory and Computer performance Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What does RAM stand for?

A

Random Access Memory

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

What are the features of RAM?

A
  • used as the main memory on a computer
  • read and write
  • volatile(needs power to retain its data)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is RAM used for?

A
  • RAM stores all the data, files and programs that are currently in use
  • when a computer boots up the operating system is copied from secondary storage to RAM
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is virtual memory?

A

Since computers have limited amounts of RAM, when RAM is full the computer puts the data which hasn’t been used recently to a location on the HDD

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

What are the cons of virtual memory?

A
  • A lot slower than RAM (have to go all the way to the HDD)

- can risk disc thrashing(if virtual memory is being used too much)

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

Why is virtual memory used?

A
  • if there are too many applications open so there isn’t enough space in RAM
  • if you use a memory intensive application
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does ROM stand for?

A

Read Only Memory

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

What are the features of ROM?

A
  • non-volatile memory(permanent memory)
  • can only be read
  • contains the boot up information(BIOS)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Where is ROM located in a computer?

A

On the motherboard

-it is a small factory-made chip

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

What are embedded systems controlled by?

A

firmware

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

What is an example of firmware?

A

BIOS is a type of firmware

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

What is firmware?

A

Firmware is hardware-specific software built into a device

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

What do ROM chips often use for memory?

A

flash memory

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

What happens as soon as a computer is turned on?

A

the CPU reads the information from ROM

this tells the CPU to perform self checks and set up the computer

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

What factors affect CPU performance?

A

Clock speed
Number of cores
Cache size
using SSD rather than HDD

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

What is clock speed measured in?

A

Hertz (Hz)

17
Q

How does increasing the clock speed improve the performance of a computer?

A

the higher the clock speed the greater the number of instructions can be carried out per second

18
Q

What is clock speed?

A

the number of instructions a single processing core can carry out each second

19
Q

How can increasing the number of cores improve the performance of a computer?

A

the more cores a CPU has, the more instructions it can carry out at once

20
Q

How can increasing cache size improve the performance of a computer?

A

a larger CPU cache gives the CPU faster access to more data it need to access

21
Q

How can more RAM mean a faster or smoother system?

A
  • if a computer has too little RAM it may run slowly due to use of virtual memory
  • the more RAM the more applications it can run
22
Q

How can you upgrade RAM in a computer?

A

You just replace the existing RAM sticks with higher capacity or higher speed ones

23
Q

What does GPU stand for?

A

Graphics Processing Units

24
Q

How can GPUs help CPUs process images?

A

they are specialised circuits for handling graphics and image processing, so they relieve the p[processing load on the CPU

25
Q

How can you get better graphics on a computer?

A

-by having a dedicated graphics card(GPU)

26
Q

How can having a high-end GPU improve the performance of a computer?

A

By taking some of the processing load of the CPU

-it can greatly improve the performance in graphics-intensive applications(gaming/design software)