Unit 2

Unit 2

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

pands vathi

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is/ are the part of operating system?

Kernel services

Library services

Application level services

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who provides the interface to access the services of the operating system?

API

System call

Library

Assembly instruction

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Process and Thread both mean the same in Operating System

YES

NO

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Two processes often require data to be transferred between them. The major activities of an operating system with respect to?

Error handling

Resource Management

Protection

Communication

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is multithreaded programming?

It’s a process in which two different processes run simultaneously

It’s a process in which two or more parts of same process run simultaneously

It’s a process in which many different process are able to access same information

It’s a process in which a single process can access information from many sources

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In java multi-threading, a thread can be created by

Extending Thread class

Implementing Runnable interface

Using both

None

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these statements is incorrect?

By multithreading CPU idle time is minimized, and we can take maximum use of it

By multitasking CPU idle time is minimized, and we can take maximum use of it

Two thread in Java can have the same priority

A thread can exist only in two states, running and blocked

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following is an incorrect statement?

Thread is a lightweight process.

We can create only one thread of a process.

The process is a program under execution.

Java supports multi threading.

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following is a correct statement?

Windows OS is a multiprogramming, multithreaded and multitasking system.

Windows OS is a multiprogramming, multithreaded and multiprocessing system.

Windows OS is a multiprogramming, multithreaded and multiprocessing system.

none of the above.