Topic 4 - Computer Systems Flashcards
What is a computer?
A programmable device that takes data and outputs information
What are general purpose computers?
Devices with a variety of uses, the user chooses the task
What are examples of general purpose computers?
PC
i-pad
Laptop
What are embedded systems?
Device that only do a limited number of things
What are examples of embedded systems?
Thermostat
Coffee machine
Vacuum cleaner
What is the CPU?
Central Processing Unit
It controls everything
What does RAM stand for?
Random Access Memory
What does ROM stand for?
Read Only Memory
What does RAM store?
Instructions and data currently in use
What does ROM store?
Permanent instructions - ie. BIOS
What has more storage RAM or ROM?
RAM
Is RAM or ROM volitile?
RAM
What are RAM and ROM examples of?
Main Memory
What is a hard drive?
A main storage device
What does the hard drive store?
Files
Operating system
What is BIOS?
The basic code for controlling hardware
What do buses do?
Carry data around the CPU
What do clocks do?
Regulates FDE cycles per second
What does the Control Unit do?
Controls other components
What does the Arithmetic Logic Unit do?
Mathematical operations
What are registers?
Fast access memory locations within the CPU
Explain the execute cycle
The control unit tells the other components what to do
What does the cache store?
Frequently used instructions
Explain the cache’s levels
L1- Fastest & least storage
L2 - In between
L3 -Slowest & most storage