Fundamentals Of Operating System Flashcards

1
Q

What is an operating system?

A

Operating system is a set of programs containing instructions that co-ordinate all the activities of a computer.

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

What operating system was used when computer was first introduced?

A

Command line operating system (MS-DOS)

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

Which operating system was later introduced?

A

Graphic user interface based operating system.

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

Examples of operating system?

A

Unix, MS dos, MS Windows 10, OS / 2, and mac OS

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

Operating system hides _______ of the hardware resources from the user.

A

Details

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

Operating system provides users a _________ interface to use the computer system

A

Convenient

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

Operating system managers _________ resources and _________ installed on your computer

A

Hardware and software

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

Operating system transfer programs between _________ and _________

A

Secondary storage and main memory

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

Operating system managers and controls common _________computer functions

A

Hardware

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

Operating system provides ________capabilities

A

Networking.

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

Operating system managers _________task

A

Processing

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

It provides _________ facilities

A

Protection

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

Operating system provides _________ and _________ sharing of resources among uses and program

A

Efficient and fair

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

List functions of operating system.

A

Memory management input output management
files management
resource Management
user management

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

What type of memory does operating system manage?

A

Operating system managers main memory (primary memory - RAM, ROM)

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

How is memory divided and located?

A

Memory is divided in small parts called bytes and each byte has an address.

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

What does processor use memory for?

A

Processor uses memory to run programme smoothly and efficiently.

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

What does operating system track in memory management?

A

It keeps tracks of the primary memory (what part of it is in used by whom what part is not in use).

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

What does operating system do when a program request for memory?

A

When a program request for memory it allocates the memory (it also decide which memory should be allocated to which program and how much memory should be allocated)

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

What does operating system do to check memory status?

A

Operating system decide which memory should be allocated to which program and how much memory should be allocated and how many uses must be given access to check the memory status.

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

What responsibilities are handled by operating system?

A

Operating system handles the responsibility of storing data, system programs and user programs in memory.

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

What does operating system do to programs when they are no longer required?

A

Operating system monitors programs in memory and clear them from memory when they are no longer required by CPU.

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

What does the OS do with devices?

A

It manages and controls them.

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

How does the OS talk to devices?

A

It uses drivers.

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

What tracks connected devices?

A

The OS tracks them.

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

What is an I/O controller?

A

It controls input and output devices.

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

How does the OS decide which device works first?

A

It follows task priority.

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

Why is device scheduling needed?

A

To handle many tasks at once.

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

What does the OS do with user input?

A

It sends it to the right device.

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

How does the OS get the right output?

A

It manages devices properly.

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

What does the OS do with files?

A

It helps manage them.

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

What can you do with files using the OS?

A

Move

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

Where are files stored?

A

On storage devices.

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

How does the OS organize files?

A

In folders and subfolders.

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

Who decides who can access files?

A

The OS does.

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

What does the OS track?

A

File locations and usage.

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

What does the OS do with storage devices?

A

It helps transfer files.

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

What does the file system look like?

A

A tree with folders and subfolders.

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

What does the OS manage?

A

CPU

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

What is a process?

A

A running program.

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

What does the OS give to processes?

A

Memory and resources.

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

When does the OS allocate resources?

A

When a process starts or runs.

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

What does the OS do with processes?

A

It schedules and manages them.

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

What does scheduling mean?

A

Deciding when a process runs.

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

What happens if the system fails?

A

The OS provides recovery.

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

How does the OS protect files?

A

It provides backup.

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

What are common types of operating system interfaces?

A

Command line interface (CLI)
Menu driven interface (MDI)
Graphical user interface (GUI)

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

What does the OS do for security?

A

It protects user data.

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

How does the OS prevent unauthorized access?

A

With passwords.

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

What happens if someone tries to open a protected file?

A

The OS asks for a password.

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

How can a user protect files?

A

By assigning passwords.

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

What else does the OS protect?

A

The whole system.

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

Why does the OS check logins?

A

To allow only authorized users.

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

What does MDI stand for?

A

Menu driven interface

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

What is CLI?

A

A way to control a computer by typing commands.

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

How do users give commands in CLI?

A

By typing them.

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

Is CLI faster or slower than GUI?

A

Faster.

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

Why is CLI harder to use?

A

Users must memorize commands.

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

What are examples of CLI systems?

A

DOS and UNIX.

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

Does CLI use a mouse?

A

No

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

What does DOS stand for?

A

Disk Operating System.

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

Was DOS a graphical or non-graphical OS?

A

Non-graphical.

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

What type of system was DOS made for?

A

IBM-compatible computers.

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

Is DOS still commonly used today?

A

No

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

What does the command “C:> DIR” do?

A

Shows files.

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

How do you open Command Prompt in Windows?

A

Start Menu > Windows System > Command Prompt.

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

When was Unix developed?

A

In the 1960s.

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

