Exam 9: Menus and Data Validation
Exam 1: The Craft of Programming50 Questions
Exam 2: The Javascript Language49 Questions
Exam 3: Objects, Events, and Graphical User Interfaces48 Questions
Exam 4: The Sequence Structure50 Questions
Exam 5: The Selection Structure50 Questions
Exam 6: The Repetition Structure50 Questions
Exam 7: Complex Conditions49 Questions
Exam 8: Modules and Functions50 Questions
Exam 9: Menus and Data Validation50 Questions
Exam 10: Arrays50 Questions
Exam 11: Building Programs50 Questions
Exam 12: Sorting Data30 Questions
Exam 13: Recursion50 Questions
Select questions type
A graphical tool called a(n) ____ can help you keep track of which modules call other modules.
(Multiple Choice)
4.9/5
(37)
When you use a menu system, the most common model is a menu that stays onscreen to use repeatedly, instead of a menu that allows users to make only one choice.
(True/False)
4.9/5
(33)
A menu system limits the choices a user can make so that only valid options are processed.
(True/False)
4.9/5
(47)
A common acronym in the computer field is GIGO, standing for "going in, going out."
(True/False)
4.8/5
(35)
Typical exception types are "invalid format" and "attempted division by zero."
(True/False)
4.8/5
(45)
In JavaScript, functions are listed second, in the <body> section of HTML.
(True/False)
4.8/5
(38)
The function ____ returns True if the text can be converted to a number.
(Multiple Choice)
4.9/5
(47)
A(n) ____ is a pop-up box that requires the user to click OK before proceeding.
(Multiple Choice)
4.8/5
(42)
In JavaScript, the toUpperCase() function is called by using the ____ format.
(Multiple Choice)
4.8/5
(33)
Function calls start with the function name and are followed by the arguments (which can be constants or variables) in parentheses.
(True/False)
4.8/5
(38)
Showing 41 - 50 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)