A(n) ____ is a process that can run concurrently with other processes.
A. applet
B. thread
C. interpreter
D. parameter
Answer: B
You might also like to view...
Which of the following statements about libraries is false?
a. Using existing libraries helps you avoid “reinventing the wheel,” thus lever-aging your program-development efforts. b. Rather than developing lots of original code—a costly and time-consuming process—you can simply create an object of a pre-existing library class, which takes only three Python statements. c. Libraries help you perform significant tasks with modest amounts of code. d. All of the above statements are false.
Draw an example using the five integers (12, 23, 1, 45, 9) of how a stack could be used to reverse the order (9, 45, 1, 23, 12) of these elements.
What will be an ideal response?
A(n) ________ cable contains a glass or plastic core
Fill in the blank(s) with correct word
How does FDDI differ from a Token Ring?
a) FDDI uses only one ring; a Token Ring uses two. b) FDDI operates over optical fiber; Token Ring operates over copper wiring. c) Token Rings circulate tokens clockwise; FDDI circulates tokens counterclockwise. d) FDDI is only used in WANs; Token Rings only in LANs.