What is hardware
A component with physical presence
what is an example of hardware
What is software
Programs that control the hardware
What is an example of software
How does a simple computer system function
Input -> Process -> Output
What happens at the input stage of a simple computer system
Where input data that is converted into the computer’s internal representation. This is done by the input devices like keyboard and mouse
What does the control unit do?
What does the Arithmetic and Logic Unit do?
2. Logic part – deals with logic and comparisons (e.g. Is one value greater than another)
What does Immediate Access Storage do?
This holds the data and instructions needed by the control unit.
What is the purpose of the CPU?
The main purpose of the CPU is to fetch, decode and execute tasks and the CPU cycles through this pattern.
What are some processing tasks of the CPU?
Processing task involve: searching, sorting, calculations, making decisions.
What is secondary storage, and why is it useful?
Anything that stores data other than in temporary storage (RAM). This is useful as RAM is volatile so this can be used as a back-up
What can secondary storage also be known as?
External memory, auxiliary storage
What are the main uses of secondary storage?
Storing programs and data Backing up data Adding additional storage Transferring files between computers Shared network storage
Give examples of places where magnetic secondary storage is used?
Disks
Tapes
Explain magnetic secondary storage?
Stores it magnetically, depending on which way it’s positioned it will represent a 1 or a 0
Give examples of places where optical storage is used?
CD
DVD
blue-ray disks
What is optical storage?
Used the reflection of a laser to see if it is a 1 or a 0
Give examples of where solid state storage is used?
USB
Flash card
What is solid state storage?
Stores data in an electric circuit
What is a bus?
A bus is simply a set of wires along which data can be transmitted.
What does an address bus carry?
An internal channel from the CPU to memory across which the addresses of data (not the data) are transmitted
What does a data bus carry?
An internal channel that carries data between a computer’s central processing unit and its random-access memory.
What does a control bus carry?
The control bus carries commands from the CPU and returns status signals from the devices.