1.5 System Software Flashcards

1
Q

What is the primary role of an operating system?

A

The primary role of an operating system is to manage hardware and software resources and provide an interface for users and application programs.

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

What are the four main functions of an operating system?

A

The four main functions of an operating system are managing hardware resources, providing a user interface, managing files, and managing system security.

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

How does an operating system manage hardware resources?

A

The operating system manages hardware resources by controlling the CPU, memory, input/output devices, and ensuring that programs use these resources efficiently.

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

What is multitasking in an operating system?

A

Multitasking in an operating system is the ability to run multiple programs or processes simultaneously, allowing users to switch between tasks without interrupting the system.

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

What is the role of utility software?

A

The role of utility software is to perform maintenance tasks to improve the functionality and performance of the computer system, such as file management, security, and system optimization.

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

Name three examples of utility software.

A

Three examples of utility software are antivirus software, disk defragmenters, and backup software.

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

How does antivirus software help in maintaining system security?

A

Antivirus software helps maintain system security by detecting and removing malware, including viruses, worms, and Trojan horses, from the computer system.

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

What is the purpose of a disk defragmenter?

A

A disk defragmenter improves system performance by reorganizing fragmented data on a hard drive so that files are stored in contiguous blocks, making access faster.

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

What is the difference between system software and application software?

A

System software is responsible for running the computer and managing resources, while application software is designed for end-users to perform specific tasks, like word processing or web browsing.

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

What is the role of a file management system in an operating system?

A

A file management system organizes, stores, and retrieves files on a computer, managing directories, file names, permissions, and access rights.

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

What is a user interface in an operating system?

A

A user interface is the part of the operating system that allows users to interact with the computer typically through a graphical user interface (GUI) or command-line interface (CLI).

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

What are the benefits of a GUI over a CLI?

A

A GUI is more user-friendly providing visual icons and menus

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

How does an operating system handle memory management?

A

The operating system allocates memory to programs and ensures that they don’t interfere with each other

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

What is the role of the operating system in managing processes?

A

The operating system manages processes by allocating CPU time ensuring that each process runs without interfering with others

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

What is a backup utility and why is it important?

A

A backup utility creates copies of important files or the entire system to protect against data loss due to hardware failure or accidental deletion.

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

How does a firewall contribute to system security?

A

A firewall monitors and controls incoming and outgoing network traffic to prevent unauthorized access and protect the system from malicious attacks.

17
Q

What is the purpose of compression software?

A

Compression software reduces the size of files or folders making them easier to store or transmit

18
Q

How does an operating system control input and output devices?

A

The operating system uses device drivers to control input and output devices such as keyboards

19
Q

What is the difference between a system call and an interrupt in an OS?

A

A system call is a request by a program for a service from the operating system while an interrupt is a signal from hardware to the OS to indicate the need for attention or action.

20
Q

Why is system security important in operating systems?

A

System security ensures the protection of data, prevents unauthorized access