Exam 12: How Long Can This Go on Pretest Loops
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
A repetition structure can only be a pretest loop.
Free
(True/False)
4.9/5
(38)
Correct Answer:
False
Like the condition in the If…Then…Else statement, the condition in the Do…Loop statement must evaluate to a Boolean value.
Free
(True/False)
4.8/5
(41)
Correct Answer:
True
Programmers use the ____ structure when they need the computer to repeatedly process one or more program instructions until some condition is met, at which time the processing ends.
Free
(Multiple Choice)
4.7/5
(37)
Correct Answer:
B
The empty string is represented by the ____ constant in Visual Basic.
(Multiple Choice)
4.8/5
(31)
When entering the InputBox function in the Code Editor window, the prompt, title, and defaultResponse arguments must be enclosed in ____.
(Multiple Choice)
4.9/5
(39)
If the user clicks the OK button, the InputBox function returns ____.
(Multiple Choice)
4.8/5
(46)
The loop condition is represented by a parallelogram in a flowchart.
(True/False)
4.8/5
(38)
A(n) ____ variable is a numeric variable used for adding something together.
(Multiple Choice)
4.8/5
(37)
In a(n) ____ loop, the loop condition is evaluated before the instructions within the loop are processed.
(Multiple Choice)
4.8/5
(34)
You can use the ____ statement to code both a pretest loop and a posttest loop.
(Multiple Choice)
4.8/5
(42)
Like counter variables, accumulator variables are updated outside the loop.
(True/False)
4.7/5
(49)
Repetition structures use accumulator variables to tally information such as the total dollar amount of a week's payroll.
(True/False)
4.9/5
(41)
In a loop that begins with a priming read, the ____ provides the way to end a loop.
(Multiple Choice)
4.8/5
(40)
In a(n) ____ loop, the evaluation occurs after the instructions within the loop are processed.
(Multiple Choice)
4.9/5
(26)
A condition can contain variables, constants, properties, methods, or operators.
(True/False)
4.8/5
(30)
The result of forgetting to enter the update read is a(n) ____ loop.
(Multiple Choice)
4.9/5
(32)
Like counter variables, accumulator variables are initialized inside the loop.
(True/False)
4.8/5
(34)
The value returned by the InputBox function is the same whether the user clicks the OK button, Cancel button, or Close button.
(True/False)
4.9/5
(37)
Showing 1 - 20 of 25
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)