SlideShare a Scribd company logo
1 of 5
CHAPTER 4
Operating System
A.Multiple choice questions:
1. Which among the following is not an example of an Operating System?
a. Windows 7 b. Linux c. Unix d. Microsoft Word
Ans. d. Microsoft Word
2.Name the type of Operating System that allows multiple users to run programs at the same time
on a single computer.
a. Multi-Threading Operating System b. Multitasking Operating System
c. Distributed Operating System d. Multi-User Operating System
Ans. d. Multi-User Operating System
3.Name the type of Operating System that processes inputs simultaneously to such an extent that it
is fast enough to affect the next input or process.
a. Real Time Operating System b. Multitasking Operating System
c. Distributed Operating System d. Multi-User Operating System
Ans. a. Real Time Operating System
4.Name the type of Operating System that allows several applications to be loaded and
simultaneously used in the memory.
a. Real Time Operating System b. Multitasking Operating System
c. Distributed Operating System d. Multi-User Operating System
Ans. b. Multitasking Operating System
5.Name the specialized program that acts as a path between the operating system and virtually
all hardware not on the computer’s motherboard.
a. Device Driver b. Virtual Memory c. System Driver d. None of these
Ans. a. Device Driver
6. Which of the following does not come under the memory management of the Operating System?
a. It keeps track of the main memory and checks which part is in use and by which process. It
also keeps track of the part that is not in use.
b. It checks whether the RAM is physically broken or not and gives a relevant message during
the booting process.
c. It makes a decision on which process will get memory when and by how much.
d. It allocates the memory according to the requirement of the process.
Ans. b. It checks whether the RAM is physically broken or not and gives a relevant message
during the booting process.
7. Which of the following is the File Management functionality of an Operating System?
a. It handles the organisation and tracking of files and directories (folders) saved or retrieved
from the secondary storage devices.
b. It ensures that a file is contained in a folder.
c. It does not track the time of creation of a file.
d. It ensures that the secondary memory is not used by any programs.
Ans. d. It ensures that the secondary memory is not used by any programs.
8. Name India’s Linux based Operating System developed at CDAC.
a. Bharat Linux b. Bharat Operating System Solutions
c. India Operating System d. All of these
Ans. b. Bharat Operating System Solutions
9. A very popular Operating System mage by Google for hand held devices like Smart Phones and Tablets.
a. Symbian b. Windows 8 c. Android d. iOS
Ans. c. Android
10. Name the developer of Linux.
a. Linus Benedict Torvalds b. Linus Andrews
c. Linus Tux d. Linus Benedict Simonds
Ans. a. Linus Benedict Torvalds
B.Fill in the blanks:
1. An Operating System is software that provides a platform for other applications to be executed.
2. The Distributed operating system allows software and data to be distributed around the system.
3. Booting is the process of loading the Operating System into the memory during start up.
4. ios is an Operating System used in iPhone’s.
5. Dennis Ritchie was one of the co-creators of the UNIX Operating System.
6. Process Scheduling is the process through which the Operating System decides which process
gets the processor when and for how much time.
7. The Solaris Operating System is currently maintained by Oracle Company.
8. The Kernel layer of the Operating System is responsible for multitasking, process control,
exception handling and interrupt processing.
9. The User Interface is a software layer which allows the user to interact directly with the
operating system.
10. Multithreading is an Operating System that allows different parts of a single program to
run concurrently.
C. State whether the following statements are true or false:
1. The iOS is developed and maintained by Apple. [True]
2. Real Time and Multi Threading Operating System behaves same like each other. [False]
3. Booting is the process of storing the Operating System into the Hard Disk. [False]
4. Tracking of files and folders is the File Management functionality. [True]
5. The lowest layer of the Operating System layer is the Kernel. [True]
6. Operating System is not responsible for de-allocating the memory when a process no longer
requires it. [False]
7. An Application Software can execute even without an Operating System. [False]
8. Symbian is an Operating System developed by Google. [False]
9. iOS is a very popular Operating System in Apple’s hand-held devices. [True]
10. An Application Software allocates the CPU to a process. [False]
11. Operating System is also responsible for managing devices. [True]
D.Answer the following questions:
1. What is an Operating System?
Ans. An Operating System is a System Software that manages and serves other programs and
also provides an interface for the user to interact with a computer.
2. Why is an Operating System needed for a Computer System?
Ans. An operating system is the driving force for using the computer. It provides a software
platform, on top of which, other programs, called application programs are executed. The
application programs are designed in such a way that it can run on the environment of a
particular operating system.
3. State one difference between Multiprocessing and Multitasking Operating System.
Ans. Multiprocessing Operating System supports and allocates programs on more than one CPU (or
processor). Multi-tasking operating System on the other hand allows several applications to be
loaded and simultaneously used in the memory. But the processor handles only one
application at a particular time and is capable of switching between the applications giving a
feeling that each application is getting executed simultaneously.
4. What is the function of a Distributed Operating System?
Ans. Distributed operating system allows software and data to be distributed around the system.
The software and files are stored on different storage devices which are located in
different geographical locations and may be accessed from different computer terminals
using this operating system.
5. Name the different functionalities associated with an Operating System.
Ans. The different functionalities associated with an Operating System are:
• Booting the Computer
• Processor Management
• Device Management
• Memory Management
• File Management
• User Interface
• Application Program Interface(API)
• Protection and Security
6. State the process of Booting in a Computer System.
Ans. Booting refers to the process of powering on a computer and getting into the operating system.
During the boot process, the computer will perform a self-diagnostic, also known as a POST
(Power On Self-Test) and load necessary drivers and programs that help the computer and
devices communicate into the RAM.
7. Give two functionalities of the Processor Management.
Ans. Two functions of the Processor Management of an Operating System are:
• The operating system keeps track of the processor and the status of process.
• The operating system allocates the processor (CPU) to a process.
8. What do you understand by the term device management?
Ans. The operating system is responsible for managing device communication via their respective
drivers. The device driver is a specialized program that acts as a path between the operating
system and virtually all hardware not on the computer’s motherboard. The device driver acts as
a translator between the electrical signals of the hardware subsystems and the high-level
programming languages of the operating system, application and utility programs.
9. State two functionalities of the Memory Management of an Operating System.
Ans. The two functionalities of the Memory Management of an Operating System are:
• The operating system keeps track of the main memory and checks which part is in use and
by which process. It also keeps track of the part that is not in use.
• The operating system makes a decision on which process will get memory when and by how
much. Thus each process must have enough memory in which to execute, and should not overlap
the memory space of another process nor be run into by another process.
10. What is File Management?
Ans. The file management capability of an operating system is responsible for the way files and
folders are efficiently stored in the secondary memory. Accessing such files and folders in the
easiest possible manner is also its responsibility.
11. What is “User Interface”? What are the two possible User Interfaces of an Operating System?
Ans. User Interface refers to the environment through which a user interacts with the computer. The
two popular user interfaces are:
• Character User Interface (CUI)/ Command Line Interface
• Graphics User Interface (GUI)
12. State two security features that an Operating System can provide.
Ans. Two security features that an Operating System can provide are:
• It lets the resources of the computer to be used in a consistent way.
• It prevents unauthorized access to the computer.
13. Name the different layers in an Operating System Model.
Ans. There are five different layers in an Operating System namely:
• User Interface
• File Management System
• Input / Output
• Memory Management
• Kernel
14. What is a Kernel?
Ans. The Kernel of an Operating System refers to the lowest layer of the operating system. It acts
as a regulator for the whole system, controlling the allocation of time slices to users or
processes and ensuring that resources are allocated fairly. The kernel is responsible for
multi-tasking, process control, exception handling (on error handling) and interrupt
processing.
15. What made Android Operating System so popular?
Ans. Android Operating System is popular in hand-held devices not only it is because it is free,
but is also a stable version available for download in public environment.

