The only state in which a thread has obtained the GIL is the________state.

a) born.
b) ready.
c) running.
d) None of the above.


c) running.

Computer Science & Information Technology

You might also like to view...

Select all that apply. Which of the following problems can be solved using recursion?

a. computing factorials b. finding the greatest common divisor of two numbers c. doing a Binary Search d. multiplying two numbers e. traversing a linked list

Computer Science & Information Technology

By definition, a(n) ____________________ is simply a user-defined type that defines both a type of data and the operations that can be performed on it.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

____ declares an array of three rows and four columns.

A. int val[3,4]; B. int val[4,3]; C. int val[3][4]; D. int val[4][3];

Computer Science & Information Technology

The default encoding scheme for an XML declaration is _____.

A. ?ISO-8859-1 B. ?UTF-8 C. ?Latin-1 D. ?DTD 2.0

Computer Science & Information Technology