Paper 1: Computer Components Flashcards

1
Q

What is a computer?

A

A device that receives an input, processes the instruction and creates an output.

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

What is hardware?

A

The physical components/parts of the computer.

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

What is software?

A

The instructions/programs that run on the computer.

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

What is a CPU and what does it stand for?

A

The central processing unit is the brain of the computer and carries out all of the processing.

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

What is clock speed?

A

How many instructions can be processed per second.

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

How fast is 4Ghz?

A

4 Billion instructions per second.

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

How many cores can a processor have?

A

Anywhere from 2 up to 18.

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

What difference does having multiple cores make?

A

If an instruction/task can be split, it allows tasks to be carried out at the same time.

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

What factors affect the speed of a processor?

A
  • Heat
  • Clock speed
  • Number of cores
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is RAM Memory?

A

Random Access Memory is volatile (wiped when the power is turned off) and stores the programs/instructions that are being or about to be processed.

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

What is ROM Memory?

A

Read Only Memory is Non-Volatile (permanent) and stores the instructions for loading and making the computer work.

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

What is Cache Memory?

A

A small amount of volatile storage on and next to the CPU that stores the most frequently used instructions for fast access.

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

What is a magnetic hard disk and how does it store data?

A

A large and heavy metal disk that rotates under an arm to read and write data, storing data by magnetising parts of the disk to represent the 1s and 0s.

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

What is secondary storage and how is it different from primary storage?

A

Secondary storage is memory used by the user of the computer, while primary storage is memory used by the CPU to run the computer.

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

What is Flash/Solid state Memory?

A

Flash memory stores data by using transistors that trap electrons to represent the 1s and 0s.

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

What are two advantages of solid state over Magnetic hard disk memory?

A
  • Faster to read and write data as no moving parts
  • Smaller and lightweight so more portable
17
Q

What are two advantages of Magnetic hard disk memory over solid state?

A
  • Larger storage capacity due to its size
  • Cheaper to make than Flash/Solid state memory
18
Q

What is optical storage?

A

A CD or DVD where data is burnt onto the disk and read using a laser.

19
Q

What is an advantage of optical storage?

A

Cheaper to make than both Magnetic hard disk and Solid State memory.

20
Q

What are three disadvantages of optical storage?

A
  • Easy to break/damage
  • Very small storage capacity
  • Not as portable as some Flash memory devices
21
Q

What is virtual memory?

A

When the RAM is full, the computer moves any instructions not currently in use in the RAM to an area of secondary storage, freeing up space in the RAM.

22
Q

Why does virtual memory still need RAM?

A

All data to be processed must first be in the RAM, so anything in virtual memory needs to be returned to the RAM first.

23
Q

Is virtual memory faster than RAM memory?

A

No, it is slower as the data needs to go back into RAM first.

24
Q

What is a motherboard?

A

An electronic circuit board that allows all hardware components to be plugged in and provides pathways for electricity to flow between each component.

25
Q

What is a transistor?

A

A small hardware device used to store and release electricity within the computer.

26
Q

What are the wires called on a motherboard and what do they do?

A

They are called Busses, which transport electricity between components.

27
Q

What is a graphics card?

A

Hardware that takes the binary from the processor and decides how it is to be displayed on the screen.

28
Q

What is a sound card?

A

Hardware that takes the binary from the processor and decides how it should sound.

29
Q

What is an operating system?

A

Software that allows the user to interact with the hardware and programs, helping to run the computer.

30
Q

What is an input device?

A

A device that allows instructions/data to be entered into the computer.

31
Q

List five examples of input devices.

A
  • Keyboard
  • Scanner
  • Graphics tablet
  • Touch screen
  • Chip and pin reader
32
Q

What is an output device?

A

A device that projects/creates data from the computer into the real world.

33
Q

List four examples of output devices.

A
  • Printers
  • Plotters
  • Actuators
  • Speakers