Computers Flashcards
Give examples of input devices
Keyboard
Mouse
Microphone
Camera
Give an example of a process
CPU
Give examples of an output
Monitor
Printer
Speakers
What is a computer
It is an electronic device that carries out logical operations on data and displays the results to the user
Why is the input-processing-output model important
All Morden computers function on the general model of input-process-output
What does the CPU stand for
Central processing unit
What is the job of the CPU
The central processing unit carries out all of the stored programs instructions
State the purpose of the CPU
The function of the CPU is to fetch and execute program instructions stored in memory
Give two examples of components of the CPU
Control unit(CU) Arithmetic logic unit(ALU)
What is the job of the CU
Controls all the other components of the CPU
What is the job of the ALU
Performs arithmetic and logical operations to carry out programs instructions
What one factor effects the performance of the CPU
The clock speed is one significant factor that affects the performance of the CPU
What other factors effect the performance of the cpu
Cache size, the number of cores and type of RAM and hard drive speed
Name the different Registers
Program counter
Memory data register
Accumulator
Memory address register
Are registers used in the fetch-decode-execute cycle
Yes they are
What is the function of the program counter
It holds the address of the next instruction to be fetched
What does the memory data register do (MDR)
A temporary store for anything copied from memory
What is the memory address register (MAR)
Holds the address of the memory location currently being read or written to
What is the job of the Accumulator
Stores the results of the calculations carried out by the ALU
List two registers of the cpu with the specific functions in the fetch-decode-execute cycle
Program counter
Memory address register
Describe the role of the control unit in the operation of the central processing unit
The CU coordinates the actions of the computer. The CU sends out control signals to other parts of the cpu and other components of the computer
Why does the CPU use the fetch-decode-execute
The cpu uses the fetch-Decode-execute cycle to carry our the program instructions
What does FDE stand for
Fetch decode execute
State what is done at each stage of the fetch-decode-execute
Fetch: the next instruction to be executed is transferred from the RAM to the CPU
Decode: the CU interprets the instruction
Execute: the CU then carries out the instruction, it instructs the ALU if calculations need to be performed