The ________ input type allows visitors to select one option only from a predefined set of options
A) radio button B) option box C) drop-down list D) text list
A
Computer Science & Information Technology
You might also like to view...
Which of the following statements correctly creates a Scanner object for keyboard input?
a. Scanner kbd = new Scanner(System.keyboard); b. Scanner keyboard = new Scanner(System.in); c. Scanner keyboard(System.in); d. Keyboard scanner = new Keyboard(System.in);
Computer Science & Information Technology
Which of the following is NOT a commonly used type of backup plan?
A. Full database backup, simple recovery model B. Single transaction log backup plus simple recovery model C. Single transaction log backup plus full database backup D. Full database backup plus multiple transaction log backups
Computer Science & Information Technology