Past Paper 2018 Flashcards
What is the function of the user interface?
Acts as the intermediary between the user and the kernel
What does the interrupt mechanism do?
Stops the fetch/execute cycle
What type of storage device is a hard disk?
Magnetic storage
What will make your computer function faster?
Replace programs with up-to-date ones, Additional processor, Defragment the Hard Drive
Each memory location has…
An address
What does ISP stand for?
Internet Service Provider
What type of memory stores the bootstrap programme?
ROM
The user interface acts as an intermediary between…
The user and the Kernel
When does Bootstrapping happen?
When you start up your computer
What are the goals of the scheduling algorithm?
To maximises the throughput of the CPU, to make efficient use of processor time, to make efficient use resources
Interrupts are given a priority level according to…
The order they are received
If a hard drive is defragmented, how does this allow a computer to run faster?
Makes files contiguous
What are the units called that a program can be divided into?
Procedural units
What is an object in the context of programming?
A program unit containing data and procedures
Types of translator
Compiler, Interpreter, Assemblers