Who developed Unix?

A

Bell Labs.

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

What type of OS is Unix?

A

A command-driven

70
Q

What does MDI stand for?

A

“Menu-Driven Interface.”

71
Q

How does MDI work?

A

“It uses menus instead of command lines.”

72
Q

What is the benefit of MDI?

A

“Users don’t need to memorize commands.”

73
Q

What is the downside of a command-line interface?

A

“It requires memorization.”

74
Q

Where is MDI commonly used?

A

“ATMs, information booths.”

75
Q

What is Novell NetWare?

A

“An old menu-driven OS.”

76
Q

When was Novell NetWare developed?

A

“In 1983.”

77
Q

What type of OS is Novell NetWare?

A

A network operating system.

78
Q

What does GUI stand for?

A

“Graphical User Interface.”

79
Q

How does GUI work?

A

“It uses graphics, icons, and buttons for navigation instead of text commands.”

80
Q

Is GUI user-friendly?

A

“Yes, it is easy to use.”

81
Q

What are examples of GUI operating systems?

A

“Windows, Macintosh, Linux.”

82
Q

What is Ubuntu?

A

“An open-source GUI-based OS based on Linux.”

83
Q

When was Ubuntu first released?

A

“October 20, 2004.”

84
Q

When was Macintosh introduced?

A

“In 1984.”

85
Q

Who developed Macintosh?

A

“Apple Computers.”

86
Q

How do Mac users access files?

A

“By using a mouse and double-clicking icons.”

87
Q

Does Mac work on x86 architecture?

A

“No, it only supports Apple-based PCs.”

88
Q

What type of OS is Linux?

A

“A free, open-source GUI-based OS.”

89
Q

How is Linux similar to Windows?

A

“It has a graphical desktop like Windows.”

90
Q

Where is Linux used?

A

“Homes, offices, supercomputers, smartphones, smart TVs, enterprise servers, and more.”

91
Q

Which mobile OS is based on Linux?

A

“Android OS.”

92
Q

Who developed Windows OS?

A

“Microsoft.”

93
Q

When was Windows first introduced?

A

“November 1985.”

94
Q

What are the main uses of Windows OS?

A

“Storing files, running software, playing games, browsing the internet.”

95
Q

How is Windows commonly navigated?

A

Using a computer mouse.

96
Q

What are types of operating systems with respect to users

A

Single user operating system and multi user operating system

97
Q

What are the two major classifications of OS based on users?

A

“Single-User and Multi-User OS.”

98
Q

What is a Single-User OS?

A

“An OS used by only one person at a time.”

99
Q

What does a Single-User Single-Tasking OS do?

A

“Performs only one task at a time.”

100
Q

What are examples of Single-User Single-Tasking OS?

A

“Palm OS, MS-DOS.”

101
Q

What is the main advantage of a Single-User Single-Tasking OS?

A

“It requires less memory.”

102
Q

What is the main disadvantage of a Single-User Single-Tasking OS?

A

“It can only perform one task at a time.”

103
Q

What is a Single-User Multi-Tasking OS?

A

“It allows one user to perform multiple tasks at the same time.”

104
Q

What are examples of Single-User Multi-Tasking OS?

A

“Windows OS, Macintosh OS.”

105
Q

What is the main advantage of a Single-User Multi-Tasking OS?

A

“It is time-saving.”

106
Q

What is the main disadvantage of a Single-User Multi-Tasking OS?

A

“It consumes more memory.”

107
Q

What are the three types of OS based on processing?

A

Batch Processing, Time-Sharing, Real-Time Processing.

108
Q

What is a Multi-User Multi-Tasking OS?

A

“An OS that allows multiple users to access the same system through a network server.”

109
Q

What is another name for a network server in Multi-User OS?

A

“Terminal server.”

110
Q

Where is Multi-User OS commonly used?

A

“In businesses and offices.”

111
Q

Why is Multi-User OS used in businesses?

A

“It allows multiple users to share resources without installing them on every system.”

112
Q

What is an advantage of a Multi-User OS?

A

“It is fast and time-saving because updates on the server apply to all connected systems.”

113
Q

What is a disadvantage of a Multi-User OS?

A

“If the client loses connection to the server, it cannot function.”

114
Q

What are examples of Multi-User OS?

A

Unix, Linux, Windows, Ubuntu.

115
Q

What is a batch processing system?

A

“An OS processes tasks in batches based on priority and resources.”

116
Q

How do users submit jobs in batch processing?

A

“Users prepare jobs (e.g., punch cards) and submit them to the computer operator.”

117
Q

What does the operator do in batch processing?

A

“Sorts jobs into batches and submits them to the processor.”

118
Q

How are jobs executed in batch processing?

A

“Jobs of the same batch are executed together.”

119
Q

What is an advantage of batch processing?

A

“Saves time and fully utilizes the processor.”

120
Q

