Computer Hardware Flashcards
This processor is also often called the brain of computer.
It also has a SET OF REGISTERS which are temporary storage areas for holding data, and instructions.
It executes the stored program instructions, i.e. instructions and data are stored in memory before execution.
Central Processing Unit (CPU)
It performs the arithmetic and logic operations on the data that is made available to it.
Arithmetic Logic Unit (ALU)
It is responsible for organizing the processing of data and instructions. It acts as a supervisor and, controls and coordinates the activity of the other units of computer.
It coordinates the input and output devices of a computer.
The function of a — can be considered synonymous with that of a conductor of an orchestra
Control Unit (CU)
The CPU is fabricated as a ______ ______ ______ chip, and is also known as the ________.
single Integrated Circuit (IC); microprocessor
It is plugged into the motherboard of the computer.
Microprocessor
It is a circuit board that has electronic circuit etched on it and connects the microprocessor with the other hardware components
Motherboard
Performs arithmetic operations on the data that is made available to it. Some of the arithmetic operations supported by the arithmetic unit are—addition, subtraction, multiplication and division.
Arithmetic Unit
It is responsible for performing logic operations. It performs comparisons of numbers, letters and special characters. Logic operations include testing for greater than, less than or equal to condition.
Logic Unit
Are high-speed storage areas within the CPU, but have the least storage capacity.
Are not referenced by their address, but are directly accessed and manipulated by the CPU during instruction execution.
Registers
Important Registers in CPU
Accumulator (ACC)
Instruction Register (IR)
Program Counter (PC)
Memory Address Register (MAR)
Memory Buffer Register (MBR)
Data Register (DR)
It stores the result of arithmetic and logic operations.
Accumulator (ACC)
It contains the current instruction most recently fetched.
Instruction Register (IR)
It contains the address of next instruction to be processed.
Program Counter (PC)
It contains the address of next location in the memory to be accessed.
Memory Address Register (MAR)
It temporarily stores data from memory or the data to be sent to memory.
Memory Buffer Register (MBR)
It stores the operands and any other data
Data Register (DR)
It indicates the amount of data with which the computer can work at any given time.
Size of Register or Word Size
The size of a register may be:
8, 16, 32 or 64 bits
It consists of cache memory and primary memory.
Memory Unit
It is used to store the data and instructions during the processing of data.
Primary Memory or Main Memory
Primary Memory is of two kinds:
Random Access Memory (RAM) Read Only Memory (ROM)
- Volatile.
- It stores data when the computer is on.
- Temporary storage for data and instructions.
- Provides a limited storage capacity, due to its high cost
- It is used to store the data and instructions during EXECUTION of the instructions.
RAM
- Non-volatile memory.
- Used for storing standard processing programs that permanently reside in the computer.
- Programmed by the manufacturer.
ROM
- Non-volatile and is used for permanent storage of data and programs.
- Has a high storage capacity
- Cheaper
Secondary Memory