Operating System MCQs

Important computer science MCQS, Operating system MCQS for lecturer Computer, Computer Instructor TGT Computer etc

The two steps the operating system takes to use a disk to hold its files are and _

A. a) caching & logical formatting
B. b) logical formatting & swap space creation
C. c) swap space creation & caching
D. d) partitioning & logical formatting
Computer Science MCQS Operating System MCQs

The _ program initializes all aspects of the system, from CPU registers to device controllers and the contents of main memory, and then starts the operating system.

A. a) bootstrap
B. b) main
C. c) bootloader
D. d) rom
Computer Science MCQS Operating System MCQs

Network operating system runs on _

A. a) every system in the network
B. b) server
C. c) both server and every system in the network
D. d) none of the mentioned
Computer Science MCQS Operating System MCQs

What are the types of distributed operating systems?

A. a) Zone based Operating system
B. b) Level based Operating system
C. c) Network Operating system
D. d) All of the mentioned
Computer Science MCQS Operating System MCQs

Whenever a process needs I/O to or from a disk it issues a __

A. a) system call to the operating system
B. b) a special procedure
C. c) system call to the CPU
D. d) all of the mentioned
Computer Science MCQS Operating System MCQs

On systems where there are multiple operating system, the decision to load a particular one is done by _

A. a) process control block
B. b) file control block
C. c) boot loader
D. d) bootstrap
Computer Science MCQS Operating System MCQs

To recover from failures in the network operations _ information may be maintained.

A. a) operating system
B. b) ip address
C. c) stateless
D. d) state
Computer Science MCQS Operating System MCQs

 The operating system _ the links when traversing directory trees, to preserve the acyclic structure of the system.

A. a) deletes
B. b) considers
C. c) ignores
D. d) none of the mentioned
Computer Science MCQS Operating System MCQs

The operating system keeps a small table containing information about all open files called __

A. a) file table
B. b) directory table
C. c) open-file table
D. d) system table
Computer Science MCQS Operating System MCQs

If the sum of the working – set sizes increases, exceeding the total number of available frames __

A. a) the operating system selects a process to suspend
B. b) the system crashes
C. c) then the process crashes
D. d) the memory overflows
Computer Science MCQS Operating System MCQs

The priority of a process will __ if the scheduler assigns it a static priority.

A. a) depends on the operating system
B. b) change
C. c) remain unchanged
D. d) none of the mentioned
Computer Science MCQS Operating System MCQs

Which one of the following is a real time operating system?

A. a) Windows CE
B. b) RTLinux
C. c) VxWorks
D. d) All of the mentioned
Computer Science MCQS Operating System MCQs

 For real time operating systems, interrupt latency should be __

A. a) zero
B. b) minimal
C. c) maximum
D. d) dependent on the scheduling
Computer Science MCQS Operating System MCQs

 Hard real time operating system has __ jitter than a soft real time operating system.

A. a) equal
B. b) more
C. c) less
D. d) none of the mentioned
Computer Science MCQS Operating System MCQs

 In real time operating system __

A. a) process scheduling can be done only once
B. b) all processes have the same priority
C. c) kernel is not required
D. d) a task must be serviced by its deadline period
Computer Science MCQS Operating System MCQs

The _ presents a uniform device-access interface to the I/O subsystem, much as system calls provide a standard interface between the application and the operating system.

A. a) Device drivers
B. b) I/O systems
C. c) Devices
D. d) Buses
Computer Science MCQS Operating System MCQs

The operating system maintains a __ table that keeps track of how many frames have been allocated, how many are there, and how many are available.

A. a) memory
B. b) mapping
C. c) page
D. d) frame
Computer Science MCQS Operating System MCQs

Using transient code, _ the size of the operating system during program execution.

A. a) maintains
B. b) changes
C. c) increases
D. d) decreases
Computer Science MCQS Operating System MCQs

The operating system and the other processes are protected from being modified by an already running process because __

A. a) every address generated by the CPU is being checked against the relocation and limit registers
B. b) they have a protection algorithm
C. c) they are in different memory spaces
D. d) they are in different logical addresses
Computer Science MCQS Operating System MCQs

The main memory accommodates __

A. a) cpu
B. b) user processes
C. c) operating system
D. d) all of the mentioned
Computer Science MCQS Operating System MCQs

Swapping _ be done when a process has pending I/O, or has to execute I/O operations only into operating system buffers.

A. a) must never
B. b) maybe
C. c) can
D. d) must
Computer Science MCQS Operating System MCQs

A deadlock avoidance algorithm dynamically examines the __ to ensure that a circular wait condition can never exist.

A. a) operating system
B. b) resources
C. c) system storage state
D. d) resource allocation state
Computer Science MCQS Operating System MCQs

 For an effective operating system, when to check for deadlock?

A. a) every time a resource request is made at fixed time intervals
B. b) at fixed time intervals
C. c) every time a resource request is made
D. d) none of the mentioned
Computer Science MCQS Operating System MCQs
Scroll to Top