GIOS P2L3

GIOS P2L3

University

15 Qs

quiz-placeholder

Similar activities

Python and NumPy MCQ Quiz

Python and NumPy MCQ Quiz

University

20 Qs

OperatingSystems

OperatingSystems

University

20 Qs

CAT II Portion

CAT II Portion

University

20 Qs

Exercise-Process Synchronization

Exercise-Process Synchronization

University

10 Qs

Quiz on Multi Threading

Quiz on Multi Threading

University

15 Qs

GIOS P2L3

GIOS P2L3

Assessment

Quiz

Computers

University

Easy

Created by

Blair Bass

Used 2+ times

FREE Resource

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

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?