Hardware Flashcards
What is hardware?
This refers to the physical components of a computer.
What are the types of hardware devices?
Input devices
Output devices.
processing devices
storage devices.
What are input devices?
They are devices that help a user to enter data and instructions into the computer.
What are output devices?
They turn machine language into human language and brings out processed data for a user.
Mention two examples each of input devices and output devices.
Input devices
keyboard, microphone, scanner.
Output devices
Projector, monitor, speaker, printer.
What is the CPU?
The CPU carries out instructions of a computer program by performing basic arithmetic, logical, control and input output operations specified by the instructions.
What are the divisions under the CPU?
Control unit and arithmetic logical unit.
What is the function of the ALU?
It performs arithmetic and logical operations such as addition, subtraction, multiplication and division.
What is the function of the CU?
It controls the fetching and execution of instructions by directing the coordinated operations of ALU registers and other components.
What are registers
They are temporary storage areas for instructions or data.
Mention three types of registers
Memory address register
Memory data register.
Instruction register
Program counter register.
What is meant by the machine cycle
This is a series of stages that the CPU takes to execute an instruction.
Explain the steps of the machine cycle.
Fetch
retrieves an instruction from the memory
Decode
translates the retrieved instructions into a series of computer commands
Execute
this is where commands are executed
Store
processed data(results) are sent or written back into memory.
Define memory address
This is a unique identifier used by a device or CPU for data tracking
What’s the computer bus
This is about to be through which the processor communicate to the internal and external devices attached to the computer.
What is an address bus
This is a pathway that carries the address and information used to describe the memory location to which data is being sent.
What’s the difference between a data bus and an address bus?
Data bus carries data while address bus carries instruction.