operating systems and utilities Flashcards

(20 cards)

1
Q

Examples of Operating Systems

A

Windows, MacOS, iOS, Linux

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

What are the five major functions of an operating system?

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

What is a user interface?

A

OS provided means to interact with the computer, often through buttons, keyboard or mice.

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

What types of user interface is there?

A
  • Command line interface (purely text)
  • Graphical User Interface (GUI)
  • WIMP interface (eg Windows) -> Windows, Icons, Menus, Pointers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are peripheral devices and examples?

A

Devices connected externally to the CPU including printers, keyboards and monitors. Users communicate with the device via the OS.

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

What is a buffer used for?

A

To compensate for the difference in speed between the CPU and the device

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

What does the OS allow the user to do in terms of file management?

A

Files can be created, deleted, moved, saved, copied or allocated to folders. Can search for files, restore deleted files, free up space for new files and prevent conflicts when two users attempt to modify the same file at the same time. Also manages access rights to individual files.

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

What does the OS do in terms of memory management?

A

The OS moves programs and files in and out of memory (from the hard drive or from virtual memory) to process tasks as required.

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

What is multi-tasking?

A

Switching quickly between tasks

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

What does the OS do in terms of user management?

A

Provides different users with an account with their own user name and password. Each user can be granted different levels of access depending on their needs and levels of security. OS can also monitor login activity and log out users after set periods of inactivity.

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

What are common utility software?

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

Why are files fragmented?

A

Files are stored on the hard disk in blocks. As different size files are added and deleted over time, gaps appear which may not fit all of the next file to be stored. Files therefore become fragmented in order to fit them in.

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

What is the disadvantage of fragmented files?

A

Reading and storing the file is made much slower

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

What is the advantage of defragmentation utility?

A

Avoids fragmented files, new files can be saved in one place, speed up computer’s file retrieval and storage times - speeds up read and write access

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

What does a defragmentation software do?

A

Moves file around and store them individual files in neighbouring blocks, avoiding fragmented files.

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

What does an encryption software do?

A

Encrypts or decrypts files or folders held on a computer, transmitted across a network or transferred to external devices such as a USB key. Uses an algorithm and key to transform plaintext into ciphertext, scrambling data to increase security of data packets transfer. To decode the original information (plaintext), both the algorithm and the key is necessary to know.

17
Q

What does data compression software do?

A

Uses an algorithm to resave the data into an existing file using less storage space than the original. Uses lossy or lifeless.

18
Q

Example of compression software

19
Q

Advantages of compression in different situations

A

Enables larger files to fit within email attachment limits, reduces the data transfer volumes to meet ISP limits, and saves space on a local disk. Allows multiple original files to be saved as one single file, which is helpful for email and distribution.

20
Q

What is the main purpose of the operating system?

A

To manage the computer’s resources