Starting out with Java - Chapter 12(Multiple Choice
and T/F) Questions and Answers
Typically, when the user clicks this type of control, an action takes place.
A. Button
B. Label
C. TextField
D. Switch ✔️✔️A. Button
In memory, the GUI objects in a scene are organized as nodes in this type of structure.
A. scene array
B. scene graph
C. scene tree
D. scene stack ✔️✔️B. scene graph
There can be only one of these in a scene. It is the parent of all the other nodes.
A. leaf node
B. master node
C. root node
D. branch node ✔️✔️C. root node
This type of node can have other nodes as children.
A. leaf node
B. master node
C. anchor node
D. branch node ✔️✔️D. branch node
and T/F) Questions and Answers
Typically, when the user clicks this type of control, an action takes place.
A. Button
B. Label
C. TextField
D. Switch ✔️✔️A. Button
In memory, the GUI objects in a scene are organized as nodes in this type of structure.
A. scene array
B. scene graph
C. scene tree
D. scene stack ✔️✔️B. scene graph
There can be only one of these in a scene. It is the parent of all the other nodes.
A. leaf node
B. master node
C. root node
D. branch node ✔️✔️C. root node
This type of node can have other nodes as children.
A. leaf node
B. master node
C. anchor node
D. branch node ✔️✔️D. branch node