1.5 Systems Software (1.5.1 Operating systems, 1.5.2 Utility software) Flashcards

1
Q

What are the main functions/purposes of operating systems?

A
  • User interface
  • Memory management
  • Multitasking
  • Peripheral management and drivers
  • User management
  • File management
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

User interface

A
  • Allows the user to interact with a computer system
  • GUI (graphical user interface) is the most common type, featuring pointers, windows, menus etc
  • Command-line interface is text-based, not suitable for everyday users but can be more efficient/powerful
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Memory management

A

To run a program, the operating system must copy the program from storage into main memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Multi-tasking

A
  • Where an operating system manages many tasks happening at the same time
  • The OS decides which process will next run and for how long and the CPU will allocate a short amount of time to each task in turn
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Peripheral management and device drivers

A
  • The OS manages getting inputs and sending outputs to peripheral devices
  • Peripherals include input and output devices eg display, keyboard and storage devices eg USB sticks
  • Device drivers are programs that control peripherals
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

User management

A
  • The OS maintains security via user logins and passwords
  • Handles the administration of user accounts
  • Manages access rights assigned to users
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

File management

A

The OS can name, move, save, copy, delete files and allocate them to folders

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is utility software?

A
  • Utility software performs extra functionality and housekeeping tasks that keep computers running efficiently.
  • Can be packaged as part of the OS or bought separately
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the types/examples of utility software?

A
  • Encryption software
  • Defragmentation software
  • Data compression
  • Anti-malware software
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Encryption software

A

Used to encode text so that it cannot be uncoded without knowing the key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Disk defragmentation

A
  • Large files many not fit on the hard drive in consecutive memory locations
  • File is fragmented, therefore slower to access
  • Defragmentation reorganises files so that they are stored together, increasing read times
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Data compression software

A
  • Utilities eg winzip enables users to compress and decompress files or folders
How well did you know this?
1
Not at all
2
3
4
5
Perfectly