Answer the following statements true (T) or false (F)
1. The name radio button refers to the old car radios that had push buttons for selecting stations where only one button could be pushed in at a time.
2. Radio Button controls are grouped according to the container in which they are placed.
3. Radio Button controls have a Text property, which hold the text that is displayed next to the radio button’s circle.
4. Check boxes are similar to radio buttons, in that they are both mutually exclusive.
1. true
2. true
3. true
4. false
You might also like to view...
In a generic identity management architecture _______ are entities that obtain and employ data maintained and provided by identity and attribute providers, often to support authorization decisions and to collect audit information.
Fill in the blank(s) with the appropriate word(s).
Select all that apply. Which of the following statements is(are) true about named constants?
a. A named constant must be all uppercase. b. The content of a named constant is read-only. c. The value of a named constant cannot be changed while the program is running. d. A named constant is defined using the const qualifier. e. None of these