Chapter 2 Class 9
Chapter 2 Class 9
Chapter 2 Class 9
Chapter-2
FUNDAMENTALS OF OPERATING SYSTEM
Ans: An Operating System is software, which performs all the basic tasks like booting
computer, file management, memory management, process management, and
controlling peripheral devices such as hard disk, printer, etc. It manages
computer resource efficiently.
EXAMPLES OF OPERATING SYSTEM:
Most common operating systems are DOS, Windows, Linux Android, Mac OS
and iOS, etc.
Q2 List the functions of Operating System. Write briefly about any two?
Ans: Operating system manages every activity of a computer. The master control
program provides an interface for a user to communicate with computer. System
software and application software run on operating system. Operating System
performs the following functions.
BOOTING:
Booting is a process of starting the computer operating system. It checks the
computer resources and makes it ready to perform different tasks.
RESOURCE MANAGEMENT:
Operating system manages all the hardware and software resources. This
includes allocation and de-allocation of processor, memory, access to shared
cache memory and
access to network resources.
USER INTERFACE OR COMMAND INTERPRETER:
We interact with operating system through user interface. Command interpreter
is one of the parts of operating system, which reads the commands from user,
interprets them and translates them into machine language instructions that the
computer hardware can understand
MEMORY MANAGEMENT:
Memory management module performs the task of allocation and memory space
to programs and data in need of these resources.
INPUT/OUTPUT (I/O) MANAGEMENT:
An Operating System provides the device driver to facilitate Do functions
involving I/O devices. These device drivers are software that control I/O devices
through their controllers.
FILE MANAGEMENT
It manages all the file-related activities such as organization storage retrieval,
naming, sharing, and protection of files.
PROCESS MANAGEMENT:
A process is a job or activity to be performed by the system Process
management manages creation, deletion, suspension and resumption of
processes the term process refers here to program code that has been loaded
into a computer’s memory for execution the central processing unit (CPU) in a
multiprogramming system there will be a number of computing processes. The
operating system must ensure that each processes a fair share of the CPU's time
The OS decides the order in which processes have access to the processor, and
how much processing time each process should get. This function of OS is called
process is called scheduling.
USER MANAGEMENT:
In modern operating systems, user management describes the ability of
administrators to control user access to various computer resources like
software, Lo devices, storage system, networks, etc
Ans: An interface is a program that allows user to interact with the computer or
another computer over a network A User Interface (UI) is the part of operation
system, program or devices that allows a user to enter and receive information
There are many types of User Interfaces. Two most common sidde interfaces are
discussed below.
Q.5 What is the difference between single users and Multi user operating systems?
Ans: SINGLE USER AND MULTI-USERS OPERATING SYSTEM:
In a Single User Operating System, a single user can access the computer
system-at a time. These types of operating systems are commonly used. DOS
for PCs and Windows 98 for PCs are example of single user operating system. A
Multi-User Operating System allows multiple users to access the computer at
same time. The operating system manages the memory and resources among
the various users according to the requirement. Linux and UNIX are the most
common examples of the multi-user operating system.
Q.6 What is the major difference between Soft Real time and Hard real time
systems?
Q9 What is the purpose of Office Automation software? Write the steps to install
MS-Office package?
o Run the MS-Office setup from USB, DVD or Hard Disk backup.
o Check the box marked accept the terms of this agreement and click on
"Continue"
o Enter Product Key Click on Install Now or Customize procedure.
o Select the package, which you want to install. Click on 'Install Now'.
o Then installation begins.
o MS Office installer will notify automatically after finishing the installation
Q11 : What is the major difference between Soft Real Time and Hard Real Time
systems?
Soft real time system is a system whose Hard real time is a system whose
operation is degrade if results are not operation is incorrect whose result is not
produce according to the specified timing produce according to time constraint.
requirement.
In soft real time system, the size of data In hard real time system, the size of data
file is large. file is small or medium.
Q12 : Draw a flow diagram of operations of an OS.