Sunteți pe pagina 1din 24

SCDL – 3rd Semester – Operating Systems

LIST OF ATTEMPTED QUESTIONS AND ANSWERS

Page 1 of 24
SCDL – 3rd Semester – Operating Systems

Question A domain is a collection of :-

Correct Answer Access rights

Your Answer Objects

True/False
Question In paging the total address space can exceed the size of physical memory

Correct Answer True

Your Answer True

Multiple Choice Single Answer


Question Objects may communicate with each other through

Correct Answer Methods

Your Answer Methods

Multiple Choice Single Answer


Question A system consists of collection of :-

Correct Answer Processes

Your Answer Processes

Multiple Choice Multiple Answer


Question An audit log records which things about an object ?

Correct Answer Time , User , Type of access

Your Answer Time , Type of access

Multiple Choice Single Answer


Question It has been said that Pascal and C programs are collections of procedures and C++
programs are collections of
Correct Answer Classes

Your Answer Classes

Select The Blank


Question OOSAD begins with identification of actors, what activities they perform and building
________ model for the function.
Correct Answer Use-case

Your Answer Use-case

Multiple Choice Single Answer

Page 2 of 24
SCDL – 3rd Semester – Operating Systems

LIST OF ATTEMPTED QUESTIONS AND ANSWERS

Page 3 of 24
SCDL – 3rd Semester – Operating Systems

Correct Answer Cooperating

Your Answer Independent

Multiple Choice Multiple Answer


Question Liner address is divided into fields like :-

Correct Answer Dir , Page , Offset

Your Answer Dir , Page , File

True/False
Question An I/O bound process spend more of its time doing I/O than it spends doing
computations.
Correct Answer True

Your Answer False

Multiple Choice Single Answer


Question In some systems, if a process terminates, then all its children must also be
terminated. This phenomenon referred to as :-
Correct Answer Cascading termination

Your Answer Removing all

Multiple Choice Multiple Answer


Question find out the services provided by kernel related to I/O :

Correct Answer I/O Scheduling , Buffering , Spooling

Your Answer I/O Scheduling , Buffering , I/o subsystem

True/False
Question The language Classic-Ada is not OOPL

Correct Answer False

Your Answer True

Select The Blank


Question In Linux, the allocator uses a ________ algorithm to keep track of available physical
pages.
Correct Answer Buddy-heap

Your Answer Sort-first

Select The Blank


Question ________ describes segments local to each program, including its code, data, stack

Page 4 of 24
SCDL – 3rd Semester – Operating Systems

LIST OF ATTEMPTED QUESTIONS AND ANSWERS

Page 5 of 24
SCDL – 3rd Semester – Operating Systems

The algorithm in which memory First fit First fit


manager scans along the list of
segments until it finds a hole that
is big enough
Algorithm in which keeps the Next fit Optimal fit
track of suitable hole
Algorithm which searches entire Best fit Best fit
list and takes smallest hole that
is adequate

True/False
Question Linux is a multi-user, multitasking system with a full set of UNIX-compatible tools.

Correct Answer True

Your Answer True

Multiple Choice Single Answer


Question The main difference between structure and class is

Correct Answer Structure does not support OOPS Class Supports OOPS.

Your Answer Structure does not support OOPS Class Supports OOPS.

Multiple Choice Multiple Answer


Question Find out the basic I/O hardware elements from the following :-

Correct Answer Ports , Buses , Device controllers

Your Answer Ports , Buses , Device controllers

Multiple Choice Single Answer


Question The interval from the time of submission of a process to the time of completion is :-

Correct Answer Turnaround time

Your Answer Completion time

True/False
Question In Public Key Encryption, each user has both a public and a private key.

Correct Answer True

Your Answer False

Multiple Choice Single Answer


Question If the process is waiting to be assigned to CPU then it is said to be in :-

Correct Answer Ready state

Page 6 of 24
SCDL – 3rd Semester – Operating Systems

LIST OF ATTEMPTED QUESTIONS AND ANSWERS

Page 7 of 24
SCDL – 3rd Semester – Operating Systems

memory

True/False
Question A non-blocking call does not halt the execution of the application for an extended
time.
Correct Answer True

Your Answer True

True/False
Question Windows NT uses a message passing implementation for I/O.

Correct Answer True

Your Answer True

Multiple Choice Multiple Answer


Question Kernel threads are generally :-

Correct Answer Slower to create , Difficult to manage

Your Answer Slower to create , Difficult to manage

Multiple Choice Single Answer


Question The long-term scheduler controls the :-

Correct Answer Degree of multiprogramming

Your Answer Degree of multiprogramming

Multiple Choice Single Answer


Question Objects may communicate with each other through

Correct Answer Methods

Your Answer Methods

Select The Blank


Question In queuing diagram, the arrow indicates the flow of ________ in the system.

