Operating Systems Flashcards

1
Q

What is an operating system?

A

An operating system is a software that manages computer hardware and software resources and provides 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 is responsible for managing memory.

A

True

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

Fill in the blank: The primary function of an operating system is to act as an __________ between users and the computer hardware.

A

interface

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

What does GUI stand for in the context of operating systems?

A

Graphical User Interface

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

Which of the following is an example of a mobile operating system? A) Windows B) Android C) Linux D) macOS

A

B) Android

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

What is the purpose of a file system in an operating system?

A

The file system is used to manage how data is stored and retrieved on a storage device.

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

True or False: Linux is an open-source operating system.

A

True

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

What is multitasking in operating systems?

A

Multitasking is the ability of an operating system to execute multiple tasks or processes simultaneously.

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

What is the main role of a kernel in an operating system?

A

The kernel is 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
10
Q

Fill in the blank: __________ is a type of operating system that allows multiple users to use the system simultaneously.

A

Multi-user

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

Which operating system is known for its stability and is commonly used on servers?

A

Linux

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

What is a process in the context of operating systems?

A

A process is an instance of a program in execution, which includes the program code and its current activity.

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

True or False: Virtual memory allows a computer to use hard drive space as additional RAM.

A

True

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

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

A

Device drivers allow the operating system to communicate with hardware devices.

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

Which of the following is NOT a type of operating system? A) Real-time OS B) Batch OS C) Spreadsheet OS D) Network OS

A

C) Spreadsheet OS

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

What does the term ‘booting’ refer to in operating systems?

A

Booting refers to the process of starting a computer and loading the operating system into memory.

17
Q

Fill in the blank: A __________ operating system allows the execution of multiple applications at the same time.

A

multitasking

18
Q

What is the difference between a 32-bit and a 64-bit operating system?

A

The difference lies in the amount of memory that can be addressed; a 64-bit OS can handle more RAM than a 32-bit OS.

19
Q

True or False: Windows is a proprietary operating system.

20
Q

What is an example of a real-time operating system?

A

An example of a real-time operating system is VxWorks.

21
Q

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

A

System calls provide a programming interface for applications to request services from the operating system.

22
Q

Fill in the blank: __________ is a model of operating system architecture that separates the user interface from the core functionalities.

A

Microkernel

23
Q

What is the role of the command line interface (CLI) in operating systems?

A

The CLI allows users to interact with the operating system by typing commands.

24
Q

Which operating system is known for its use in Apple computers?

25
What is the significance of system resources in an operating system?
System resources include CPU, memory, and I/O devices, which the operating system manages to ensure efficient operation.
26
True or False: An operating system can run without device drivers.
False