More Related Content

What's hot

Operating system concepts (notes)
Operating system concepts (notes)Operating system concepts (notes)
Operating system concepts (notes)Sohaib Danish
 
Operating systems
Operating systemsOperating systems
Operating systemsJoshuaIgo
 
COMPUTER HARDWARE - SHORT NOTES
COMPUTER HARDWARE - SHORT NOTESCOMPUTER HARDWARE - SHORT NOTES
COMPUTER HARDWARE - SHORT NOTESsuthi
 
Operating system presentation
Operating system presentationOperating system presentation
Operating system presentationSonu Vishwakarma
 
CHAPTER READING TASK OPERATING SYSTEM
CHAPTER READING TASK OPERATING SYSTEMCHAPTER READING TASK OPERATING SYSTEM
CHAPTER READING TASK OPERATING SYSTEMNur Atiqah Mohd Rosli
 
2 operating system structures
2 operating system structures2 operating system structures
2 operating system structuresDr. Loganathan R
 
Operating system notes
Operating system notesOperating system notes
Operating system notesSANTOSH RATH
 
Class 1: Introduction - What is an Operating System?
Class 1: Introduction - What is an Operating System?Class 1: Introduction - What is an Operating System?
Class 1: Introduction - What is an Operating System?David Evans
 
Bba203 unit 2 operating system concepts
Bba203   unit 2 operating system conceptsBba203   unit 2 operating system concepts
Bba203 unit 2 operating system conceptskinjal patel
 