Correct Answer Processes

Your Answer Queue

Multiple Choice Single Answer


Question If Dog derives from Mammal, and Mammal derives from Animal, then -

Correct Answer Dog inherits Animal's functions and data

Page 8 of 24
SCDL – 3rd Semester – Operating Systems

LIST OF ATTEMPTED QUESTIONS AND ANSWERS

Page 9 of 24
SCDL – 3rd Semester – Operating Systems

Correct Answer Malicious , Accidental

Your Answer Malicious , Authorized

Multiple Choice Single Answer


Question The smallest addressable portion of a disk is :-

Correct Answer Sector

Your Answer Sector

Select The Blank


Question Associations are generally ________.

Correct Answer Bidirectional

Your Answer Bidirectional

Multiple Choice Multiple Answer


Question Find out the human-interface devices :-

Correct Answer Screen , Keyboard , Mouse

Your Answer Screen , Keyboard , Mouse

Select The Blank


Question ________allows us to define abstract operations on abstract data.

Correct Answer Data abstraction

Your Answer Data abstraction

Multiple Choice Multiple Answer


Question Once the I/O is started , which two courses of action are possible?

Correct Answer Synchronous I/O , Asynchronous I/O , Simple I/O

Your Answer Synchronous I/O , Asynchronous I/O , Simple I/O

Multiple Choice Multiple Answer


Question In windows NT, naming of objects is of two types :-

Correct Answer Permanent name , Temporary name

Your Answer Permanent name , Temporary name

True/False
Question Turnaround time is inversely proportional to throughput.

Page 10 of 24
SCDL – 3rd Semester – Operating Systems

LIST OF ATTEMPTED QUESTIONS AND ANSWERS

Page 11 of 24
SCDL – 3rd Semester – Operating Systems

Correct Answer Bell Laboratories

Your Answer Bell Laboratories

Multiple Choice Single Answer


Question In Object Oriented technology following expression is appropriate

Correct Answer object=data+menthods

Your Answer object=data+menthods

Multiple Choice Single Answer


Question A procedure body implementing an operation is termed as

Correct Answer Method

Your Answer Method

Select The Blank


Question During execution, ________ register holds the sector for the code segment.

Correct Answer CS

Your Answer PS

True/False
Question In some operating system, spooling is managed by a system daemon process.

Correct Answer True

Your Answer False

Select The Blank


Question Each column in the access matrix can be implemented as an ________ for one
object.
Correct Answer Access list

Your Answer Capability list

Multiple Choice Single Answer


Question Policies for resource use may vary depending on the :-

Correct Answer Application

Your Answer System

Multiple Choice Multiple Answer


Question A mailbox can be owned by :-

Page 12 of 24
SCDL – 3rd Semester – Operating Systems

LIST OF ATTEMPTED QUESTIONS AND ANSWERS

Page 13 of 24
SCDL – 3rd Semester – Operating Systems

True/False
Question Keyboard is a sharable device.

Correct Answer True

Your Answer False

True/False
Question Transfer of data from disk to memory is usually controlled by the operating system.

Correct Answer True

Your Answer True

True/False
Question Prototyping not only helps to build a quality design but also enables the designer to
build the system decremantally.
Correct Answer False

Your Answer True

Select The Blank


Question The UNIX system uses ________ to avoid the necessity of keeping its password list
secret.
Correct Answer Encryption

Your Answer Encryption

Match The Following


Question Correct Answer Your Answer

Read-write devices Disks Disks

Dedicated devices Tape CD-ROM

Read-only devices CD-ROM Tape

Write-only devices Graphics controller Keyboard

Multiple Choice Single Answer


Question A procedure call, request to execute a method is termed as

Correct Answer Message

Your Answer Message

Select The Blank

Page 14 of 24
SCDL – 3rd Semester – Operating Systems

LIST OF ATTEMPTED QUESTIONS AND ANSWERS

Page 15 of 24
SCDL – 3rd Semester – Operating Systems

Select The Blank


Question A process is ________ if it can affect or be affected by the other processes
executing in the system.
Correct Answer Cooperating

Your Answer Competing

Multiple Choice Single Answer


Question Collection of similar datatypes is called as

Correct Answer Array

Your Answer Array

Match The Following


Question Correct Answer Your Answer

Random-access devices CD-ROM CD-ROM

Character devices. Terminal Terminal

Block devices Disk Disk

Sequential devices Modem Modem

Multiple Choice Multiple Answer


Question The device number consists of which two parts in UNIX?

Correct Answer Major device number , Minor device number

Your Answer Device-id , Device-name

Multiple Choice Single Answer


Question The pure Object Oriented language is

Correct Answer Java

Your Answer C

Multiple Choice Single Answer


Question The concept of OOPS was first introduced in

Correct Answer Simula Language

Your Answer C language

Multiple Choice Multiple Answer


