Block 1 Part 3 - Mini Test Flashcards

1
Q

How does a data bottleneck occur in a computer and how can it be avoided?

A

A bottleneck is a point where data and instructions get held up in their journey to and from the processor because of the difference in speed between the processor and main memory. One way of avoiding bottlenecks is by using cache memory.

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

How can I melt my computer?

A

A computer can be melted if it is overclocked – that is, if the processor clock is altered so that it processes more instructions per second than the manufacturer intended. An overclocked computer produces more heat, and unless special cooling is employed, this heat can literally melt the computer.

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

What are those strange strings of symbols, such as 0x7801cb24, on the ‘blue screen of death’ on my Windows machine?

A

Symbols such as 0x7801cb24 are values written in hexadecimal. (The 0x indicates this.) Hexadecimal (or hex) is a convenient way to represent large binary numbers such as memory addresses or operating system error codes.

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

How can a ‘sip and a puff’ help a person with disabilities interact with a computer?

A

Sip and puff technology allows a computer user with disabilities to control a computer using sips (inhaling) and puffs (exhaling). The air-pressure changes are converted into signals that can control a mouse or a joystick.

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

Do you do RISC?

A

You probably do because most computers today employ reduced instruction set computing, which is where the processor understands a smaller number of simpler instructions compared with a computer that employs complex instruction set computing.

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

When is hardware not required for a computer?

A

When it is a virtual machine! A virtual machine is any configuration where a physical computer system is emulated using software.

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