System Software Flashcards

1
Q

Name 4 types of user interface?

A
  • Command line interface
  • Graphical user interface
  • Menu driven interface
  • Natural language interface
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the functions of an operating system?

6 marks

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

Name 5 examples of operating systems

A
  • Windows
  • Android
  • Chrome OS
  • macOS
  • Linux
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is an operating system?

A

Software that manages computer hardware, users and the resources used by the software

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

What is a user interface?

A

The means by which the user and a computer interact

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

What are the typical features of a GUI?

A
  • Windows
  • Icons
  • Menus
  • Pointers
  • Drag and drop
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does OS stand for?

A

Operating system

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

What does GUI stand for?

A

Graphical user interface

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

Why would you use a GUI?

A
  • Easy to use
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a command line interface?

A

A text based interface where commands are entered into the computer

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

Why would you use a command line interface?

A
  • Requires very little processing, so it is quicker if you know the commands
  • Requires much less disk storage space and RAM
  • No graphics card needed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a menu driven interface?

A

A type of user interface used by devices with a dedicated function where there are only certain options that can be selected, by a menu

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

What is memory management?

A

When the OS manages where data and programs are stored to ensure nothing is overridden. It also manages virtual memory.

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

How does multitasking work?

A

Carrying out more than one task seemingly at the same time by allocating time for each program in the CPU

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

What are interrupts?

A

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

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

Name example of a hardware interrupt

A

Printer out of paper

17
Q

Give an example of a software interrupt?

A

A divide-by-zero error

18
Q

What does a device driver do?

A

Translate the OS instructions into instructions the device can understand

19
Q

What is a peripheral?

A

A hardware device connected to a computer

20
Q

Give 2 examples of user management

A
  • Access levels
  • Storing user logins and passwords
21
Q

Name 4 common file management actions

A
  • Naming and renaming files and folders
  • Moving files and folders
  • Saving files
  • Sorting files (eg. by name, by data created etc.)
22
Q

Name 5 examples of utility software

A
  • Encryption software
  • Disk defragmentation software
  • Data compression software
  • Anti-malware software
  • Disk clean up tools
23
Q

What is encryption software?

A

Software that disguises the content of files so they can only be understood by authorised users

24
Q

What is disk defragmentation?

A

Reordering where files are stored so they are stores in consecutive memory locations

25
Q

What is fragmentation?

A

When a file isn’t stored across consecutive memory locations

26
Q

Why is disk defragmentation needed?

A
  • Fragmented files take longer to read
  • Because the driver head will need to move to more locations
27
Q

What does data compression software do?

A

Reduce the size of a file stored on secondary storage

28
Q

What are the advantages of compressed files?

A
  • Takes up less storage
  • Quicker to transfer and download
29
Q

What are the possible disadvantages of compressed files?

A
  • Lower quality