Search Header Logo

SPT - UAS

Authored by Winanda Sinaga

Education

University

Used 7+ times

SPT - UAS
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?