Identify the letter of the choice that best matches the phrase or definition.
A. Stores information about the user.
B. A small square on a form used to select an option.
C. Displays choices in a pop-up format.
D. Displays asterisks or bullets when the data is entered.
E. Allows a user to browse to and upload a file.
A. hidden field
B. check box
C. menu
D. password field
E. file field
Computer Science & Information Technology
You might also like to view...
Which of the following is NOT a type of cable used in wired networks?
A) Unshielded coaxial B) Unshielded twisted-pair C) Coaxial D) Fiber-optic
Computer Science & Information Technology
Assume the following program declarations for the below question
``` float x, y, z; int m, n; void w // function prototype (float&, float&, int); ``` Is the function call w (z, y, m); correct? If not, state why not.
Computer Science & Information Technology