Java Games: Flashcards, matching, concentration, and word search.

Visual Basic I Loops

Chapter 10 Review

AB
Do Whileloop used when you want a block of code to repeat as long as a conditiona remains true
End buttonwill stop a program in an endless loop
Endless LoopCondition that is supposed to stop a loop from repeating never becomes true
Do Untilloop tests the condition at the bottom of the loop
InputBoxfunction can be considered the opposit of the MsgBox function
InputBox Functioncan be used inside a Do Until loop to repeatedly ask the user for data until condition is met
DoEventsallows the program to process other events while an event procedure is executing
string valueThe inputbox function will return this
Two kinds of Do loopsDo While, Do Until
Ctrl+BreakPressing this while a program is in an endless loop will pause not stop a program
FalseWhen a program repeats a group of statements a number of times, the repetition is accomplished using a link
TrueThe code required to create a loop is sometimes called an iteration structure
TrueA loop can contain more than one statement
TrueA Do While loop is used when you want a block of code to repeat as long as a condition remains True
FalseA Do While loop and a Do Until loop are the same thing and can be used interchangeably
FalseThe InputBox function displays a button that the user must click on for input
TrueIn an endless loop, the condition that is supposed to stop the loop from repeating never becomes true
TrueIn an endless loop, the condition that is supposed to stop the loop from repating never becomes True
FalsePressing Ctrl+Break while a program is in an endless loop will immediately end the program
TrueThe time required to complete a loop will vary from computer to computer.


Mrs. Keeton

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities