The ________ input type allows visitors to select one option only from a predefined set of options
A) radio button B) option box C) drop-down list D) text list
A
You might also like to view...
Answer the following statements true (T) or false (F)
1. The regular expressions [0-9] and \d are identical. 2. The regular expression x* matches the letter x followed by any characters. 3. Smart pointers help the programmer by deleting dynamic variables automatically when the variables are no longer used.
Which statement is false?
a. An enum declaration is a comma-separated list of enum constants and may optionally include other components of traditional classes, such as constructors, fields and methods. b. Any attempt to create an object of an enum type with operator new results in a compilation error. c. An enum constructor cannot be overloaded. d. enum constants are implicitly final and static.
The _____ is the primary method for interacting with the Internet.
Fill in the blank(s) with the appropriate word(s).
Although CDs have large storage capacities, even a CD cannot hold many of today's complex programs.
Answer the following statement true (T) or false (F)