Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

DISTRIBUTED OS UNIT 1 QUIZ

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

In distributed system, each processor has its own ___________

a)

local memory

b)

clock

c)

both local memory and clock

d)

none of the mentioned

2.

If one site fails in distributed system then ___________

a)

the remaining sites can continue operating

b)

all the sites will stop working

c)

directly connected sites will stop working

d)

none of the mentioned

3.

Network operating system runs on ___________

a)

server

b)

every system in the network

c)

both server and every system in the network

d)

none of the mentioned

4.

The capability of a system to adapt the increased service load is called ___________

a)

scalability

b)

tolerance

c)

capacity

d)

none of the mentioned

5.

What is not true about a distributed system?

a)

It is a collection of processor

b)

All processors are synchronized

c)

They do not share memory

d)

None of the mentioned

6.

What are characteristic of Network Operating Systems?

a)

Users are aware of multiplicity of machines

b)

They are transparent

c)

They are simple to use

d)

All of the mentioned

7.

What are design issues in distributed system structure?

a)

Scalability

b)

Fault-tolerance

c)

Clustering

d)

All of the mentioned

8.

What are the different ways distributed may suffer?

a)

Failure of a link

b)

Failure of a site

c)

Loss of message

d)

All of the mentioned

9.

A ……………….. architecture assigns only a few essential functions to the kernel, including address spaces, Inter process communication(IPC) and basic scheduling.

a)

Monolithic kernel

b)

Micro kernel

c)

Macro kernel

d)

Mini kernel

10.

With ……………. only one process can execute at a time; meanwhile all other process are waiting for the processor. With ………….. more than one process can be running simultaneously each on a different processor.

a)

Multiprocessing, Multi-programming

b)

Multi-programming, Uni-processing

c)

Multi-programming, Multiprocessing

d)

Uni-programming, Multiprocessing