Chapter 3 Flashcards
What are the two broad components of a computer system?
Hardware and Software
What does hardware refer to in a computer system?
The physical units or machines that make up the computer configuration
What are the three areas into which hardware can be divided?
- Central Processing Unit (CPU)
- Main Memory
- Peripheral Units
What is the Central Processing Unit (CPU) commonly referred to as?
Processor
What are the two sections of the Central Processing Unit?
- Control Unit
- Arithmetic and Logical Unit (ALU)
What is the role of the Control Unit?
Supervises the execution of instructions in the correct sequence
What are Registers in the context of the Control Unit?
Special storage locations used by the control unit
List the operations carried out by the Control Unit while executing an instruction.
- Obtain address from the program counter
- Copy instruction into the Instruction Register
- Increment the Program Counter
- Decode the instruction
- Execute the instruction using the ALU
What does the Arithmetic and Logical Unit (ALU) do?
Performs arithmetic and logical operations on operand inputs
What types of operations can the ALU perform?
- Arithmetic operations (addition, subtraction, multiplication, division)
- Logical operations (comparison, shifting)
What is the main memory also known as?
Immediate Access Memory or Random Access Memory (RAM)
What does the main memory hold?
The program being executed and the data to be processed
What is Read-Only Memory (ROM) used for?
Holding short programs that help to start up the system
What are the three types of peripheral units?
- Input Devices
- Output Devices
- Auxiliary Storage Devices
What purpose do input devices serve?
Allow data to be read into the CPU from the outside world
Give examples of input devices.
- Punched Card Reader
- Paper Tape Reader
- Keyboard
What is the function of output devices?
Permit results of processing to be transferred from the CPU to the outside world
List some examples of output devices.
- Printers
- Visual Display Unit (VDU)
- Graph Plotters
What are auxiliary storage devices also known as?
Backing storage, external store, or secondary store
What is the main advantage of auxiliary storage?
Higher storage capacity with lower costs compared to main memory
What is Magnetic Ink Character Recognition (MICR)?
A method where human-readable characters are printed with magnetizable ink
What does Optical Mark Recognition (OMR) entail?
Making small marks on documents that are interpreted by a computer program
How does Optical Character Recognition (OCR) work?
Scans characters with light and converts brightness variations into electrical signals