Exam 7: Whats Wrong With It Syntax and Logic Errors
Exam 1: I Am Not a Control Freak Control Structures10 Questions
Exam 2: First You Need to Plan the Party Problem-Solving Process46 Questions
Exam 3: I Need a Tour Guide Introduction to Visual Basic 201050 Questions
Exam 4: Do It Yourself Designing Designing Interfaces25 Questions
Exam 5: The Secret Code Assignment Statements25 Questions
Exam 6: Where Can I Store This Variables and Constants25 Questions
Exam 7: Whats Wrong With It Syntax and Logic Errors25 Questions
Exam 8: Decisions, Decisions, Decisions Selection Structure25 Questions
Exam 9: Time to Leave the Nest Nested Selection Structures25 Questions
Exam 10: So Many Pathsso Little Time Multiple-Alternative Selection Structures25 Questions
Exam 11: Testing, Testing1,2,3 Selecting Test Data25 Questions
Exam 12: How Long Can This Go on Pretest Loops25 Questions
Exam 13: Do It, Then Ask Permission Posttest Loops23 Questions
Exam 14: Let Me Count the Ways Counter-Controlled Loops25 Questions
Exam 15: Im on the Inside; Youre on the Outside Nested Loops25 Questions
Exam 16: I Hear You Are Breaking up Sub Procedures25 Questions
Exam 17: Talk to Me Function Procedures25 Questions
Exam 18: A Ray of Sunshine One-Dimensional Arrays25 Questions
Exam 19: Parallel and Dynamic Universes More on One-Dimensional Arrays25 Questions
Exam 20: Table Tennis, Anyone Two-Dimensional Arrays25 Questions
Exam 21: Building Your Own Structure Structures25 Questions
Exam 22: Im Saving for the Future Sequential Access Files25 Questions
Exam 23: The String Section String Manipulation25 Questions
Exam 24: Im Suffering From Information Overload Access Databases25 Questions
Exam 25: The Missing Linq Querying a Database19 Questions
Exam 26: I Love This Class Creating a Class25 Questions
Exam 27: Getting Web-Ified Web Applications25 Questions
Select questions type
The ____ window provides a description of each error and the location of each error in the code.
Free
(Multiple Choice)
4.8/5
(30)
Correct Answer:
B
One advantage of variables and named constants is that their use requires fewer lines of code.
Free
(True/False)
4.9/5
(38)
Correct Answer:
False
You can use a ____ to pause execution at a specific line in the code.
Free
(Multiple Choice)
4.8/5
(45)
Correct Answer:
B
You can only use variable memory locations to control the data type of numbers used in calculations.
(True/False)
4.8/5
(30)
In the Code Editor window, the ____ alert you that three lines of code contain a syntax error.
(Multiple Choice)
4.8/5
(30)
While stepping through a program in the debugger, the ____ statements are skipped over because they are not considered executable by the debugger.
(Multiple Choice)
4.8/5
(37)
The Code Editor detects most syntax errors as you enter the instructions.
(True/False)
5.0/5
(33)
Stepping through code one line at a time is the only way to search for logic errors.
(True/False)
4.8/5
(35)
A ____ error can occur for a variety of reasons, such as forgetting to enter an instruction or entering the instructions in the wrong order.
(Multiple Choice)
5.0/5
(37)
As the amount of code increases, so does the likelihood for errors.
(True/False)
4.8/5
(37)
The process of locating and correcting any bugs in a program is called ____.
(Multiple Choice)
4.9/5
(28)
A ____ error can occur in a program from entering instructions in the wrong order.
(Multiple Choice)
4.7/5
(42)
Some logic errors occur as a result of calculation statements that are correct syntactically, but incorrect mathematically.
(True/False)
4.9/5
(36)
You can use variables to store the values of processing items, which do not appear in a user interface.
(True/False)
4.8/5
(40)
When debugging, while the execution of a procedure's code is paused, you can view the contents of controls and variables that appear in the highlighted statement, as well as in the statements above it in the procedure.
(True/False)
4.9/5
(36)
Most syntax errors are a result of ____ errors that occur when entering instructions.
(Multiple Choice)
4.8/5
(37)
In the Error List window, ____ indicate that the Code Editor has some suggestions for fixing the errors.
(Multiple Choice)
4.8/5
(32)
Both constant and variable memory locations make your code more self-documenting and easier to understand.
(True/False)
4.9/5
(28)
Showing 1 - 20 of 25
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)