1.5 System Software Flashcards
What is System Software ?
software that governs the computer system
What are the four features of System Software ?
-controls the hardware - peripherals
-allows other programs to run
-provides an interface
-maintains the system
What are the two kinds of system software ?
-operating systems
-utilities
What is an OS ?
collection of programs that manages and controls the computer.
What are functions of an OS ?
- controlling hardware
- providing platform + UI
- manages users, files , peripherals, memory
- multitasking
What are the three types of UI ?
- Graphical User Interface (GUI)
- Mobile User Interface (MUI)
- Command Line Interface
What is the feature of GUI ?
- powerful and easy to use
- require a lot of processing power
Where are Mobile UI’s found ?
Smartphones and tablets
What is the feature of CLI ?
- hard to use
- extremely powerful
- little processing power required
What is Multitasking ?
able to run more than one program simultaneously by the CPU allocating a time slice.
What are the 2 requirements of Multitasking ?
- If OS can support it
- enough primary memory for more than 1 program
What is paging ?
memory management where memory is divided into pages.
Do the pages of a program have to be contingous ?
NO
What are peripherals ?
Hardware devices connected to a computer
What is a device driver ?
A program containing instructions on how to control a device