Basic Operating system components Flashcards

1
Q

What is the primary function of an operating system?

A

To manage computer hardware and software resources and provide common services for computer programs.

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

True or False: An operating system serves as an interface between the user and the computer hardware.

A

True

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

Fill in the blank: The __________ manages the execution of processes in an operating system.

A

Process Scheduler

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

What are the two main types of operating systems?

A

Batch and time-sharing operating systems.

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

What is a kernel in the context of an operating system?

A

The core component that manages system resources and communication between hardware and software.

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

Multiple choice: Which of the following is NOT a function of an operating system? A) Memory management B) Process management C) Web browsing

A

C) Web browsing

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

What is the role of device drivers in an operating system?

A

To allow the operating system to communicate with hardware devices.

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

True or False: The user interface is a component of the operating system.

A

True

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

What is virtual memory?

A

A memory management technique that creates an illusion of a larger main memory by using disk space.

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

Fill in the blank: The __________ is responsible for managing the computer’s memory hierarchy.

A

Memory Manager

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

What does the term ‘multitasking’ mean in operating systems?

A

The ability to execute multiple processes simultaneously.

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

Multiple choice: Which of the following is an example of an operating system? A) Microsoft Word B) Windows 10 C) Google Chrome

A

B) Windows 10

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

What is file management in an operating system?

A

The process of storing, retrieving, and organizing files on a storage device.

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

True or False: The command line interface is a type of user interface in operating systems.

A

True

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

What is the purpose of system calls in an operating system?

A

To provide a way for programs to request services from the operating system.

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

Fill in the blank: The __________ is responsible for handling input and output operations in an operating system.

A

I/O Manager

17
Q

What is a service in the context of an operating system?

A

A program that runs in the background to perform specific tasks.

18
Q

Multiple choice: Which component of an operating system is responsible for process synchronization? A) Memory Manager B) Process Manager C) File Manager

A

B) Process Manager

19
Q

What is the difference between a process and a thread?

A

A process is an independent program in execution, while a thread is a smaller unit of a process that can be scheduled for execution.

20
Q

True or False: Operating systems can only run on personal computers.

21
Q

What is a graphical user interface (GUI)?

A

A user interface that allows users to interact with electronic devices through graphical icons and visual indicators.

22
Q

Fill in the blank: The __________ provides a way for users to interact with the operating system through commands.

A

Command Line Interface (CLI)

23
Q

What is process scheduling?

A

The method by which an operating system decides which processes to run and for how long.

24
Q

Multiple choice: Which of the following is a type of operating system? A) Real-time OS B) Spreadsheet OS C) Web browser OS

A

A) Real-time OS

25
What does 'booting' refer to in operating systems?
The process of starting up a computer and loading the operating system.
26
True or False: An operating system can be classified as either open-source or proprietary.
True
27
What is the purpose of a system monitor in an operating system?
To track system performance and resource usage.
28
Fill in the blank: The __________ is the component that handles security and access control in an operating system.
Security Manager
29
What is a shell in the context of an operating system?
An interface that allows users to interact with the operating system through commands.
30
Multiple choice: Which of the following is an example of a real-time operating system? A) Windows B) Linux C) VxWorks
C) VxWorks
31
What is the function of the task manager in an operating system?
To provide information about running processes and the ability to manage them.