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)
The size of register, also called ____ ____, indicates the amount of data with which the computer can work at any given time.
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 execution of the instructions.
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
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
The data and instructions that are required during the processing of data are brought from the secondary storage devices and stored in the RAM.
It is a very high speed memory placed in between RAM and CPU.
It is a storage buffer that stores the data that is used more often, temporarily, andmakes them available to CPU at a fast rate.
Cache Memory
A computer program is a set of instructions that describe the steps to be performed for carrying out a computational task.
Instruction Format
The program and the data, on which the program operates, are stored in main memory, waiting to be processed by the processor.
Stored Program Concept
An instruction is divided into groups called
Fields
The common fields of an instructionare—
Operation (op) code and Operand code
It represents action that the processor must execute. It tells the processor what basic operations to perform.
Operation (op) code
It defines the parameters of the action and depends on the operation. It specifies the locations of the data
Operand code
A processor has a set of instructions that it understands.
It is the set of all the basic operations that a processor can accomplish
Instruction Set
It is the processor design technique used for implementing the Instruction Set.
Microarchitecture