1.5 Systems Software Flashcards

(25 cards)

1
Q

What is utility software

A

Programs that perform extra functions and house keeping tasks that keep computers running efficiently

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

What is encryption software

A

Software that is used to encode text so it can’t be understood without the key to decode it

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

What is disk defragmentation

A

Reorganising files on a hard disk so that they’re all in one place

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

What is a fragmented disk

A

When large files aren’t stored in consecutive memory locations

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

What are benefits of disk defragmentation

A
  • files accessed faster- not spread across the disk
  • space freed up
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are benefits of compression software

A
  • reduces space needed
  • reduces data sent when sending files
  • more data can be stored on backup media
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are 3 types of utility software

A
  • encryption software
  • disk defragmentation
  • data compression software
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is system software

A

Software that provides a platform for other software to work

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

What are the 3 types of system software

A
  • operating systems
  • utility programs
  • program translators
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the job of an operating system

A

Manages computer hardware, users ,and the resources used by software

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

What are the 5 main types of operating system

A
  • graphical user interface(GUI)
  • command line interface(CLI)
  • menu- driven interface
  • voice activated
  • real-time
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does WIMP stand for and what is it used for

A

GUIs
- windows
- icons
- menus
- pointers

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

What are benefits of command line interfaces

A
  • take less RAM / hard disk storage
  • can be faster than GUI if you’re an expert
  • requires little processing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the main jobs of the operating system

A
  • Memory management
  • Multi tasking
  • User management
  • File management
  • device management
  • drivers
  • interface
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is memory management

A

When the OS copies programs from secondary storage to primary storage so the CPU can access it

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

What is multi-tasking

A

When an operating system manages multiple tasks at the same time

17
Q

What is a device driver

A

A program that controls a peripheral device

18
Q

What are the 2 types of drivers

A
  • generic driver
  • bespoke/specific driver
19
Q

What is a generic driver

A

An installed piece of software that controls generic peripherals such as mouses or keyboards

20
Q

What is a bespoke driver

A

A driver that isn’t readily available on operating systems and needs to be downloaded from the manufacturer of the hardware

21
Q

What is the job of disk management

A

Manages where files are written onto the disk and keeps track of them so they can be retrieved

22
Q

What is the job of file management

A

Makes sure no file overwrites another file

23
Q

What is the job of user management in an operating system

A
  • responsible for user logins and passwords
  • manages access rights
24
Q

What is an interrupt

A

Signals sent to the CPU by an external device to indicate an event that needs immediate attention

25
What are the 2 types of interrupt
- hardware interrupt - software interrupt