System Software Flashcards

(39 cards)

1
Q

What does an Operating System provide between the user and hardware?

A

An interface

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

What type of machine do Operating Systems provide?

A

Virtual Machine

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

What complexity does the Operating System hide from the user?

A

Complexity of the hardware

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

What action does the user perform to save a file?

A

Clicks save

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

What does CLI stand for?

A

Command Line Interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
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
7
Q

How does the user interact with the Command Line Interface?

A

Text-based commands in a command prompt

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

How does the user interact with the Graphical User Interface?

A

By interacting with intuitive icons, menus or pointers

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

Which Operating System is generally considered easier to use?

A

Graphical User Interface

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

True or False: Command Line Interface requires less user experience.

A

False

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

Which interface provides more control over the operating system?

A

Command Line Interface

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

Which interface requires less power?

A

Command Line Interface

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

Why does the Graphical User Interface require more power?

A

It has to render visual elements onto the screen

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

Is the Command Line Interface visual?

A

No

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

What does the Operating System manage in terms of memory?

A

Allocates memory between different programs

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

What is multitasking in the context of an Operating System?

A

Giving the processor a small time slice for each task

17
Q

What is a driver?

A

A piece of software used to control a piece of hardware

18
Q

What do drivers allow?

A

A peripheral device to be connected to a computer

19
Q

What is a peripheral device?

A

A piece of hardware not directly connected to the CPU

20
Q

What does file management in an Operating System involve?

A

Identifying where files are stored for long-term storage

21
Q

What are some features of file management?

A
  • Naming of files
  • Allocating to folders
  • Creating, moving, copying, modifying and deleting files
  • Searching for files
22
Q

What does user management enable in an Operating System?

A

Different users to log onto a computer and retain settings

23
Q

Who can set access rights for different users in a network?

A

A network administrator

24
Q

True or False: User management allows multiple users to modify the same file simultaneously.

25
What are utility programs designed to do?
Perform just one or two tasks ## Footnote Utility programs interact with the computer hardware.
26
How do utility software interact with computer hardware?
They interface directly with hardware components like disk drives ## Footnote Utility software is built into the operating system.
27
What does encryption mean?
To scramble data in a way that is unreadable without a key ## Footnote Data is encrypted using a key and decrypted with the same or a different key.
28
Why is data encrypted?
To make it unreadable if intercepted ## Footnote Encryption ensures data security during transmission.
29
Fill in the blank: Data is encrypted using a _______ and then decrypted using a key.
key
30
What is the purpose of defragmentation software?
To group fragmented files back together ## Footnote Fragmentation occurs when files are deleted and gaps are left on the hard disk.
31
What happens to files on a hard disk drive over time?
They become fragmented due to gaps left by deleted files ## Footnote New files fill these gaps, leading to fragmentation.
32
What is the function of compression in file management?
To reduce the size of the file by removing repeated or unnecessary data ## Footnote Compression can be lossless or lossy.
33
Define lossless compression.
Compression that does not remove data permanently ## Footnote The original file can be re-created as no data is lost.
34
Define lossy compression.
Compression that permanently loses original data ## Footnote The original file cannot be re-created.
35
For a large video file, which type of compression is most appropriate?
Lossy ## Footnote Lossy compression allows for smaller file sizes while maintaining acceptable quality.
36
Why is lossless compression suitable for text files?
Because the text must be exactly the same and readable ## Footnote Lossy compression would make the text unreadable.
37
For an image file, which type of compression is typically used?
Lossy ## Footnote Lossy compression reduces color data, resulting in smaller file sizes that are often imperceptible to humans.
38
True or False: Lossy compression allows the original data to be fully restored.
False ## Footnote Lossy compression permanently loses some of the original data.
39
What is a common format for images online that use lossy compression?
JPEG ## Footnote JPEG images are widely used due to their smaller file sizes.