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

Java - Ch. 4

Java Chapter 4

QuestionAnswer
Specifying the order in which statements (actions) execute in a program is called... program control
What are the three types of selection statements? if statement, if...else statement, switch statement.
A switch statement is an example of this kind of selection statement. Multiple
The do…while statement performs the action(s) in its body (blank) or more times. one
while and for statements perform the action(s) in their bodies (blank) or more times zero
Connecting the exit point of one to the entry point of the next. Control-statement stacking
A diamond in UML represents... A decision symbol
In UML Workflow continues along a path determined by the symbol’s (blank), which can be true or false. guard conditions
A solid circle in UML represents... The initial state
A solid circle surrounded by a hollow circle in UML represents... The final state
In a repetition statement,eventually, the condition will become (blank). At this point, the repetition terminates, and the first statement after the repetition statement (blank). false, executes
When the action in the body of a while loop never becomes false the result is... an infinite loop
The difference between a merge and decision symbol in UML is not the shape but the number of (blank) leaving the shape. arrows
During integer division what is truncated? Any remainder
A special value called a sentinel value (also called a signal value, a dummy value or a flag value) can be used to indicate... “end of data entry.”
Sentinel-controlled repetition is often called (blank)because the number of repetitions is not known before the loop begins executing. indefinite repetition
c = c +3 can be written as c+=3 with the... addition compound assignment operator
Created by: lapetti
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