Operating System Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is a utility?

A

Programs used by the OS which allow the user to manage the computer

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

Name 8 popular utility softwares

A
  • Deleting Data
  • Disk Defragmentation
  • User Accounts and Security
  • Anti-Virus Software
  • Software Updates
  • System Cleanup
  • Encryption/ Decryption
  • Formatting
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Purpose of BACKUP?

A

Allows the user to restore the system to a previous state which is saved as a backup

This is only usually used if a system malfunctions

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

Purpose of DISK CLEANER?

A

When a file is deleted, the address to the location on the disk is removed

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

Purpose of DISK DEFRAGMENTATION?

A

Rearranges the information on a disk so that files appear in continuous sequences of clusters

This will improve file access times

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

Purpose of FORMATTING?

A

Storage drives need to be formatted to be compatible with an OS

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

Purpose of USER ACCOUNTS?

A

Allow the user to allocate specific users and protects personal files and programs from unauthorised access

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

Purpose of ENCRYPTION?

A

Can encrypt data when it is stored, or whenever it is transmitted over a network

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

Purpose of ANTI-VIRUS SOFTWARE?

A

Detects and blocks viruses

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

Purpose of FIREWALLS?

A

Can be used to filter between trusted and untrusted networks and prevent programs from communicating through the use of ports

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

Name 5 common Operating Systems

A
  • Windows
  • iOS
  • Linux
  • Android
  • Mac OS X
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the functions of the operating system?

A
Memory management
User interface --> Windows Icons Menus Pointers
Multi-tasking
Peripheral management
Security
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the 3 user interfaces?

A

CLI (Command Line Interface)
GUI (Graphical User Interface)
Menu Interface

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

What is CLI and pros and cons?

A

Used to implement the text-based interface

Pros:

  • Faster
  • More controllable

Cons:
- Hard to remember all the commands

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

What is GUI and pros and cons?

A

Graphical icons and visual indicators

Pros:

  • Quick to navigate
  • Easy to use

Cons:
- Can be slow

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

What is the menu interface and pros and cons?

A

Gives menu choices to help navigate

Pros:
- Can see all options

Cons:
- Takes a long time to go through all the files

17
Q

Correct order of the layers of the OS?

A

User
| Application
| OS
▽ Hardware

18
Q

What does a device driver do?

A

Handles the translation of requests between a device and the computer

Defines where a process must put outgoing data before it can be sent, and where incoming messages will be stored when they are received

Wakes up the device when it is needed and put it back to sleep when it is not