Computer Systems Flashcards

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

What does hardware mean?

A

The machines, wiring, and other physical components of a computer or other electronic system

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

What does software mean?

A

The programs and other operating information used by a computer

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

What is system software?

A

System software is a type of computer program that is designed to run a computer’s hardware and application programs

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

What is application software?

A

A computer software package that performs a specific function directly for an end user or, in some cases, for another application.

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

What does the Arithmetic Logic Unit do in the CPU?

A

The ALU performs simple addition, subtraction, multiplication, division, and logic operations, such as OR and AND

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

What does the Control Unit do in the CPU?

A

The control unit of the central processing unit regulates and integrates the operations of the computer

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

What does the Clock do in the CPU?

A

CPU clock is for measuring the speed of processor (in Hz unit)

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

What does the Bus do in the CPU?

A

A bus is a high-speed internal connection. Buses are used to send control signals and data between the processor and other components

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

What is the effect of Clock Speed on the CPU?

A

A computer’s processor clock speed determines how quickly the central processing unit (CPU) can retrieve and interpret instructions

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

What is the effect of the number of processor cores on the CPU?

A

CPUs with multiple cores have more power to run multiple programs at the same time. However, doubling the number of cores will not simply double a computer’s speed. CPU cores have to communicate with each other through channels and this uses up some of the extra speed.

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

What is the effect of Cache Type on the CPU?

A

It is used to temporarily hold data and instructions that the processor is likely to reuse. The bigger its cache, the less time a processor has to wait for instructions to be fetched.

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

What is the effect of Cache Size on the CPU?

A

It is used to temporarily hold data and instructions that the processor is likely to reuse. The bigger its cache, the less time a processor has to wait for instructions to be fetched.

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

Explain the Fetch-Execute cycle.

A

The CPU continuously reads instructions stored in main memory and executes them as required:

fetch: the next instruction is fetched to the CPU from main memory
decode: the instruction is decoded to work out what it is
execute: the instruction is executed (carried out). This may include reading/writing from/to main memory.

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