SPT - UAS

SPT - UAS

University

53 Qs

quiz-placeholder

Similar activities

ERTS IAT 3

ERTS IAT 3

University

50 Qs

DHS102 Trial Examination

DHS102 Trial Examination

University

50 Qs

E0S & DD - UNIT 1 & II

E0S & DD - UNIT 1 & II

University

51 Qs

FINAL EXAM- EPP

FINAL EXAM- EPP

University

50 Qs

Journeyman 10 - Nth

Journeyman 10 - Nth

University

50 Qs

TLE-M (EPP)

TLE-M (EPP)

University

50 Qs

MOOC MPT Sessional-1

MOOC MPT Sessional-1

University

50 Qs

ПБК 101-150

ПБК 101-150

University

50 Qs

SPT - UAS

SPT - UAS

Assessment

Quiz

Education

University

Easy

Created by

Winanda Sinaga

Used 7+ times

FREE Resource

53 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In CUDA environment, a function executed on GPU is called?

Host

Thread

Kernel

Process

Device

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The basic of distributed system are concurrency and collaboration among many processes. These processes need to access a shared resource at the same time. How to prevent access to the shared resource at the same time?

Mutual Inclusive

Fault Tolerance

Mutual Exclusive (Mutex)

Stop sharing the resources

Token Bus

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the meaning of I/O Bound?

A program (application) uses a lot of Cache.

A program (application) has a lot of access to I/O devices

A program (application) does not access I/O devices

A program (application) does not use a lot of CPU.

A program (application) uses a lot of CPU.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is a function to create thread in python?

threading.run(target=myTask)

threading.Thread(target=myTask)

threading.create(target=myTask)

threading.current_thread()

myFirstThread.start()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which condition we should use multi-threading?

When a program with threads/processes do not use I/O devices intensively.

When a program with threads/processes do not use CPU intensively.

When the CPU speed is very low.

When a program with threads/processes use I/O devices intensively.

When a program with threads/processes use CPU intensively.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A mechanism in computer-language interpreter to synchronize the execution of threads is:

Global Interface Lock

Global Interpreter Lock

General Interpreter Logic

Graphical Interface Logic

General Interpreter Lock

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the followings is not the mutual exclusion algorithm?

Ricart & Agrawala

Permission Based

Vector Clock

Token Ring

Decentralized

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?