Computer Systems 1.1 Flashcards
`What is a processor and what does it do + 2 main types
A processor is a special component that processes data and instructions to other components within the computer.
2 main types are:
Central Processing Unit
Graphical Processing Unit
What is primary storage and what are the two main types
memory in which the computer can store the data or instructions that are currently in use.
The two main types are:
Random Access Memory(RAM)
Read-only Memory(ROM)
What is secondary storage and name 4 types
memory in which computer can store data or instructions which are not currently in use
main types are:
Hard Disk Drive(HDD)
Solid State Drive(SSD)
Compact Disk(CD)
Flash(USB Drive)
What does input and output devices allow users to do and give 4 examples
allows users to input data into the computer, or receive data output from the computer.
Examples:
Keyboard
Mouse
Monitor
Speakers
What is an embedded system and give 3 examples
computer system built into another device to support its operation
Washing machines
Digital cameras
Sat-Navvs
What does the ALU do (3 marks)
Performs all arithmetic and logic operations of the CPU, such as:
Addition and subtraction, multiplication and division
Comparisons such as whether numbers are equal or if one is greater than another
Logic Operations (AND OR NOT)
What does the Control Unit do and give the two main components of the Control Unit
Transmits control signals to other components of the CPU
follows the f-d-e cycle to execute program instructions
2 main components of the CU is:
The clock, which coordinates the CPU’s activity
The decoder, which decodes program instructions
What are Registers and give two features
tiny amounts of quick memory within the CPU
Used to hold information needed for the CPU to work
Each register holds a specific piece of information
Name 4 registers
Program Counter
Memory Data Register
Accumulator
Memory Address Register
What is the function of the MAR
MAR holds address of the location in memory where data is to be retrieved or stored
What is the function of the accumulator
Accumulator holds the result of calculations and operations performed by the ALU
What is the function of the MDR
MDR holds data that has been retrieved from memory or that is about to be stored in memory
What is the function of the Program Counter
PC holds the memory location address of the next instruction to be performed by the CPU
What are Registers that have predetermined purpose in the cpu known as
Special purpose Registers
What happens at the fetch stage ( 3 marks)
CU copies memory address from the program counter to the MAR
Data in that memory address is then fetched from memory and stored in the MDR.
The PC increments to point to the address of the next instruction