A(n) ____ is created by a process, and it can be scheduled and executed independently of its parent process.

A. thread
B. program
C. miniprocess
D. instruction set


Answer: A

Computer Science & Information Technology

You might also like to view...

Java allows you to create objects of the __________ class in the same way you would create primitive variables.

a. Random b. String c. PrintWriter d. Scanner

Computer Science & Information Technology

List four types of captioning for use on forms.

What will be an ideal response?

Computer Science & Information Technology

What is the value of X when execution ends in the following pseudocode?   Set X As Integer For X = 100 to 0 Step -1               ‘ This is a comment Next X X = 100

A. 0 B. 100 C. 1 D. -1

Computer Science & Information Technology

Jeremy has been using XML to organize data for a company that manufactures medical devices. He knows you have experience writing XML data to an output file using XSLT and XPath, and asks for your help improving the display of his data. ?Jeremy would like to begin by creating a template for the root node. Which of the following do you tell him shows the correct code to use to create the root node template?

A. ?styles B. ?styles C. ?styles D. ?styles

Computer Science & Information Technology