| A | B |
| The encapsulation of a virtual CPU with its own program code and data is known as... | execution context |
| The allocation of time and access to the actual CPU of an operating system is called... | time slicing |
| What is meant by the phrase virtual CPU? | A thread object executes code and manipulates data. |
| Question #12 | terminates |
| Question #13 | between 0 and 4 seconds |
| The priority of a thread can be set by using an...value | integer value |
| ...and...aer two methods that are no longer available in the thread class. | stop and resume |
| Question #17. | program/feature/method is being phased out |
| ...is a type of lock that applies to instance methods. | object lock |
| ...and...are locks that exist during synchronization | object and class |
| Question #26 | wait() and notify() |