CSIS 212 Week 3 Quiz – Question and Answers

$10.00

Category: CSIS 212 Tag: csis 212

Description

CSIS 212 Week 3 Quiz -B01 LUO

  1. Which of the following is not represented graphically in activity diagrams for control structures?
  2. 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?
  3. Which of the following is a double-selection control statement?
  4. Which of the following is not a primitive type?
  5. What does the expression x %= 10 do?
  6. Which of the following is not an error (either a syntax error or a logic error)?
  7. Which of the following statements about the conditional operator (?:) is false?
  8. Which of the following statements is true?
  9. Which of the following is true?
  10. Which of the following operators associates from left to right?
  11. How many times is the body of the loop below executed?
  12. Which of the following is not a control structure:
  13. Which primitive type can hold the largest value?
  14. Which of the following code segments does not increment val by 3:
  15. Which of the following statements is true?
  16. Java is considered a strongly typed language because:
  17. A decision symbol in an activity diagram takes the shape of a ________.
  18. Which of the following statements is false?
  19. In an activity diagram, the merge symbol has the same shape as what other symbol?
  20. Local variables must be ________.