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 is the output of code corresponding to the following program segment if Age = 18?

``` If Age >= 18 Then Write “You are eligible to vote.”. Else Set Vote = Age - 18 Write “You can vote in “ + Vote + “years.”. End If``` a. You are eligible to vote. b. You can vote in 18 years. c. You are eligible to vote. You can vote in 18 years. d. You can vote in 0 years.

Computer Science & Information Technology

Behaviors that run on the Web server before the Web page is sent to a user's browser are called ____.

A. recordsets B. detail behaviors C. server behaviors D. Web behaviors

Computer Science & Information Technology

You can instruct the IRB to load and execute a script named test.rb in c:\Ruby_Scripts\ using which of the following commands?

A. load 'c:\Ruby_Scripts\test.rb' B. copy 'c:\Ruby_Scripts\test.rb' C. run 'c:\Ruby_Scripts\test.rb' D. execute 'c:\Ruby_Scripts\test.rb'

Computer Science & Information Technology

The _____ statement retrieves all of the variables and functions defined in a library module.

A. ?load B. ?import C. ?retrieve D. ?library

Computer Science & Information Technology