The constructs that encapsulate a thread’s critical section are sometimes called ________.

a) critical section primitives
b) synchronism delimiters
c) mutual exclusion primitives
d) protection delimiters

c) mutual exclusion primitives

Computer Science & Information Technology

You might also like to view...

You should NEVER change the name of a query that has been repurposed

Indicate whether the statement is true or false

Computer Science & Information Technology

The correct syntax for calling a subroutine is

a. ``` Call ( "/movie_name:subroutine_name" ) ``` b. ``` Call ( "/subroutine_name:movie_name" ) ``` c. ``` Call ( "movie_name:subroutine_name" ) ``` d. ``` movie_name.subroutine_name ```

Computer Science & Information Technology