Question Most CPUs have two interrupt request lines. Which are they?

Page 16 of 24
SCDL – 3rd Semester – Operating Systems

LIST OF ATTEMPTED QUESTIONS AND ANSWERS

Page 17 of 24
SCDL – 3rd Semester – Operating Systems

Multiple Choice Single Answer


Question In UNIX, the simplest form of communication between processes is by :-

Correct Answer Pipes

Your Answer Pipes

Select The Blank


Question A ________ is a group of NT server machines that share a common security policy
and user databases.
Correct Answer Domain

Your Answer Domain

Multiple Choice Multiple Answer


Question Message passing may be :-

Correct Answer Blocking , Non-blocking

Your Answer Blocking , Non-blocking

Multiple Choice Multiple Answer


Question An object type in windows NT is a system defined data type that has two things
associated with it, which are they?
Correct Answer Set of attributes , Set of methods

Your Answer Set of attributes , Set of methods

Select The Blank


Question The ________ of a process is represented in the PCB of a process.

Correct Answer Context

Your Answer Context

Select The Blank


Question The Linux ________ file system, known as the proc file system, is an example of a file
system whose contents are not actually stored anywhere, but are rather computed on
demand according to user file I/o requests.
Correct Answer Process

Your Answer Process

True/False
Question Objects can be both, tangible or intangible.

Correct Answer True

Your Answer True

Page 18 of 24
SCDL – 3rd Semester – Operating Systems

LIST OF ATTEMPTED QUESTIONS AND ANSWERS

True/False
Question: An asynchronous call returns immediately, without waiting for the I/O to
complete.
Correct Answer: True
Your Answer:True

True/False
Question: Data transfer from cache to CPU and registers is usually a software function,
with little operating system intervention.
Correct Answer: False
Your Answer:False

Select The Blank


Question: The concept of protection levels and call gates were pioneered in MULTICS,
where they were viewed as protection ________.
Correct Answer: Ring
Your Answer:Ring

Multiple Choice Single Answer


Question: A domain is a collection of :-
Correct Answer: Access rights
Your Answer:Protection policies

Match The Following


Question: Correct Answer Your Answer
Volatile Memory Primary memory RAM
CPU registers Volatile storage Primary memory
Magnetic disks Non volatile storage Non volatile storage
Floppy disk Secondary storage Secondary storage

Multiple Choice Single Answer


Question: Each object has a unique :-
Correct Answer: Name
Your Answer:Name

True/False
Question: Once class is defined we can create limited number of objects belonging to
that class.
Correct Answer: False
Your Answer:False

Page 19 of 24
SCDL – 3rd Semester – Operating Systems

Multiple Choice Multiple Answer


Question: A mailbox can be owned by :-
Correct Answer: Process , Operating system
Your Answer:User , Process

Multiple Choice Single Answer


Question: C++ is basically a procedural language having extension of
Correct Answer: Object Oriented technology
Your Answer:Object Oriented technology

True/False
Question: In Lock-key mechanism, users are allowed to examine or modify the list of
keys or locks directly.
Correct Answer: False
Your Answer:False

Multiple Choice Multiple Answer


Question: Most CPUs have two interrupt request lines. Which are they?
Correct Answer: Maskable , Non maskable
Your Answer:Maskable , Non maskable

Match The Following


Question: Correct Answer: Your Answer:
We can define abstract Data abstraction Data abstraction
operation on abstract data
Process of sharing properties of the Inheritance Inheritance
higher level object or class
Ability to inherit attributes and Multiple inheritance Multiple inheritance
methods from 2 or more objects
or classes
Ability to send a message to several Ploymorphism Ploymorphism
objects and to allow receiving object
to respond method specified on the object.

Select The Blank


Question: The ________ is a layer of software that hides hardware differences from
upper levels of the operating system.
Correct Answer: Hardware abstraction layer
Your Answer:Hardware abstraction layer

Multiple Choice Single Answer


Question: The ready queue is generally stored as a :-
Correct Answer: Linked list
Your Answer:Queue

Multiple Choice Single Answer

Page 20 of 24
SCDL – 3rd Semester – Operating Systems

Question: How big is a class object?


Correct Answer: Is as big as sum of the sizes of its member variables
Your Answer:Is as big as sum of the sizes of its member variables

True/False
Question: In FIFO algorithm the page removed from memory is the one which most
recently used.
Correct Answer: False
Your Answer:False

True/False
Question: I/O system calls are costly in terms of CPU consumptions.
Correct Answer: True
Your Answer:True

Multiple Choice Single Answer


Question: Policies for resource use may be subject to change over :-
Correct Answer: Time
Your Answer:Time

True/False
Question: A functionality prototype can be designed that does not have the final user
interface, but allows users to try out various features, such as forwarding messages or
attaching files without worrying about the final interface.
Correct Answer: True
Your Answer:True

