System Software Flashcards
1
Q
What do operating systems do ?
A
- manage hardware and run software
- communicate with input and output devices via device drivers
- provide a platform for applications to run on and a user interface
- control memory management and allocation
- organise the CPU and its processing tasks
- deal with file and disk management
- manage system security and user accounts
2
Q
What do the I/O devices allow computers to do
A
- take inputs
- give outputs
3
Q
Device Drivers and I/O
A
- Device driver needed for every I/O device connected to computer systems
- They acts as a translator for the signals between the OS and the device
- when a computer is booted up the OS will choose the correct device drivers for the device it detects or it find and install a new one
- device manufacturers may release updates to device drivers in order to fix bugs , add features and general improvements and care
4
Q
OS also manages Applications
A
- operating systems provide a platform for applications to run on
- it also allows applications to access hardware and other peripheral devices as needed, including access to RAM
- They also provide a user interface
5
Q
OS is in the charge of Memory Management
A
-