Multi-Threading

Multi-Threading

University

7 Qs

quiz-placeholder

Similar activities

CSA Finals Quiz

CSA Finals Quiz

University

10 Qs

React-Native Mastermind Challenge

React-Native Mastermind Challenge

University

10 Qs

Recap - Programming Languages

Recap - Programming Languages

University

10 Qs

2nd Module - 2D Sketch to 3D Modelling

2nd Module - 2D Sketch to 3D Modelling

University

10 Qs

Java Quiz

Java Quiz

University

10 Qs

OS 2021 A1 Batch Quiz 2

OS 2021 A1 Batch Quiz 2

University

10 Qs

Hardware MUltithreading

Hardware MUltithreading

1st Grade - Professional Development

8 Qs

PBO-12

PBO-12

University

10 Qs

Multi-Threading

Multi-Threading

Assessment

Quiz

Computers

University

Hard

Created by

Archana Pasalkar

Used 2+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

____ is a program that divided into two or more subprograms and which can be executed simultaneously.

Multiprocessing

Multithreading

Multitasking

None

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following method is used to start the execution of the thread?

run

start

begin

init

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If there occurs any exception in thread, then other threads

A. stop executing

B. gets impacted

C. doesn't gets impacted

D. daemon thread starts executing

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We can create thread in java by

A. implementing Thread

B. extending Thread

C. implementing Runnable

D. both b & c

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of Thread.NORM_PRIORITY?

A. 1

B. 5

C. 6

D. 9

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the valid range of priority of a thread in Java multi-threading?

A. 1 to 10

B. 0 to 10

C. 0 to 9

D. 1 to 9

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Multithreading is also called as ____________

A. Recurrent

B. Crosscurrent

C. Simultaneity

D. Concurrency