Java Games: Flashcards, matching, concentration, and word search.

Lesson 12 Key Terms

AB
Aborted StateThe state a thread enters when it has been terminated due to abnormal conditions.
Cross-ThreadingA method call made to a control by a thread that did not create the control.
Inconsistent StateA condition in which the properties of a control have unpredictable values.
QuantumA fixed amount of time during which a thread is granted access to the CPU.
ScalabilityThe ability of an application to adapt to increasing demands without significant changes in the computer system’s architecture.
SynchronizationThe communication between threads for the purpose of controlling the order of thread execution and access to program code
Thread StateThe condition or status of a thread at any one time.
Thread-Safe CodeCode that will execute properly when run in a threaded environment.
Unstarted StateThe initial thread state for threads that have been created by a program but never executed.
WaitSleepJoin StateA state of thread inactivity that occurs when either the Wait, Sleep, or Join methods are called on a thread.
DeadlockA condition in which two or more processes are blocked, each waiting on a lock held by the others. Also known as a deadly embrace.
MultiprocessingThe execution of multiple threads by more than one processor.

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities