The input type ____ is used to create radio buttons.

A. radio
B. checkbox
C. button
D. radiobutton


Answer: A

Computer Science & Information Technology

You might also like to view...

The people who will actually build from the design are normally called "____________________."

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which of the following code segments will copy the values of a 5 element array named intOldValues into another 5 element array named intNewValues?

a. ```intIndex = 1 Do While intIndex <=5 intNewValues(intIndex) = intOldValues(intIndex) intIndex = intIndex + 1 Loop ``` b. ```intIndex = 0 Do While intIndex < 5 intNewValues(intIndex) = intOldValues(intIndex) intIndex = intIndex + 1 Loop ``` c. ```For intIndex = 1 To 5 intNewValues(intIndex) = intOldValues(intIndex) Next intIndex ``` d. ```For intIndex = 0 To 4 intOldValues(intIndex) = intNewValues(intIndex) Next intIndex ```

Computer Science & Information Technology

Briefly describe the .xml files used to control USMT.

What will be an ideal response?

Computer Science & Information Technology

Which of the following would most likely be responsible for configuring firewalls and IDPSs, implementing security software, and diagnosing and troubleshooting problems?

A. security technician B. security analyst C. security consultant D. security manager

Computer Science & Information Technology