Other Flashcards
1
Q
Define the term ‘system software’
A
Software used in the management of a computer system
2
Q
Describe two functions of an operating system
A
- To hide the complexities of the hardware from the user
- To handle interrupts
- To decide which process to carry out / manage the execution of multiple processes
- To allocate memory to processes
- To manage communication between processes and I/O devices
- To allocate space on a storage device to files
- Installation of a new software
- To manage power consumption (e.g controlling lock speed, brightness of screen)
3
Q
State two reasons why values stored using a floating point representation are usually stored in normalised form.
A
- It maximises precision within a given number of bits
- It ensures there is one unique representation for each number, making it simpler to test two numbers for equality.
4
Q
What is the stored program concept
A
Machine code instructions stored in main memory are fetched and executed serially by a processor that performs arithmetic and logical operations