Description
CSIS 212 Week 3 Quiz -B01 LUO
- Which of the following is not represented graphically in activity diagrams for control structures?
- Which of the following is not a common name for one of the three phases that a program often can be split into using pseudocode?
- Which of the following is a double-selection control statement?
- Which of the following is not a primitive type?
- What does the expression x %= 10 do?
- Which of the following is not an error (either a syntax error or a logic error)?
- Which of the following statements about the conditional operator (?:) is false?
- Which of the following statements is true?
- Which of the following is true?
- Which of the following operators associates from left to right?
- How many times is the body of the loop below executed?
- Which of the following is not a control structure:
- Which primitive type can hold the largest value?
- Which of the following code segments does not increment val by 3:
- Which of the following statements is true?
- Java is considered a strongly typed language because:
- A decision symbol in an activity diagram takes the shape of a ________.
- Which of the following statements is false?
- In an activity diagram, the merge symbol has the same shape as what other symbol?
- Local variables must be ________.