You can use a(n) ____ to visually separate related controls from other controls on the form.
A. radio button
B. check box
C. group box
D. icon area
Answer: C
You might also like to view...
The Triggered Alarm on the VM shows Virtual Machine Consolidation needed status. How would an administrator recover from this event?
A. This must be done from the command line. B. The only possible method is to clone the VM. C. In the vSphere WebClient, open Snapshot Manager of the VM and then use the Delete all button D. In the vSphere WebClient select VM, right-click -> Snapshots -> Consolidate.
Base class constructors and assignment operators:
a. Are not inherited by derived classes. b. Should not be called by derived class constructors and assignment operators. c. Can be inherited by derived classes, but generally are not. d. Can call derived-class constructors and assignment operators.