COMPUTER SCIENCE MCQ’s


OPERATING SYSTEM MCQ 11

Previous GATE questions with solutions on Operating Systems (Synchronization)   GATE-1996 1. A critical section is a program segment (a) which should run in a certain specified amount of time (b) which avoids deadlocks (c) where shared resources are accessed (d) which must be enclosed by a pair of semaphore operations, […]


OPERATING SYSTEM MCQ 10

Previous GATE questions with solutions on Operating Systems (CPU Scheduling)  GATE-1995 1. Which scheduling policy is most suitable for a time-shared operating systems? (a) Shortest Job First                        (b) Round Robin (c) First Come First Server           […]


OPERATING SYSTEM MCQ 9

PROCESS MANAGEMENT Previous GATE questions with solutions on Operating Systems (Process Concepts) – CS/IT GATE-1996 1. The process state transition diagram in Fig.1.8 is representative of (a) a batch operating system (b) an operating system with a preemptive scheduler (c) an operating system with a non-preemptive scheduler (d) a uni-programmed operating […]


COMPUTER ORGANISATION MCQ SET 2

    In a virtual memory system, the addresses used by the programmer belongs to memory (B) physical addresses. (C) address space.               (D) main memory address.   Ans: C An address used by programmers in a system supporting virtual memory concept is called virtual address and the set of such […]


SOFTWARE ENGINEERING MCQ SET 2

CYCLOMATIC COMPLEXITY – SOLVED PROBLEMS   Cyclomatic complexity is a software metric. It provides a quantitative measure of the logical complexity of a program.Cyclomatic complexity provides us with an upper bound for the number of tests that must be conducted to ensure that all statements have been executed at least […]


SOFTWARE ENGINEERING MCQ SET 1

Q.1 The most important feature of spiral model is (A) requirement analysis. (B) risk management. (C) quality management. (D) configuration management. Ans: B Q.2 The worst type of coupling is (A) Data coupling. (B) control coupling. (C) stamp coupling. (D) content coupling. Ans: D Q.3 IEEE 830-1993 is a IEEE […]