What is a disadvantage of batch processing?

A

“It is difficult to debug and expensive.”

121
Q

What is an example of batch processing?

A

Processing monthly utility bills (electricity, gas, telephone).

122
Q

How does the CPU work in time-sharing?

A

“It divides time among users.”

123
Q

What happens if more users join?

A

“Response time slows down.”

124
Q

What is an RTOS?

A

“An OS that gives instant responses.”

125
Q

Where is RTOS used?

A

“In critical systems like flight control and health monitoring.”

126
Q

What is Soft RTOS?

A

“It might not meet deadlines.”

127
Q

What is Hard RTOS?

A

“It must meet strict deadlines.”Category

128
Q

What is a time-sharing processing system?

A

“A system where multiple users share a single computer for different tasks.”

129
Q

How does a time-sharing system allocate CPU time?

A

“The CPU assigns time to each user, creating the impression of exclusive use.”

130
Q

What happens as the number of users increases in time-sharing?

A

“Response time decreases as CPU time is divided among users.”

131
Q

What are the advantages of RTOS?

A

“It is fast, time-saving, and uses minimal space and memory.”

132
Q

What are the types of RTOS?

A

“Soft RTOS and Hard RTOS.”

133
Q

What is the difference between Soft RTOS and Hard RTOS?

A

Soft RTOS might not meet deadlines, while Hard RTOS must meet strict deadlines.

134
Q

How does the CPU work in time-sharing?

A

“It divides time among users.”

135
Q

What happens if more users join?

A

“Response time slows down.”

136
Q

What is a time-sharing processing system?

A

“A system where multiple users share a single computer for different tasks.”

137
Q

What happens as the number of users increases in time-sharing?

A

“Response time decreases as CPU time is divided among users.”

138
Q

What are the advantages of RTOS?

A

“It is fast, time-saving, and uses minimal space and memory.”

139
Q

What is an icon in a GUI?

A

“A small picture representing software, files, or devices.”

140
Q

Why are icons used in an operating system?

A

“To make navigation easier and more visual.”

141
Q

How do you open a program using an icon?

A

“By double-clicking it.”

142
Q

What do icons represent?

A

“Programs, files, hardware, or system functions.”

143
Q

What does ‘This PC’ icon show?

A

“All drives, data, and system resources.”

144
Q

What is the function of the Recycle Bin?

A

“Stores deleted files before permanent removal.”

145
Q

Can you restore files from the Recycle Bin?

A

“Yes, before they are permanently deleted.”

146
Q

What happens when you empty the Recycle Bin?

A

“Files are permanently deleted.”

147
Q

What is the purpose of the Control Panel?

A

“To manage system settings, software, and hardware.”

148
Q

What does the Network icon do?

A

“Shows and manages internet and network connections.”

149
Q

Where is the network list found in Windows 10?

A

“In the notification area on the taskbar.”

150
Q

What is a user account in Windows?

A

“A profile that allows users to have personal settings and files.”

151
Q

Why are multiple user accounts helpful?

A

“They let different people use the same computer separately.”

152
Q

How do icons improve usability in GUI?

A

“They make navigation simple and user-friendly.”

153
Q

Why do GUI systems use icons instead of text commands?

A

“Icons are easier to recognize and use.”

154
Q

What is the main benefit of a graphical user interface?

A

It is user-friendly and easy to navigate.

155
Q

What is a file?

A

“A collection of data stored permanently.”

156
Q

What is a folder?

A

“A collection of related files and subfolders.”

157
Q

What are subfolders?

A

“Folders inside another folder.”

158
Q

What is the purpose of a file extension?

A

“It tells which program can open the file.”

159
Q

Give an example of a file extension.

A

“.docx (Microsoft Word), .jpg (image).”

160
Q

Can files be protected?

A

“Yes, by applying a password.”

161
Q

Can folders be protected?

A

“Yes, they can be password-protected, hidden, or shared.”

162
Q

How do files and folders differ in storing data?

A

“Files store data, while folders store files and other folders.”

163
Q

Do files and folders have extensions?

A

“Files have extensions; folders do not.”

164
Q

Can a file contain other files?

A

“No, but a folder can contain files and other folders.”

165
Q

Do files require a program to open?

A

“Yes, but folders do not.”

166
Q

How do you create a folder?

A

“Right-click → New → Folder → Name it → Press Enter.”

167
Q

How do you copy and paste a file?

A

“Right-click → Copy → Move to location → Right-click → Paste.”

168
Q

How do you move a file?

A

“Right-click → Cut → Move to location → Right-click → Paste.”

169
Q

How do you delete a file?

A

“Right-click → Delete (or press Delete key).”

170
Q

How do you permanently delete a file?

A

“Press Shift + Delete.”

171
Q

Why are folders useful?

A

“They help organize files efficiently.”

172
Q

Why is file extension important?

A

It helps the computer open files in the correct program.