OS - Ch1
OS - Ch1OS - Ch1
OS - Ch1sphs
 
Difference between various operating systems on the basis of single user ,mul...
Difference between various operating systems on the basis of single user ,mul...Difference between various operating systems on the basis of single user ,mul...
Difference between various operating systems on the basis of single user ,mul...Anu Garg
 
Operating system
Operating systemOperating system
Operating systemsathish sak
 
Operating system Concepts
Operating system Concepts Operating system Concepts
Operating system Concepts RANVIJAY GAUR
 
Operating System & Utility Programme
Operating System & Utility ProgrammeOperating System & Utility Programme
Operating System & Utility Programmebbp2067
 
Operating System
Operating SystemOperating System
Operating Systemnaughty9
 
Operating System Concepts Presentation
Operating System Concepts PresentationOperating System Concepts Presentation
Operating System Concepts PresentationNitish Jadia
 

What's hot (20)

Operating system
Operating systemOperating system
Operating system
 
Operating system concepts (notes)
Operating system concepts (notes)Operating system concepts (notes)
Operating system concepts (notes)
 
Operating systems
Operating systemsOperating systems
Operating systems
 
COMPUTER HARDWARE - SHORT NOTES
COMPUTER HARDWARE - SHORT NOTESCOMPUTER HARDWARE - SHORT NOTES
COMPUTER HARDWARE - SHORT NOTES
 
Operating system presentation
Operating system presentationOperating system presentation
Operating system presentation
 
CHAPTER READING TASK OPERATING SYSTEM
CHAPTER READING TASK OPERATING SYSTEMCHAPTER READING TASK OPERATING SYSTEM
CHAPTER READING TASK OPERATING SYSTEM
 
2 operating system structures
2 operating system structures2 operating system structures
2 operating system structures
 
Operating system notes
Operating system notesOperating system notes
Operating system notes
 
Class 1: Introduction - What is an Operating System?
Class 1: Introduction - What is an Operating System?Class 1: Introduction - What is an Operating System?
Class 1: Introduction - What is an Operating System?
 
OS
OSOS
OS
 
Bba203 unit 2 operating system concepts
Bba203   unit 2 operating system conceptsBba203   unit 2 operating system concepts
Bba203 unit 2 operating system concepts
 
OS - Ch1
OS - Ch1OS - Ch1
OS - Ch1
 
Difference between various operating systems on the basis of single user ,mul...
Difference between various operating systems on the basis of single user ,mul...Difference between various operating systems on the basis of single user ,mul...
Difference between various operating systems on the basis of single user ,mul...
 
Operating system
Operating systemOperating system
Operating system
 
Operating system Concepts
Operating system Concepts Operating system Concepts
Operating system Concepts
 
Operating System & Utility Programme
Operating System & Utility ProgrammeOperating System & Utility Programme
Operating System & Utility Programme
 
Operating Systems
Operating SystemsOperating Systems
Operating Systems
 
Operating System
Operating SystemOperating System
Operating System
 
Operating System Concepts Presentation
Operating System Concepts PresentationOperating System Concepts Presentation
Operating System Concepts Presentation
 
Operating System
Operating SystemOperating System
Operating System
 

Similar to Operating syestem class 9 notes.doc

2. Unit 1_Types of Opertaing Systems.pptx
2. Unit 1_Types of Opertaing Systems.pptx2. Unit 1_Types of Opertaing Systems.pptx
2. Unit 1_Types of Opertaing Systems.pptxAishwarya .
 
NE223_chapter 1_Overview of operating systems.ppt
NE223_chapter 1_Overview of operating systems.pptNE223_chapter 1_Overview of operating systems.ppt
NE223_chapter 1_Overview of operating systems.pptMemMem25
 
