Save
Busy. Please wait.
Log in with Clever
or

show password
Forgot Password?

Don't have an account?  Sign up 
Sign up using Clever
or

Username is available taken
show password


Make sure to remember your password. If you forget it there is no way for StudyStack to send you a reset link. You would need to create a new account.
Your email address is only used to allow you to reset your password. See our Privacy Policy and Terms of Service.


Already a StudyStack user? Log In

Reset Password
Enter the associated with your account, and we'll email you a link to reset your password.
focusNode
Didn't know it?
click below
 
Knew it?
click below
Don't Know
Remaining cards (0)
Know
0:00
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how

Liang - 5

Loops

TermDefinition
break statement when encountered in a switch statement, control immediately goes to the end of the statement; when encountered in a loop, it immediately terminates the loop
continue statement when encountered, it ends the current iteration of the loop and program control goes to the end of the loop body
do-while loop executes loop body first and then checks the loop continuation condition
for loop loop that has concise syntax
infinite loop a loop whose continuation condition never becomes false
input redirection command that instructs computer to get input from a text file that contains data separated by whitespace characters
iteration a one-time execution of the loop body
loop body the part of the loop that contains the statements to be repeated
nested loop a loop inside of another loop
off-by-one-error executing a loop one more or one less time than required
output redirection command that instructs the computer to send output to a text file
posttest loop loop whose condition is checked after the loop body is executed
pretest loop loop whose condition is checked before the loop body is executed
sentinel value special input value that signifies the end of input
while loop checks the loop condition and executes the loop if and when the condition is true
Created by: shoemaker
Popular Computers sets

 

 



Voices

Use these flashcards to help memorize information. Look at the large card and try to recall what is on the other side. Then click the card to flip it. If you knew the answer, click the green Know box. Otherwise, click the red Don't know box.

When you've placed seven or more cards in the Don't know box, click "retry" to try those cards again.

If you've accidentally put the card in the wrong box, just click on the card to take it out of the box.

You can also use your keyboard to move the cards as follows:

If you are logged in to your account, this website will remember which cards you know and don't know so that they are in the same box the next time you log in.

When you need a break, try one of the other activities listed below the flashcards like Matching, Snowman, or Hungry Bug. Although it may feel like you're playing a game, your brain is still making more connections with the information to help you out.

To see how well you know the information, try the Quiz or Test activity.

Pass complete!
"Know" box contains:
Time elapsed:
Retries:
restart all cards