Operating Systems: Item Text Option Text 1 Option Text 2 Option Text 3 Option Text 4
Operating Systems: Item Text Option Text 1 Option Text 2 Option Text 3 Option Text 4
Item Text Option Text 1 Option Text 2 Option Text 3 Option Text 4
___________ are different kind of Application Program System Program Control Program Basic Program
programs written in various languages to
solve the computing problems of users.
_________ provides the basic computing The User The Operating The Hardware The Application
resources. It consists of the CPU, the System Program
Memory, the I/O devices.
The operating system should be designed CPU time I/O device Both 1 & 2 Only 1
to assure that all available resources like
________, ________ are used efficiently
A Process which cannot affect or cannot Independent Process co-operating Process I/O bound Process CPU bound Process
be affected by any other process
executing in the system is called
as____________
A process which can affect or can be co-operating process I/O bound Process CPU bound process Independent
affected by any other process executing Process
in the system is called as____________
____________ need IPC mechanism to co-operating process I/O bound Process CPU bound process Independent
exchanged data and information. Process
____________ is a regin of memory that shared memory message passing communication message model
is shared by co-oprating process is model
established .
____________ is a communication takes shared memory communication message passing Network model
place by means of messages exchanged model
between the co -operating process.
which state of a process defined "The New Running Ready Waiting
process being created"
which state of a process defined New Running waiting Ready
"instruction are being executed"
As a process execute,it changes state.the 1,2 1,2,3 1,2,3,4 1,2,3,4,5
state of a process is defined in part by
the current activity of that process.A
process may be in one of the following
states. 1.New 2.Running 3.Waiting
4.Ready 5.Terminated
Operating Systems
_____________ are supported directly by user threads Kernel threads Pthreads M -Threads
the operating system.