Topic 5 - Systems Software Flashcards
1
Q
what is system software?
A
- software designed to run and maintain a computer system
2
Q
what is an operating system (OS) ?
A
- a complex piece of software,
- consisting of a group of programs that manages the computer’s resources
3
Q
main functions of OS :
A
- user interface
- memory management
- peripheral management
- security management
- file + disk management
4
Q
user interface ( 2 types )
A
- allows the user to interact with computer system
- GUI and Command line
5
Q
GUI ( Graphical User Interface )
A
- designed to be easy for everyday users to use
- visual and interactive
- WIMP based ( windows, icons, menus and pointers )
- touchscreen devices use finger gestures`
6
Q
command-line
A
- text based in which user enters specific commands to complete tasks
- more efficient and powerful than GUI, better for advanced users
- automate programs using scripts
7
Q
memory-management
A
- OS can carry out multi-tasking by managing memory and CPU processing time
- OS moves parts of an opened application to memory
- makes sure that applications don’t overwrite
- divides CPU allocation time and switches between them very fast
- organises movement of data to and from virtual memory
8
Q
peripheral management
A
- device drivers are used to communicate with peripherals
- they translate signals between OS and hardware
- system installs new, matching drivers
9
Q
file and disk management
A
- manages hard disk and splits it into storage sectors
- keep track of free space in disk
- naming, saving, movement and deletion of files
10
Q
user management
A
- single user or multi user
- OS responsible for user accounts which allow different users to access different data or resources
- it means they can’t access other users’ personal data
- protected with username and matching password, or modern
11
Q
utility software
A
helps to maintain or configure a computer
12
Q
defragmentation utility
A
- small gaps appear in the disk and so the OS splits files into smaller blocks to fill up the gaps
- the disk is fragmented which makes the read/write speed slower
- defragmentation reorganises the files and collects free space
13
Q
compression utility
A
- reduces size of files
- take up less disk space and quicker to download
14
Q
encryption utility
A
- encrypts data to stop 3rd party from accessing it
- scrambles it using a key
- intercepted data is secured
- decrypted using same key