Computers Flashcards
What is the input stage of the input-process-output?
Data is entered into the computer via input devices such as keyboard, mouse, microphone and camera.
What is the process stage of the input-process-output?
The data is then processed. The computer performs a series of actions on the input data according to the instructions in the program it is following. This is done by the CPU in the processor.
What is the output stage of the input-process-output?
The results of the processing are then output to the user of the computer through devices such as monitor, printer and speakers.
What is the CPU?
The central processing unit carries out (executes) all of the stored program instructions.
What is the CU of the CPU?
The control unit controls all of the other components of the CPU, it contains the decoder.
What is the decoder of the CPU?
Interprets program instructions and tells the ALU what operations to carry out.
What is the clock of the CPU?
Controls the rate at which program instructions are carried out, by sending control electrical signals at regular intervals, called cycles.
What is the ALU of the CPU?
The arithmetic logic unit performs arithmetic and logical operations to carry out program instructions.
What are the buses of the CPU?
They are electrical conductors that carry electrical signals between components in the CPU and between the CPU and other components in the motherboard.
What are the registers of the CPU?
Memory locations. Some perform special functions in the fetch-decode-execute cycle.
What is the cache of the CPU?
Very fast random access memory (RAM).
What is clock speed measured in?
Gigahertz. 1 GHz is 10^9 cycles per second.
What are the factors that affect the performance of the CPU?
Clock speed, cache size, number of cores and type of RAM, and hard drive speed.
What is Von Neumann architecture?
The way in which the CPU is designed and carries out the instructions with other components.
What did John Von Neumann do in 1945?
He designed a stored program computer where both the program and data are stored in the memory. The components are: a CPU, a program counter, memory and input and output mechanisms.