Threads and Processes

Threads and Processes

University

9 Qs

quiz-placeholder

Similar activities

C Wrapup Quiz Deutsch

C Wrapup Quiz Deutsch

University

12 Qs

SCM and Logistics

SCM and Logistics

University

11 Qs

Reflection Quiz

Reflection Quiz

University

10 Qs

Quiz No. 1 - Computer Basics

Quiz No. 1 - Computer Basics

University

10 Qs

Data Warehouse - Foundations

Data Warehouse - Foundations

University

10 Qs

ロジックテスト (Đề kiểm tra năng lực IT)

ロジックテスト (Đề kiểm tra năng lực IT)

University

12 Qs

UAS Sistem Operasi Open Source

UAS Sistem Operasi Open Source

University

10 Qs

Quiz-AIML

Quiz-AIML

University

10 Qs

Threads and Processes

Threads and Processes

Assessment

Quiz

Computers

University

Hard

Created by

Thomas Martinez

FREE Resource

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.