Computing#5-Computer Systems Flashcards

1
Q

What is a Computer

A

A machine that processes data(take data,process,then output).

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

What is a computer system

A

Consists of hardware and software that work together to perform a task/tasks.

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

What is an embedded system

A

Computer system built into devices,dedicated systems. Often control systems that monitor and control machinery to achieve a result. As it is only dedicated to one task, usually EASIER TO DESIGN, CHEAPER TO PRODUCE AND MORE EFFICIENT THAN A GENERAL PURPOSE COMPUTER.

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

What is the CPU

A

Processes all data and instructions that make the system work.
Speed depends on CLOCK SPEED, NUMBER OF CORES, CACHE SIZE AND CACHE TYPE.
CPU architecture describes the main components of the CPU and how they interact with each other and other parts of the computer system. Main types of architecture are Von Neumann and Harvard

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

Describe Control Unit(1/5 of CPU main parts)

A

In Overall control of the CPU. Executes program instructions by following the fetch-decode-execute cycle.
Controls flow of data inside the CPU and outside the CPU.

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

Describe the ALU

A

Arithmetic Logic Unit. Basically does all the calculations and logic. Accumulator stores result of these calculations

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

Accumulator

A

Stores the results of the ALU to be used later

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