Paper 1 Flashcards
What does the CPU stand for and what does it do?
Central processing unit, It processes data and instructions by carrying the FDE cycle.
System Architecture
System Architecture
What do cores do?
Cores allow data to be fetched and executed. More cores = more instructions executed at same time.
What is the purpose of cache memory in a computer system?
Cache memory is a high-speed storage. It stores frequently accessed data and instructions to reduce the time needed to access them from main memory, improving processing speed.
What is Clock-Speed?
When 1 instruction executed per cycle of clock, faster clock speed = more instruction can be executed per second.
Name the registers and what do they do?
1-Accumulator=Stores results of calculations by ALU
2-MDR(Memory data register)=holds data and instructions being executed
3-MAR(Memory address register)=Holds memory adress about to be used by CPU
3-Program counter=Holds memory address of the next instruction to be executed
What is the ALU?
ALU does calculations
What is the control unit?
In control of CPU managing flow of data and FDE cycle.
What does RAM do?
Stores currently used data and instructions
True or False-RAM is Non-Volatile
False-RAM is volatile (wiped when machine turned off)
What does ROM do?
Stores the ‘boot’ sequence to start device using BIOS
True or False-ROM is Non-Volatile
True-ROM is volatile (data not wiped when device turned off)
Explain virtual memory and what it is used for.
Used to store currently used data and instructions when RAM is full.
Secondary storage used to prevent crashing.
FDE takes longer as instructions need to be swapped out of virtual memory to RAM before being executed.
System Software
System Software
What is an Embedded system?
Computer built into larger devices dedicated yo carry out specific tasks. E.g Satnav in a car
What is an operating system?
Software which is needed to run your device.
It controls and organises general operation of computer .
Manages hardware and run software.
What are 5 functions of operating systems? (mumps)
Multitasking
User interface
Memory mngment
Peripheral mngment
Security(File + user mngment)
What is multitaski ng?
allows more than one program to be open at one time.Does this by time slicing
What is user interface?
What you see when you turn on device. (GUI) (CLI)
What is memory management?
OS has to decide what goes where in memory and mange its use.
What is peripheral management?
Allows users to manage devices used on a computer e,g keyboard
What is File management?
Any editing to files e.g naming files deleting files
What is user management?
Manages user accounts, passwords and profiles.
What is utility software?
Software used to maintain and configure the computer.