Which of the following buttons is used to clear or reset the form fields?

A. command button
B. submit button
C. reset button
D. clear button


Answer: C

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. The exponential notation used in Visual Basic is exactly the same as standard mathematical notation. 2. The lstBox.Items.Clear() statement is used to empty the contents of a list box. 3. Visual Basic always displays numbers in decimal format. 4. An assignment statement is used to assign a value to a variable or property. 5. An assignment statement is used to assign a value to a variable or property.

Computer Science & Information Technology

The worst case in linear search is that every element must be checked to determine whether the search key exists, which occurs if the search key ________.

a. is the last array element b. is not present c. is the last array element or is not present d. None of the above.

Computer Science & Information Technology

How do you select an individual word?

A) Hold down Shift and click the word B) Hold down Ctrl and click the word C) Double-click the word D) Triple-click the word

Computer Science & Information Technology

If your SQL query does not include a WHERE statement, then how many records will be selected?

A. All B. None C. Your SQL statement must include a WHERE statement. D. Your query will pause upon execution for user entry, just like a parameter query.

Computer Science & Information Technology