Multi-Threading

Multi-Threading

University

7 Qs

quiz-placeholder

Similar activities

ICTDBS506 Creating a 'Car Pool' Database with MySQL

ICTDBS506 Creating a 'Car Pool' Database with MySQL

12th Grade - University

10 Qs

Quiz on Multithreading

Quiz on Multithreading

University

6 Qs

OPESSYS: Module 3 Quiz Game

OPESSYS: Module 3 Quiz Game

University

11 Qs

SORC 05-10-2022

SORC 05-10-2022

University

10 Qs

DOS5311 - Chapter 3 + 4 (Lecturer Version)

DOS5311 - Chapter 3 + 4 (Lecturer Version)

University

10 Qs

PGdP Nebenläufigkeit

PGdP Nebenläufigkeit

University

11 Qs

CS6801- Multi­core Architectures and Programming

CS6801- Multi­core Architectures and Programming

University

10 Qs

hpc3

hpc3

University

12 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

Discover more resources for Computers