GIOS P2L3

GIOS P2L3

University

15 Qs

quiz-placeholder

Similar activities

PGdP Nebenläufigkeit

PGdP Nebenläufigkeit

University

11 Qs

Threads and Process

Threads and Process

University

18 Qs

Lisp & Scheme

Lisp & Scheme

University

11 Qs

OS-Process Synchoronization Prep

OS-Process Synchoronization Prep

University

15 Qs

hpc3

hpc3

University

12 Qs

exersare examen SO (Suntem Oripilați)

exersare examen SO (Suntem Oripilați)

University

20 Qs

Data Visualization using Tableau - Quiz 1

Data Visualization using Tableau - Quiz 1

University

16 Qs

Threads and Process

Threads and Process

University

20 Qs

GIOS P2L3

GIOS P2L3

Assessment

Quiz

Created by

Blair Bass

Computers

University

2 plays

Easy

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type is used to represent threads in PThreads?

pthread_t

pthread_attr_t

pthread_mutex_t

pthread_cond_t

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to create threads in PThreads?

pthread_create

pthread_join

pthread_detach

pthread_exit

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the pthread_create function return?

int

void

pthread_t

pthread_attr_t

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can child threads be joined back to a parent thread in PThreads?

pthread_join

pthread_detach

pthread_exit

pthread_create

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the pthread_attr_t data structure allow us to define?

Various options on the thread during creation

Shared state in a controlled manner

Synchronization mechanisms

Behavior of the condition variable

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default behavior for thread creation in PThreads?

Joinable threads

Detached threads

Blocked threads

Zombie threads

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to detach threads in PThreads?

pthread_detach

pthread_create

pthread_join

pthread_exit

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?