Operating System (OSY) MCQ 5i
Operating System (OSY) MCQ 5i
Operating System (OSY) MCQ 5i
Semester:V
MCQ Question Bank
01. The part of machine level instruction, which tells the central processor what has to be done,is
A. Operation code
B. Address
C. Locator
D.Flip-Flop
02. Processis
A.program in High level language kept on disk
B. contents of main memory
C. a program in execution
D.a job in secondary memory
a. User-happy b.User-simple
c.User-friendly d. None of theabove
04. When a peripheral device needs immediate attention from the operating system, itgenerates(n)
a. Interrupt b. Spool
c.Stack d. Pagefile
09. To access the services of operating system, the interface is provided bythe
a)Systemcalls b) API
c) Library d) Assemblyinstructions
11. If a process fails, most operating system write the error information toa
a) log file
b) another runningprocess
c) newfile
d) none of thementioned
22. The link between two processes P and Q to send and receive messages iscalled
a) communicationlink
b) message-passinglink
c) synchronizationlink
d) all of thementioned
26. If all processes I/O bound, the ready queue will almostalwaysbe and the Short term Scheduler willhavea
todo.
a) full,little
b) full, lot
c) empty, little
d) empty,lot
28. In a multiprogrammingenvironment
a) the processor executes more than one process at atime
b) the programs are developed by more than oneperson
c) more than one process resides in thememory
d) a single user can execute many programs at the sametime
31. The processes that are residing in main memory and are ready and waiting to execute are kept on a listcalled
a) jobqueue
b) readyqueue
c) executionqueue
d) process queue
32. The interval from the time of submission of a process to the time of completion is termedas
a) waitingtime
b) turnaroundtime
c) responsetime
d) throughput
33. Which scheduling algorithm allocates the CPU first to the process that requests the CPUfirst?
a) first-come, first-servedscheduling
b) shortest jobscheduling
c) priorityscheduling
d) none of thementioned
35. In priority scheduling algorithm, when a process arrives at the ready queue, its priority is compared
with the priorityof
a) allprocess
b) currently runningprocess
c) parentprocess
d) initprocess
40 Consider the following set of processes, the length of the CPU burst time given in milliseconds.
Assuming the above process being scheduled with the SJF scheduling algorithm.
a) The waiting time for process P1 is3ms
b) The waiting time for process P1 is0ms
c) The waiting time for process P1 is16ms
d) The waiting time for process P1 is9ms
41. Which of the following scheduling algorithms gives minimum average waitingtime?
a) FCFS
b) SJF
c) Round – robin
d) Priority
48. Memory management technique in which system stores and retrieves data from secondary storage
for use in main memory iscalled?
a) fragmentation
b) paging
c) mapping
d) none of thementioned
51. is a unique tag, usually a number identifies the file within the filesystem.
a) Fileidentifier
b) Filename
c) Filetype
d) None of thementioned
53. Which one of the following explains the sequential file accessmethod?
a) random access according to the given bytenumber
b) read bytes one at a time, inorder
c) read/write sequentially byrecord
d) read/write randomly byrecord