If no data collection method is specified for a form, nothing will happen if you click the ____ on the form.

A. check box
B. radio button
C. text box
D. Submit button

Answer: D

Computer Science & Information Technology

You might also like to view...

What will the following code display?

int numbers[] = {99, 87, 66, 55, 101}; for (int i = 1; i < 4; i++) cout << numbers[i] << " "; a. 99 87 66 55 101 b. 87 66 55 101 c. 87 66 55 d. Nothing. This code has an error.

Computer Science & Information Technology

Why do most wireless LANs use an infrastructure approach rather than an ad hoc approach?

What will be an ideal response?

Computer Science & Information Technology