GIOS P2L3

GIOS P2L3

University

15 Qs

quiz-placeholder

Similar activities

Threads and Process

Threads and Process

University

20 Qs

Threads and Processes

Threads and Processes

University

18 Qs

IT Platform and Technologies

IT Platform and Technologies

University

10 Qs

OPESSYS: Module 3 Quiz Game

OPESSYS: Module 3 Quiz Game

University

11 Qs

Revisão 2ª AV - Sistemas Operacionais

Revisão 2ª AV - Sistemas Operacionais

University

20 Qs

MCAP Quiz 2

MCAP Quiz 2

University

20 Qs

OS-CH4-Thread and Concurrency

OS-CH4-Thread and Concurrency

University

15 Qs

JavaScripting

JavaScripting

University

10 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?