COMPUTER SCIENCE MCQ’s


OPERATING SYSTEM MCQ SET 8

Translator for low level programming language were termed as (A) Assembler (B) Compiler (C) Linker                              (D) Loader Ans: (A)   Analysis which determines the meaning of a statement once its grammatical structure becomes known is termed as (A)Semantic analysis (B) Syntax analysis (C) Regular analysis                         (D) General analysis   Ans: […]


OPERATING SYSTEM MCQ SET 7

16) The state of a process after it encounters an I/O instruction is __________ 1 Ready 2 Blocked/Waiting 3 Idle 4 Running Right Ans ) 2 17) The number of processes completed per unit time is known as __________ 1 Output 2 Throughput 3 Efficiency 4 Capacity Right Ans ) […]


OPERATING SYSTEM MCQ SET 6

26) The primary job of the operating system of a computer is to ________. 1 Command Resources 2 Manage Resources 3 Provide Utilities 4 Be user friendly Ans ) 2 27) With the round robin CPU scheduling in a time-shared system ________. 1 Using very large time slice degenerates in […]


OPERATING SYSTEM MCQ SET 5

  1) Routine is not loaded until it is called. All routines are kept on disk in a relocatable load format. The main program is loaded into memory & is executed. This type of loading is called _________ 1 Static loading 2 Dynamic loading 3 Dynamic linking 4 Overlays Ans […]


OPERATING SYSTEM MCQ SET 4

26.  The FIFO algorithm A. executes first the job that last entered the queue B. executes first the job that first entered the queue C. execute first the job that has been in the queue the longest D. executes first the job with the least processor needs E. None of […]


OPERATING SYSTEM GATE MCQ NET SET 3

Following questions have been asked in GATE 2009 CS exam. 1) In the following process state transition diagram for a uniprocessor system, assume that there are always some processes in the ready state: Now consider the following statements: I. If a process makes a transition D, it would result in […]


OPERATING SYSTEM MCQ SET 2

Which of the following is/ are the part of operating system? A) Kernel services B) Library services C) Application level services D) All of the above The system of …………… generally ran one job at a time. These were called single stream batch processing. A) 40’s B) 50’s C) 60’s […]


UNIX MCQ SET 10

1) Which of the following special shell variables is used to process number of the last background job? a. $! b. $# c. $0 d. $* 2) Which option will be used with ps command to slow the entire command line of the process being run? A. -4 B. -f […]


UNIX MCQ SET 9

1) Which of the following keys is used to move the cursor to the end of the paragraph   } { | $     2) The command which transcribes the standard input to the standard output and also makes a copy of the same in a file is   […]