Computer Chapter 1 (qna from book + test copy) Flashcards
What is the job of the CPU
- The CPU takes in data and instructions from the input devices. It performs calculations or takes decisions based on the instructions it’s given and produces meaningful information. (processing)
- The CPU also coordinates the activities of the entire computer system (which is why - brain of the computer)
Where is the CPU stored on personal computers
It is housed in a single chip called a microprocessor, called an integrated circuit (IC)
What is the motherboard
It is the base that the CPU is fixed onto. The motherboard is a large circuit board inside the CPU box.
What are the functional units of the CPU
- Control Unit
- Arithmetic Logic Unit
- Primary Memory Unit
What are two functions of the Control Unit
- It controls the flow of data.
- It controls the order in which computer programs are executed
What are two functions of the Arithmetic Logic Unit
- It performs all arithmetic and logical calculation.
- It controls all major arithmetic operations
What is the Primary Memory divided into
RAM and ROM
What are the differences between RAM and ROM (in a table)
RAM:
- temporary memory
- volatile memory
- gets erased when the program is closed
- can be written on/changed
- holds the data and instructions currently in use
ROM:
- permanent memory
- non volatile memory
- contains the instructions of the computer that were stored during its manufacture
- can only be read
- cannot be erased
what is the similarity between RAM and ROM
they are both primary memory
block diagram of CPU
(Drawing)