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
In JavaScript, strings are not considered objects.
Free
(True/False)
4.8/5
(43)
Correct Answer:
False
In a do-while loop, the closing brace is followed by the keyword end, the condition, and a semicolon.
Free
(True/False)
4.9/5
(31)
Correct Answer:
False
A(n) ____ can be designed without using modules, but top-down design is easier when you use modules as a starting point for designing a menu.
Free
(Multiple Choice)
4.7/5
(42)
Correct Answer:
C
When creating a menu system, you should display an error message, as a form of data validation, if the user does not enter a valid choice (including the exit choice).
(True/False)
4.9/5
(42)
JavaScript converts a number to a string format automatically if the number needs to be displayed as text.
(True/False)
4.8/5
(30)
Method calls start with the method name and are followed by a dot, the object name, and parentheses for enclosing arguments.
(True/False)
4.8/5
(41)
____ is a method in which data is processed noninteractively, requiring prior data validation.
(Multiple Choice)
4.8/5
(34)
A(n) ____ serves as a placeholder in your program until you develop the code.
(Multiple Choice)
4.8/5
(32)
Programs that can handle all kinds of user errors are called elegant.
(True/False)
4.9/5
(32)
When modules and functions are used as menu-processing choices, you can design a menu system easily by using the top-down method of program design.
(True/False)
4.9/5
(36)
In JavaScript, the ____ statement should be accompanied by an error message, which is not enclosed in parentheses.
(Multiple Choice)
4.9/5
(36)
In object-oriented programming, ____ is a method that allows for errors to be detected without having to write error-checking code at every point of input.
(Multiple Choice)
4.8/5
(42)
A(n) ____ presents a main menu, and then leads users to submenus.
(Multiple Choice)
4.8/5
(33)
In some programming languages, when a user presses Enter without typing anything, the input variable's value is set to a constant called NULL.
(True/False)
4.8/5
(38)
Transaction processing is done immediately, so it is referred to as ____.
(Multiple Choice)
4.8/5
(44)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)