Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Microsoft Visual Basic
Quiz 5: Decision Structures
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 61
Essay
Message boxes also are known as ____________________ boxes.
Question 62
True/False
You can create your own code snippets but they cannot be added to the library.
Question 63
Essay
The ____________________ procedure found in the MessageBox class is used to display a message box.
Question 64
True/False
Each value in a Case statement is separated by a period.
Question 65
True/False
In the era of IntelliSense,developers need no longer anticipate that users will enter invalid data.
Question 66
Essay
____________________ is the MsgBoxButtons argument that,after an error occurs,allows the user to choose Retry or Cancel.
Question 67
True/False
In a Select Case statement,the keyword Is must be used when testing with relational operators.
Question 68
True/False
Only one condition can be tested in an If statement.
Question 69
Essay
____________________ is the MsgBoxButtons argument that displays the Yes and No buttons.
Question 70
True/False
The process of validating input data is fundamental to programming when using a graphical user interface.
Question 71
True/False
If a program attempts to process invalid data,unexpected errors can occur.
Question 72
True/False
Variables declared within a block of code can only be referenced within that block.
Question 73
True/False
In adding a code snippet,if you right-click outside the desired location for your code,the shortcut menu might list choices that are customized to that area of code and not include the code snippet for which you were searching.