Question 1 :
Contiguous allocation of a file is defined by _____________
- disk address of the first block - length
- length - size of the block
- size of the block
- total size of the file
Question 2 :
the operating system is the most common type of ____ software
- communication
- application
- system
- word processing software
Question 3 :
Two ways to arrange multiple windows on the desktop are
- drag and drop
- cascade and tile
- minimize and maximize
- point and click
Question 4 :
Consider an operating system running multiple processes that have exclusive resource requirements from a set of resource classes. Further assume that there is exactly one resource in each resource class. Then, a directed cycle in the resource allocation graph would indicate which one of the following?
- A deadlock might occur in the future.
- All processes are deadlocked.
- Some processes are deadlocked.
- The system is safe from deadlock.
Question 5 :
What is the default maximum number of processes that can exist in Linux?
- 32767
- 1
- 0
- 1024
Question 6 :
An interactive user or a process has associated with pathname is a current directory which is often referred to as the …………………
- update directory
- list directory
- working directory
- create directory
Question 7 :
Files that maintain the hierarchical structure of the file system.
- Descriptors
- Directories
- Modifiers
- Relative files
Question 8 :
When one process is executing in critical section then all other processes that intend to execute the critical section must wait for the process (inside the critical section) to leave the critical section is called _____________
- Hold and Wait policy
- Mutual Exclusion property
- No-preemption policy
- FCFS policy
Question 9 :
Typically, ………………… is on an individual block basis where each block contains a pointer to the next block in the chain.
- Chained allocation
- Indexed allocation
- Contiguous allocation
- Variable allocation
Question 10 :
When the process issues an I/O request :
- It is placed in an I/O queue
- It is placed in a waiting queue
- It is placed in the ready queue
- It is placed in the Job queue
Question 11 :
Which of the following isn’t a part of the file directory?
- Attributes
- Protocol
- Location
- Ownership
Question 12 :
We describe a protocol of input device communication: a. Each device has a distinct address b. The bus controller scans each device in sequence of increasing address value to determine if the entity wishes to communicate. c. The device ready to communicate leaves it data in IO register. d. The data is picked up and the controller moves to step-a above. Identify the form of communication best describes the IO mode amongst the following
- Programmed IO Mode
- Polling
- DMA
- Interrupt Mode
Question 13 :
_________Operating systems are scalable and fault tolerant.
- Network
- Distributed
- Real-Time
- Batch
Question 14 :
In PCB, This includes the amount of CPU used for process execution, time limits, execution ID etc.
- IO status information
- CPU Scheduling Information
- CPU registers
- Accounting information
Question 15 :
Which of the following is false regarding First Come First Serve (FCFS)?
- FCFS performance is high
- average wait time is high.
- Its implementation is based on FIFO queue.
- FCFS is easy to understand and implement.
Question 16 :
The process of temporarily removing inactive programs from the main memory of a computer system is known as
- Swapping
- Compaction
- mapping
- fragmentation
Question 17 :
Windows 95, Windows 98, Windows NT are known as
- Operating systems
- Modems
- Domain names
- Processors
Question 18 :
Parameters of Programs are passed in
- input
- output
- program
- register
Question 19 :
Indexed allocation ..... direct access.
- supports
- does not support
- is not related to
- ignores
Question 20 :
Which one of the following error will not be handle by the operating system?
- power failure
- lack of paper in printer
- connection failure in the network
- Hardware issues
Question 21 :
Access to moving head disk requires three periods of delay before information is brought into memory. The response that correctly lists the three time delays for the physical access of data in order of the relative speed from the slowest to fastest is
- Latency Time, Cache Overhead Time, Seek Time
- Transmission Time, Latency Time, Seek Time
- Seek Time, Latency Time, Transmission Time
- Cache Overhead Time, Latency Time, Seek Time
Question 22 :
Which of the following is not a feature of UNIX?
- multitasking
- multiuser
- portability
- easy to use
Question 23 :
Determine the number of page faults when references to pages occur in the following order : 1, 2, 4, 5, 2, 1, 2, 4. Assume that the main memory can accommodate 3 pages and the main memory already has the pages 3 and 2, with page 3 having been brought earlier than page 2. (LRU algorithm is used)
- 3
- 5
- 4
- 8
Question 24 :
A set {P0, P1, ..., Pn} of waiting processes must exist such that P0 is waiting for a resource held by P1, P1 is waiting for a resource held by P2, ..., Pn−1 is waiting for a resource held by Pn, and Pn is waiting for a resource held by P0.
- Mutual exclusion
- Circular wait
- Hold and wait
- No Preemption
Question 25 :
Working set model for page replacement is based on the assumption of ____________
- modularity
- locality
- globalization
- random access