Multiple Choice Single Answer


Question: The main difference between structure and class is
Correct Answer: Structure does not support OOPS Class Supports OOPS.
Your Answer:Structure does not support OOPS Class Supports OOPS.

Multiple Choice Single Answer


Question: The First version of UNIX was developed in 1969 by Ken Thompson of the
Research Group at :-
Correct Answer: Bell Laboratories
Your Answer:Bell Laboratories

Multiple Choice Single Answer


Question: Collection of similar datatypes is called as
Correct Answer: Array
Your Answer:Array

Multiple Choice Single Answer


Question: The pure Object Oriented language is

Page 21 of 24
SCDL – 3rd Semester – Operating Systems

Correct Answer: Java


Your Answer:Java

Multiple Choice Single Answer


Question: The concept of OOPS was first introduced in
Correct Answer: Simula Language
Your Answer:Simula Language

Multiple Choice Single Answer


Question: The class bird should have object
Correct Answer: Egale
Your Answer:Egale

Select The Blank


Question: ________ of an object remains unchanged even though its state and properties
change.
Correct Answer: Identity
Your Answer:Location

Multiple Choice Multiple Answer


Question: The Linux system is composed of three main bodies of code, in line with most
traditional UNIX implementations. Which are :-
Correct Answer: Kernel , System libraries , System utilities
Your Answer:Kernel , System libraries , System utilities

Multiple Choice Multiple Answer


Question: An audit log records which things about an object ?
Correct Answer: Time , User , Type of access
Your Answer:User , Type of access , Operation

Select The Blank


Question: The virtual memory portion of the NT executive is the ________.
Correct Answer: Virtual memory manager
Your Answer:Page-memory manager

Multiple Choice Single Answer


Question: A system consists of collection of :-
Correct Answer: Processes
Your Answer:Procedures

Multiple Choice Multiple Answer


Question: Linux presents standard interfaces to whom?
Correct Answer: Programmer , User
Your Answer:Programmer , User

Multiple Choice Multiple Answer

Page 22 of 24
SCDL – 3rd Semester – Operating Systems

Question: Most computers have hardware clocks and timers that provide three basic
functions, such as :-
Correct Answer: Give the current time , Give the elapsed time , Set a timer to trigger
operation at certain time
Your Answer:Give the current time , Give the elapsed time , Set a timer to trigger
operation at certain time

Select The Blank


Question: The UNIX system uses ________ to avoid the necessity of keeping its
password list secret.
Correct Answer: Encryption
Your Answer:Encryption

Multiple Choice Single Answer


Question: A solution to the problem of indefinite blockage of low-priority processes in
Priority scheduling is :-
Correct Answer: Aging
Your Answer:Starvation

Multiple Choice Multiple Answer


Question: In a uniprocessor system, there is :-
Correct Answer: Single processor , Single running process
Your Answer:Single processor , Single running process

Multiple Choice Single Answer


Question: The process by which objects of one class acquire properties of objects of
other class is called
Correct Answer: Inheritance
Your Answer:Inheritance

Select The Blank


Question: A segment shorter than ________ M will have a page directory with single
entry, a pointer to its one and only page table.
Correct Answer: 4
Your Answer:8

Multiple Choice Single Answer


Question: If Dog derives from Mammal, and Mammal derives from Animal, then -
Correct Answer: Dog inherits Animal's functions and data
Your Answer:Dog inherits Animal's functions and data

Multiple Choice Multiple Answer


Question: Passwords can be generated by :-
Correct Answer: System , User
Your Answer:System , User , Password software

Page 23 of 24
SCDL – 3rd Semester – Operating Systems

Multiple Choice Multiple Answer


Question: kernel threads are supported by following operating systems :-
Correct Answer: Windows NT , Solaris , Digital UNIX
Your Answer:Windows NT , Solaris , Digital UNIX

Select The Blank


Question: The hardware to measure elapsed time to trigger operations is called a
________.
Correct Answer: Programmable interval timer
Your Answer:Hardware timer

Multiple Choice Multiple Answer


Question: In Windows NT , kernel uses which two sets of objects?
Correct Answer: Dispatcher objects , Control objects
Your Answer:Dispatcher objects , Control objects

True/False
Question: Firewall monitors and logs all connections.
Correct Answer: True
Your Answer:True

Select The Blank


Question: During execution, ________ register holds the sector for the code segment.
Correct Answer: CS
Your Answer:CS

Select The Blank


Question: The creating process is called a ________ process.
Correct Answer: Parent
Your Answer:Parent

True/False
Question: Objects can not interact unless they know the details of each others data or
code.
Correct Answer: False
Your Answer:False

Select The Blank


Question: Web servers use the ________ protocol to communicate with web browsers.
Correct Answer: http
Your Answer:http

Page 24 of 24

S-ar putea să vă placă și