Fundamentals Of Operating System Flashcards

(172 cards)

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
What tracks connected devices?
The OS tracks them.
26
What is an I/O controller?
It controls input and output devices.
27
How does the OS decide which device works first?
It follows task priority.
28
Why is device scheduling needed?
To handle many tasks at once.
29
What does the OS do with user input?
It sends it to the right device.
30
How does the OS get the right output?
It manages devices properly.
31
What does the OS do with files?
It helps manage them.
32
What can you do with files using the OS?
Move
33
Where are files stored?
On storage devices.
34
How does the OS organize files?
In folders and subfolders.
35
Who decides who can access files?
The OS does.
36
What does the OS track?
File locations and usage.
37
What does the OS do with storage devices?
It helps transfer files.
38
What does the file system look like?
A tree with folders and subfolders.
39
What does the OS manage?
CPU
40
What is a process?
A running program.
41
What does the OS give to processes?
Memory and resources.
42
When does the OS allocate resources?
When a process starts or runs.
43
What does the OS do with processes?
It schedules and manages them.
44
What does scheduling mean?
Deciding when a process runs.
45
What happens if the system fails?
The OS provides recovery.
46
How does the OS protect files?
It provides backup.
47
What are common types of operating system interfaces?
Command line interface (CLI) Menu driven interface (MDI) Graphical user interface (GUI)
48
What does the OS do for security?
It protects user data.
49
How does the OS prevent unauthorized access?
With passwords.
50
What happens if someone tries to open a protected file?
The OS asks for a password.
51
How can a user protect files?
By assigning passwords.
52
What else does the OS protect?
The whole system.
53
Why does the OS check logins?
To allow only authorized users.
54
What does MDI stand for?
Menu driven interface
55
What is CLI?
A way to control a computer by typing commands.
56
How do users give commands in CLI?
By typing them.
57
Is CLI faster or slower than GUI?
Faster.
58
Why is CLI harder to use?
Users must memorize commands.
59
What are examples of CLI systems?
DOS and UNIX.
60
Does CLI use a mouse?
No
61
What does DOS stand for?
Disk Operating System.
62
Was DOS a graphical or non-graphical OS?
Non-graphical.
63
What type of system was DOS made for?
IBM-compatible computers.
64
Is DOS still commonly used today?
No
65
What does the command "C:\> DIR" do?
Shows files.
66
How do you open Command Prompt in Windows?
Start Menu > Windows System > Command Prompt.
67
When was Unix developed?
In the 1960s.
68
Who developed Unix?
Bell Labs.
69
What type of OS is Unix?
A command-driven
70
What does MDI stand for?
"Menu-Driven Interface."
71
How does MDI work?
"It uses menus instead of command lines."
72
What is the benefit of MDI?
"Users don’t need to memorize commands."
73
What is the downside of a command-line interface?
"It requires memorization."
74
Where is MDI commonly used?
"ATMs, information booths."
75
What is Novell NetWare?
"An old menu-driven OS."
76
When was Novell NetWare developed?
"In 1983."
77
What type of OS is Novell NetWare?
A network operating system.
78
What does GUI stand for?
"Graphical User Interface."
79
How does GUI work?
"It uses graphics, icons, and buttons for navigation instead of text commands."
80
Is GUI user-friendly?
"Yes, it is easy to use."
81
What are examples of GUI operating systems?
"Windows, Macintosh, Linux."
82
What is Ubuntu?
"An open-source GUI-based OS based on Linux."
83
When was Ubuntu first released?
"October 20, 2004."
84
When was Macintosh introduced?
"In 1984."
85
Who developed Macintosh?
"Apple Computers."
86
How do Mac users access files?
"By using a mouse and double-clicking icons."
87
Does Mac work on x86 architecture?
"No, it only supports Apple-based PCs."
88
What type of OS is Linux?
"A free, open-source GUI-based OS."
89
How is Linux similar to Windows?
"It has a graphical desktop like Windows."
90
Where is Linux used?
"Homes, offices, supercomputers, smartphones, smart TVs, enterprise servers, and more."
91
Which mobile OS is based on Linux?
"Android OS."
92
Who developed Windows OS?
"Microsoft."
93
When was Windows first introduced?
"November 1985."
94
What are the main uses of Windows OS?
"Storing files, running software, playing games, browsing the internet."
95
How is Windows commonly navigated?
Using a computer mouse.
96
What are types of operating systems with respect to users
Single user operating system and multi user operating system
97
What are the two major classifications of OS based on users?
"Single-User and Multi-User OS."
98
What is a Single-User OS?
"An OS used by only one person at a time."
99
What does a Single-User Single-Tasking OS do?
"Performs only one task at a time."
100
What are examples of Single-User Single-Tasking OS?
"Palm OS, MS-DOS."
101
What is the main advantage of a Single-User Single-Tasking OS?
"It requires less memory."
102
What is the main disadvantage of a Single-User Single-Tasking OS?
"It can only perform one task at a time."
103
What is a Single-User Multi-Tasking OS?
"It allows one user to perform multiple tasks at the same time."
104
What are examples of Single-User Multi-Tasking OS?
"Windows OS, Macintosh OS."
105
What is the main advantage of a Single-User Multi-Tasking OS?
"It is time-saving."
106
What is the main disadvantage of a Single-User Multi-Tasking OS?
"It consumes more memory."
107
What are the three types of OS based on processing?
Batch Processing, Time-Sharing, Real-Time Processing.
108
What is a Multi-User Multi-Tasking OS?
"An OS that allows multiple users to access the same system through a network server."
109
What is another name for a network server in Multi-User OS?
"Terminal server."
110
Where is Multi-User OS commonly used?
"In businesses and offices."
111
Why is Multi-User OS used in businesses?
"It allows multiple users to share resources without installing them on every system."
112
What is an advantage of a Multi-User OS?
"It is fast and time-saving because updates on the server apply to all connected systems."
113
What is a disadvantage of a Multi-User OS?
"If the client loses connection to the server, it cannot function."
114
What are examples of Multi-User OS?
Unix, Linux, Windows, Ubuntu.
115
What is a batch processing system?
"An OS processes tasks in batches based on priority and resources."
116
How do users submit jobs in batch processing?
"Users prepare jobs (e.g., punch cards) and submit them to the computer operator."
117
What does the operator do in batch processing?
"Sorts jobs into batches and submits them to the processor."
118
How are jobs executed in batch processing?
"Jobs of the same batch are executed together."
119
What is an advantage of batch processing?
"Saves time and fully utilizes the processor."
120
What is a disadvantage of batch processing?
"It is difficult to debug and expensive."
121
What is an example of batch processing?
Processing monthly utility bills (electricity, gas, telephone).
122
How does the CPU work in time-sharing?
"It divides time among users."
123
What happens if more users join?
"Response time slows down."
124
What is an RTOS?
"An OS that gives instant responses."
125
Where is RTOS used?
"In critical systems like flight control and health monitoring."
126
What is Soft RTOS?
"It might not meet deadlines."
127
What is Hard RTOS?
"It must meet strict deadlines."Category
128
What is a time-sharing processing system?
"A system where multiple users share a single computer for different tasks."
129
How does a time-sharing system allocate CPU time?
"The CPU assigns time to each user, creating the impression of exclusive use."
130
What happens as the number of users increases in time-sharing?
"Response time decreases as CPU time is divided among users."
131
What are the advantages of RTOS?
"It is fast, time-saving, and uses minimal space and memory."
132
What are the types of RTOS?
"Soft RTOS and Hard RTOS."
133
What is the difference between Soft RTOS and Hard RTOS?
Soft RTOS might not meet deadlines, while Hard RTOS must meet strict deadlines.
134
How does the CPU work in time-sharing?
"It divides time among users."
135
What happens if more users join?
"Response time slows down."
136
What is a time-sharing processing system?
"A system where multiple users share a single computer for different tasks."
137
What happens as the number of users increases in time-sharing?
"Response time decreases as CPU time is divided among users."
138
What are the advantages of RTOS?
"It is fast, time-saving, and uses minimal space and memory."
139
What is an icon in a GUI?
"A small picture representing software, files, or devices."
140
Why are icons used in an operating system?
"To make navigation easier and more visual."
141
How do you open a program using an icon?
"By double-clicking it."
142
What do icons represent?
"Programs, files, hardware, or system functions."
143
What does 'This PC' icon show?
"All drives, data, and system resources."
144
What is the function of the Recycle Bin?
"Stores deleted files before permanent removal."
145
Can you restore files from the Recycle Bin?
"Yes, before they are permanently deleted."
146
What happens when you empty the Recycle Bin?
"Files are permanently deleted."
147
What is the purpose of the Control Panel?
"To manage system settings, software, and hardware."
148
What does the Network icon do?
"Shows and manages internet and network connections."
149
Where is the network list found in Windows 10?
"In the notification area on the taskbar."
150
What is a user account in Windows?
"A profile that allows users to have personal settings and files."
151
Why are multiple user accounts helpful?
"They let different people use the same computer separately."
152
How do icons improve usability in GUI?
"They make navigation simple and user-friendly."
153
Why do GUI systems use icons instead of text commands?
"Icons are easier to recognize and use."
154
What is the main benefit of a graphical user interface?
It is user-friendly and easy to navigate.
155
What is a file?
"A collection of data stored permanently."
156
What is a folder?
"A collection of related files and subfolders."
157
What are subfolders?
"Folders inside another folder."
158
What is the purpose of a file extension?
"It tells which program can open the file."
159
Give an example of a file extension.
".docx (Microsoft Word), .jpg (image)."
160
Can files be protected?
"Yes, by applying a password."
161
Can folders be protected?
"Yes, they can be password-protected, hidden, or shared."
162
How do files and folders differ in storing data?
"Files store data, while folders store files and other folders."
163
Do files and folders have extensions?
"Files have extensions; folders do not."
164
Can a file contain other files?
"No, but a folder can contain files and other folders."
165
Do files require a program to open?
"Yes, but folders do not."
166
How do you create a folder?
"Right-click → New → Folder → Name it → Press Enter."
167
How do you copy and paste a file?
"Right-click → Copy → Move to location → Right-click → Paste."
168
How do you move a file?
"Right-click → Cut → Move to location → Right-click → Paste."
169
How do you delete a file?
"Right-click → Delete (or press Delete key)."
170
How do you permanently delete a file?
"Press Shift + Delete."
171
Why are folders useful?
"They help organize files efficiently."
172
Why is file extension important?
It helps the computer open files in the correct program.