MC 7204 OS Question Bank with Answer
MC 7204 OS Question Bank with AnswerMC 7204 OS Question Bank with Answer
MC 7204 OS Question Bank with Answersellappasiva
 
Presentation on Operating System & its Components
Presentation on Operating System & its ComponentsPresentation on Operating System & its Components
Presentation on Operating System & its ComponentsMahmuda Rahman
 
L-3 BCE OS FINAL.ppt
L-3 BCE OS FINAL.pptL-3 BCE OS FINAL.ppt
L-3 BCE OS FINAL.pptKirti Verma
 
Chapter 1 Introduction to Operating System Concepts
Chapter 1 Introduction to Operating System ConceptsChapter 1 Introduction to Operating System Concepts
Chapter 1 Introduction to Operating System ConceptsMeenalJabde
 
01. english version operating system
01. english version   operating system01. english version   operating system
01. english version operating systemJimmi Sitorus
 
Reformat PPT.pptx
Reformat PPT.pptxReformat PPT.pptx
Reformat PPT.pptxLINDYLGERAL
 
ITFT _ Operating system
ITFT _ Operating systemITFT _ Operating system
ITFT _ Operating systemNavneet Kaur
 
operatinndnd jdj jjrg-system-1(1) (1).pptx
operatinndnd jdj jjrg-system-1(1) (1).pptxoperatinndnd jdj jjrg-system-1(1) (1).pptx
operatinndnd jdj jjrg-system-1(1) (1).pptxkrishnajoshi70
 
OPERATING SYSTEM BY DR .MUGABO MG MKAMA
OPERATING SYSTEM BY DR .MUGABO MG MKAMAOPERATING SYSTEM BY DR .MUGABO MG MKAMA
OPERATING SYSTEM BY DR .MUGABO MG MKAMAMugabo Mkama
 

Similar to Operating syestem class 9 notes.doc (20)

2. Unit 1_Types of Opertaing Systems.pptx
2. Unit 1_Types of Opertaing Systems.pptx2. Unit 1_Types of Opertaing Systems.pptx
2. Unit 1_Types of Opertaing Systems.pptx
 
NE223_chapter 1_Overview of operating systems.ppt
NE223_chapter 1_Overview of operating systems.pptNE223_chapter 1_Overview of operating systems.ppt
NE223_chapter 1_Overview of operating systems.ppt
 
MC 7204 OS Question Bank with Answer
MC 7204 OS Question Bank with AnswerMC 7204 OS Question Bank with Answer
MC 7204 OS Question Bank with Answer
 
Unit 1 q&a
Unit  1 q&aUnit  1 q&a
Unit 1 q&a
 
Presentation on Operating System & its Components
Presentation on Operating System & its ComponentsPresentation on Operating System & its Components
Presentation on Operating System & its Components
 
Operating System
Operating SystemOperating System
Operating System
 
Os
OsOs
Os
 
L-3 BCE OS FINAL.ppt
L-3 BCE OS FINAL.pptL-3 BCE OS FINAL.ppt
L-3 BCE OS FINAL.ppt
 
Chapter 1 Introduction to Operating System Concepts
Chapter 1 Introduction to Operating System ConceptsChapter 1 Introduction to Operating System Concepts
Chapter 1 Introduction to Operating System Concepts
 
01. english version operating system
01. english version   operating system01. english version   operating system
01. english version operating system
 
Os question
Os questionOs question
Os question
 
Operating system
Operating systemOperating system
Operating system
 
Reformat PPT.pptx
Reformat PPT.pptxReformat PPT.pptx
Reformat PPT.pptx
 
operating system lecture notes
operating system lecture notesoperating system lecture notes
operating system lecture notes
 
ITFT _ Operating system
ITFT _ Operating systemITFT _ Operating system
ITFT _ Operating system
 
operatinndnd jdj jjrg-system-1(1) (1).pptx
operatinndnd jdj jjrg-system-1(1) (1).pptxoperatinndnd jdj jjrg-system-1(1) (1).pptx
operatinndnd jdj jjrg-system-1(1) (1).pptx
 
OS.pptx
OS.pptxOS.pptx
OS.pptx
 
OPERATING SYSTEM BY DR .MUGABO MG MKAMA
OPERATING SYSTEM BY DR .MUGABO MG MKAMAOPERATING SYSTEM BY DR .MUGABO MG MKAMA
OPERATING SYSTEM BY DR .MUGABO MG MKAMA
 
