Online MCQ Assignment Answer
QN1: The term operating system means
1. A set of program which control computer working
2. The way a computer operates works
3. Conversion of high level language into machine code
4. The way a floppy disk drive operates
Answer: 2. The way a computer operates worksAnswer
QN2: Multiprogramming was made possible by
1. i/o units that operate independently of the CPU
2. operating system
3. both (a) and (b)
4. neither (a) nor (b)
Answer: 3. both (a) and (b)Answer
QN3: Two basic type of operating system are:
1. Sequential and direct
2. Batch and time sharing
3. Sequential and real time
4. None of the above
Answer: 4. None of the aboveAnswer
QN4: Remote computing services involve the use of timesharing and
1. Multiprocessing
2. Interactive processing
3. Batch processing
4. Real time processing
Answer: 2. Interactive processingAnswer
QN5: Which of the following is not a part of operating system?
1. Supervisor
2. Performance monitor
3. job-control program
4. i/o control program
Answer: 2. Performance monitorAnswer
QN6: In which addressing mode, the effective address of the operand is generated by adding a constant value to the contents of register?
1. Absolute mode
2. Indirect mode
3. Immediate mode
4. Index mode
Answer: 4. Index modeAnswer
QN7: Moving process from main memory to disk is called
1. Scheduling
2. Caching
3. Swapping
4. Spooling
Answer: 3. SwappingAnswer
QN8: Producer consumer problem can be solved using
1. Semaphores
2. Event counters
3. Monitors
4. All the above
Answer: 4. All the aboveAnswer
QN9: Operating system is
1. A collection of hardware components
2. A collection of i/o devices
3. A collection of software routine
4. All the above
Answer: 3. A collection of software routineAnswer
QN10: Which of the following is a type of system software used on microcomputer?
1. MS-DOS
2. PC-DOS
3. unix
4. All of the above
Answer: 4. All of the aboveAnswer
QN11: What is the operating system used by Macintosh computers?
1. system 7.0
2. AU/X
3. Unix
4. Either(a) or (b)
Answer: 3. UnixAnswer
QN12: What does the “X” stand for in OS X?
1. extreme
2. Extensible
3. extra
4. ten
Answer: 2. ExtensibleAnswer
QN13: The longest method of conversion
1. direct
2. parallel
3. pilot
4. phased
Answer: 1. directAnswer
QN14: A channel for communication across a boundary between two or more subsystems is known as
1. interface
2. actigram
3. walk through
4. data path
Answer: 2. actigramAnswer
QN15: DOS was the first widely-installed operating system for personal computers. What does DOS stand for?
1. Digital Operating System
2. Disk Operating System
3. Desktop Operating System
4. It’s an abbreviation of the word “doors.”
Answer: 2. Disk Operating SystemAnswer
QN16: Which of the following represents processor activities, methods and procedures in a data flow diagram?
1. datagram
2. actigram
3. feed back
4. none of the above
Answer: 3. feed backAnswer
QN17: A statement by statement description of a procedure is detailed in a
1. written narrative
2. procedure log
3. record layout
4. systems flowcharts
Answer: 1. written narrativeAnswer
QN18: What year was the first version of Windows introduced?
1. 1978
2. 1985
3. 1991
Answer: 2. 1985Answer
QN19: The operating system, along with its coordinating program, and the hardware that performs logic operations and manages data movement all combine to make up the___. What is it?
Answer: SoftwareAnswer
QN20: The operating system of a computer serves as a software interface between the user and
1. Hardware
2. Peripheral
3. Memory
4. Screen
Answer: 1. HardwareAnswer
QN21: Which of the following is not a control statement?
1. SELECT CASE
2. single-alternative block IF
3. double-alternative block IF
4. END
Answer: 1. SELECT CASEAnswer
QN22: …statements allow the programmer to change the flow of program execution.
1. Inquiry-and-response
2. PRINT
3. Control
4. Flowcharting
Answer: 3. ControlAnswer
QN23: The primary job of operating system of a computer is to
1. Command resources
2. Manage resources
3. Provide utilities
4. Be user friendly
Answer: 1. Command resourcesAnswer
QN24: A ___ displays a list of program functions from which the user can choose one.
1. collating sequence
2. Boolean operator
3. menu
4. relational operator
Answer: 3. menuAnswer
QN25: Which is a permanent database in a general model of compiler?
1. Literal Table
2. Identifier Table
3. Terminal Table
4. Source code
Answer: 3. Terminal TableAnswer
QN26: The functions(s) of scheduler is (are)
1. It selects which ready process is to be run next
2. It specifies the time slice
3. It waiting for an event to occur before continuing execution
4. both (a) and (b)
Answer: 4. both (a) and (b)Answer
QN27: What is the name given to the process of initializing a microcomputer with its operating system?
1. Cold booting
2. Booting
3. warm booting
4. Boot recording
Answer: 2. BootingAnswer
QN28: What is the name given to the organized collection of software that controls the overall operations of a computer?
1. Working system
2. Peripheral
3. Operating system
4. Controlling system
Answer: 3. Operating systemAnswer
QN29: What is the name of the operating system that reads in terms of actual time?
1. Batch system
2. Quick response system
3. Real time system
4. Time sharing system
Answer: 3. Real time systemAnswer
QN30: What is the name given to the software which can be legally compiled and often used for free
1. Shareware program
2. Public domain program
3. Firmware program
4. Mindware
Answer: 2. Public domain programAnswer
QN31: Overlay is
1. a part of an operating system
2. a single contiguous memory used for running long prg by swapping
3. overloading the system with many user files
4. a single memory location
Answer: 1. a part of an operating systemAnswer
QN32: The only state transition initiated by user process itself is
1. wakeup
2. block
3. dispatch
4. sleep
Answer: 2. blockAnswer
QN33: Which scheduling algorithm gives minimum average waiting time?
1. FCFS
2. SJF
3. Round Robin
4. Priority
Answer: 4. PriorityAnswer
QN34: Page fault occurs when
1. the page is not in main memory
2. the page is in main memory
3. the page is corrupted by application software
4. we try to divide a number by zero
Answer: 1. the page is not in main memoryAnswer
QN35: Which of these is real time system?
1. payroll processing
2. aircraft control
3. library
4. automobile system
Answer: 2. aircraft controlAnswer
QN36: Semaphores are used to solve
1. process synchronization
2. race condition
3. parallel execution
4. none of above
Answer: 1. process synchronizationAnswer
QN37: Which of these is single user OS?
1. MS DOS
2. UNIX
3. OS/2
4. LISP
Answer: 1. MS DOSAnswer
QN38: Dirty bit is used to show
1. page with corrupted data
2. wrong page in memory
3. page modified after being loaded in cache memory
4. page that is less frequently accessed
Answer: 3. page modified after being loaded in cache memoryAnswer
QN39: The size of virtual memory depends on
1. size of address bus
2. size of main memory
3. size of data bus
4. none of above
Answer: 3. size of data busAnswer
QN40: Which of these calls never returns an error?
1. fork
2. getpid
3. open
4. ready
Answer: 1. forkAnswer