Computing Hardware Flashcards

1
Q

What is the purpose of the CPU?

A

To carryout all the processing in the computer

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

What is the function of the CPU as fetching and executing instructions stored in memory?

A

It fetches instructions from memory, it decodes the instruction to find out what processing to do and then executes the instruction

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

How does clock speed affect CPU performance?

A

The rate of fetch-execute cycles it allow more instructions to be executed a second

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

How does cache size affect CPU performance?

A

The CPU cannot access main memory as fast as the clock speed so it causes delays, but the cache memory (on the CPU itself) has similar speeds. Only if data is not in cache the CPU has to request data from the slower main memory

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

How does the number of cores affect CPU performance?

A

Means more data is processed simultaneously however it requires a complex OS

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

What are logic diagrams?

A
There are three logic gates:
- Triangle is NOT
- Semi circle is AND
- Arrowhead is OR
The results are represented in a truth table
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the difference between RAM and ROM?

A

RAM is volatile, can be changed by the computer, stores programs and data being used, contains the OS and is large (8GB)
ROM is non-volatile, programmed during manufacture, cannot be changed, contains the boot program and is small (2MB)

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

How does RAM affect the performance of the computer?

A

It is much quicker than secondary storage so the data can be accessed quicker. If data is not in RAM it has to get it from the slower storage, so more RAM means less of that

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

What is the need for virtual memory?

A

It is part of secondary storage used as an extension to RAM when there is not enough RAM to hold data and programs required. Access to virtual memory is much slower

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

What is flash memory?

A

It is a type of storage without moving parts normally used in portable medium

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

How are changes in memory leading to new computer designs?

A

As more memory means better speeds it leads to better computers in smaller computer systems

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

What is the need for input and output devices?

A

To be able to enter data and be able to receive processed data

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

What are some examples of input devices?

A

keyboard, mouse, touch screen, microphone, camera, scanner, sensors

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

What are some examples of output devices?

A

screen, printer, speakers, actuators (create physical movements)

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

What are specialized input and output devices?

A

Eye-typer, braille keyboard, foot mouse, microphone (siri), speaker

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

What is the need for secondary storage?

A

To store data and programs even when it is turn off, and to be able to change the data

17
Q

What is optical secondary storage?

A

CDs and DVDs
Pros: portability, cost
Cons: capacity

18
Q

What is magnetic secondary storage?

A

Hard drisks
Pros: capacity, reliability, cost
Cons: portability speed

19
Q

What is solid state secondary storage?

A

Solid State Drives
Pros: speed, capacity, no moving parts
Cons: cost

20
Q

What characteristics of secondary storage make it suitable for a purpose?

A

speed, capacity, portability, durability, reliability, price