Introduction of operating system
Introduction of operating systemIntroduction of operating system
Introduction of operating system
 
Firo
FiroFiro
Firo
 

More from vinayakaggarwal9

More from vinayakaggarwal9 (6)

Questions based on iq
Questions based on iqQuestions based on iq
Questions based on iq
 
OPTICAL ILLUSION
OPTICAL ILLUSIONOPTICAL ILLUSION
OPTICAL ILLUSION
 
BRAIN TEASERS
BRAIN TEASERS BRAIN TEASERS
BRAIN TEASERS
 
technology quiz 2018
technology quiz 2018 technology quiz 2018
technology quiz 2018
 
technology quiz
technology quiz technology quiz
technology quiz
 
presentation on moviies 2018
presentation on moviies 2018 presentation on moviies 2018
presentation on moviies 2018
 

Recently uploaded

Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsAndrey Dotsenko
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 

Recently uploaded (20)

Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 

Operating syestem class 9 notes.doc

  • 1. CHAPTER 4 Operating System A.Multiple choice questions: 1. Which among the following is not an example of an Operating System? a. Windows 7 b. Linux c. Unix d. Microsoft Word Ans. d. Microsoft Word 2.Name the type of Operating System that allows multiple users to run programs at the same time on a single computer. a. Multi-Threading Operating System b. Multitasking Operating System c. Distributed Operating System d. Multi-User Operating System Ans. d. Multi-User Operating System 3.Name the type of Operating System that processes inputs simultaneously to such an extent that it is fast enough to affect the next input or process. a. Real Time Operating System b. Multitasking Operating System c. Distributed Operating System d. Multi-User Operating System Ans. a. Real Time Operating System 4.Name the type of Operating System that allows several applications to be loaded and simultaneously used in the memory. a. Real Time Operating System b. Multitasking Operating System c. Distributed Operating System d. Multi-User Operating System Ans. b. Multitasking Operating System 5.Name the specialized program that acts as a path between the operating system and virtually all hardware not on the computer’s motherboard. a. Device Driver b. Virtual Memory c. System Driver d. None of these Ans. a. Device Driver 6. Which of the following does not come under the memory management of the Operating System? a. It keeps track of the main memory and checks which part is in use and by which process. It also keeps track of the part that is not in use. b. It checks whether the RAM is physically broken or not and gives a relevant message during the booting process. c. It makes a decision on which process will get memory when and by how much. d. It allocates the memory according to the requirement of the process. Ans. b. It checks whether the RAM is physically broken or not and gives a relevant message during the booting process.
  • 2. 7. Which of the following is the File Management functionality of an Operating System? a. It handles the organisation and tracking of files and directories (folders) saved or retrieved from the secondary storage devices. b. It ensures that a file is contained in a folder. c. It does not track the time of creation of a file. d. It ensures that the secondary memory is not used by any programs. Ans. d. It ensures that the secondary memory is not used by any programs. 8. Name India’s Linux based Operating System developed at CDAC. a. Bharat Linux b. Bharat Operating System Solutions c. India Operating System d. All of these Ans. b. Bharat Operating System Solutions 9. A very popular Operating System mage by Google for hand held devices like Smart Phones and Tablets. a. Symbian b. Windows 8 c. Android d. iOS Ans. c. Android 10. Name the developer of Linux. a. Linus Benedict Torvalds b. Linus Andrews c. Linus Tux d. Linus Benedict Simonds Ans. a. Linus Benedict Torvalds B.Fill in the blanks: 1. An Operating System is software that provides a platform for other applications to be executed. 2. The Distributed operating system allows software and data to be distributed around the system. 3. Booting is the process of loading the Operating System into the memory during start up. 4. ios is an Operating System used in iPhone’s. 5. Dennis Ritchie was one of the co-creators of the UNIX Operating System. 6. Process Scheduling is the process through which the Operating System decides which process gets the processor when and for how much time. 7. The Solaris Operating System is currently maintained by Oracle Company. 8. The Kernel layer of the Operating System is responsible for multitasking, process control, exception handling and interrupt processing. 9. The User Interface is a software layer which allows the user to interact directly with the operating system. 10. Multithreading is an Operating System that allows different parts of a single program to run concurrently. C. State whether the following statements are true or false: 1. The iOS is developed and maintained by Apple. [True] 2. Real Time and Multi Threading Operating System behaves same like each other. [False] 3. Booting is the process of storing the Operating System into the Hard Disk. [False]
  • 3. 4. Tracking of files and folders is the File Management functionality. [True] 5. The lowest layer of the Operating System layer is the Kernel. [True] 6. Operating System is not responsible for de-allocating the memory when a process no longer requires it. [False] 7. An Application Software can execute even without an Operating System. [False] 8. Symbian is an Operating System developed by Google. [False] 9. iOS is a very popular Operating System in Apple’s hand-held devices. [True] 10. An Application Software allocates the CPU to a process. [False] 11. Operating System is also responsible for managing devices. [True] D.Answer the following questions: 1. What is an Operating System? Ans. An Operating System is a System Software that manages and serves other programs and also provides an interface for the user to interact with a computer. 2. Why is an Operating System needed for a Computer System? Ans. An operating system is the driving force for using the computer. It provides a software platform, on top of which, other programs, called application programs are executed. The application programs are designed in such a way that it can run on the environment of a particular operating system. 3. State one difference between Multiprocessing and Multitasking Operating System. Ans. Multiprocessing Operating System supports and allocates programs on more than one CPU (or processor). Multi-tasking operating System on the other hand allows several applications to be loaded and simultaneously used in the memory. But the processor handles only one application at a particular time and is capable of switching between the applications giving a feeling that each application is getting executed simultaneously. 4. What is the function of a Distributed Operating System? Ans. Distributed operating system allows software and data to be distributed around the system. The software and files are stored on different storage devices which are located in different geographical locations and may be accessed from different computer terminals using this operating system. 5. Name the different functionalities associated with an Operating System. Ans. The different functionalities associated with an Operating System are: • Booting the Computer • Processor Management • Device Management • Memory Management • File Management • User Interface • Application Program Interface(API) • Protection and Security
  • 4. 6. State the process of Booting in a Computer System. Ans. Booting refers to the process of powering on a computer and getting into the operating system. During the boot process, the computer will perform a self-diagnostic, also known as a POST (Power On Self-Test) and load necessary drivers and programs that help the computer and devices communicate into the RAM. 7. Give two functionalities of the Processor Management. Ans. Two functions of the Processor Management of an Operating System are: • The operating system keeps track of the processor and the status of process. • The operating system allocates the processor (CPU) to a process. 8. What do you understand by the term device management? Ans. The operating system is responsible for managing device communication via their respective drivers. The device driver is a specialized program that acts as a path between the operating system and virtually all hardware not on the computer’s motherboard. The device driver acts as a translator between the electrical signals of the hardware subsystems and the high-level programming languages of the operating system, application and utility programs. 9. State two functionalities of the Memory Management of an Operating System. Ans. The two functionalities of the Memory Management of an Operating System are: • The operating system keeps track of the main memory and checks which part is in use and by which process. It also keeps track of the part that is not in use. • The operating system makes a decision on which process will get memory when and by how much. Thus each process must have enough memory in which to execute, and should not overlap the memory space of another process nor be run into by another process. 10. What is File Management? Ans. The file management capability of an operating system is responsible for the way files and folders are efficiently stored in the secondary memory. Accessing such files and folders in the easiest possible manner is also its responsibility. 11. What is “User Interface”? What are the two possible User Interfaces of an Operating System? Ans. User Interface refers to the environment through which a user interacts with the computer. The two popular user interfaces are: • Character User Interface (CUI)/ Command Line Interface • Graphics User Interface (GUI) 12. State two security features that an Operating System can provide. Ans. Two security features that an Operating System can provide are: • It lets the resources of the computer to be used in a consistent way. • It prevents unauthorized access to the computer. 13. Name the different layers in an Operating System Model. Ans. There are five different layers in an Operating System namely: • User Interface • File Management System • Input / Output
  • 5. • Memory Management • Kernel 14. What is a Kernel? Ans. The Kernel of an Operating System refers to the lowest layer of the operating system. It acts as a regulator for the whole system, controlling the allocation of time slices to users or processes and ensuring that resources are allocated fairly. The kernel is responsible for multi-tasking, process control, exception handling (on error handling) and interrupt processing. 15. What made Android Operating System so popular? Ans. Android Operating System is popular in hand-held devices not only it is because it is free, but is also a stable version available for download in public environment.