Exam 6: Loop Structures
Exam 1: Introduction to Visual Basic 2017 Programming103 Questions
Exam 2: Program and Graphical User Interface Design103 Questions
Exam 3: Program Design and Coding103 Questions
Exam 4: Variables and Arithmetic Operations103 Questions
Exam 5: Decision Structures103 Questions
Exam 6: Loop Structures103 Questions
Exam 7: Using Procedures and Exception Handling103 Questions
Exam 8: Using Arrays and File Handling103 Questions
Exam 9: Creating Web Applications103 Questions
Exam 10: Incorporating Databases With Adonet103 Questions
Exam 11: Multiple Classes and Inheritance103 Questions
Select questions type
It is best to indent the body of the loop to identify clearly the code that is being repeated.
(True/False)
4.7/5
(41)
You must test the data a user enters to ensure it is accurate and that its use in other programming statements will not cause a program exception.
(True/False)
4.8/5
(43)
As shown in the accompanying figure, Visual Basic 2017 contains a(n) ____ Tag that allows you to create a full standard menu bar commonly provided in Windows programs.
(Multiple Choice)
4.8/5
(26)
Using a preset value for the variable tested in a loop condition is a process called ____ the loop.
(Multiple Choice)
4.8/5
(41)
A loop's ____ variable is a numeric variable that keeps track of the number of iterations the loop completes.
(Multiple Choice)
4.8/5
(35)
Identify the letter of the choice that best matches the phrase or definition
Correct Answer:
Premises:
Responses:
(Matching)
4.8/5
(31)
A ____ loop is best used when the specific number of iterations required is known.
(Multiple Choice)
4.8/5
(37)
The BackgroundImageLayout property can be changed to Center, Stretch, or Zoom.
(True/False)
4.8/5
(34)
A(n) ____ is a group of commands, or items, presented in a list.
(Multiple Choice)
4.9/5
(38)
You can use the InputBox function instead of a TextBox object to obtain input.
(True/False)
4.8/5
(42)
A(n) ____________________ value is the value in a For...Next loop that is added to, or subtracted from, the beginning value on each iteration of the loop.
(Short Answer)
4.9/5
(35)
The compound operator ____ adds the value of the right operand to the value of the left operand and stores the result in the left operand's variable.
(Multiple Choice)
4.9/5
(31)
To remove the picture in the background of a form, in the Properties window press and hold or right-click the ellipsis button of the BackgroundImage property and select Reset.
(True/False)
4.8/5
(46)
Writing an event handler for a menu item is the same as writing an event handler for a button tap or click.
(True/False)
4.9/5
(47)
Case 6-2 Robin thinks that she has a good handle on the use of compound operators but she wants to do a couple of sample problems just to make certain. In both of the problems below, Robin assumes that intResult = 24. When Robin correctly calculates intResult ^= 2, what value does she get?
(Multiple Choice)
4.9/5
(35)
How does a Do loop work? What is the difference between a Do While loop and a Do Until loop? A top-controlled loop and a bottom-controlled loop?
(Essay)
4.8/5
(33)
A ____-controlled loop tests the condition before the loop body is executed.
(Multiple Choice)
4.8/5
(46)
Showing 81 - 100 of 103
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)