CSIS 212 Midterm Exam – Question and Answers

$25.00

Category: CSIS 212 Tag: csis 212

Description

CSIS 212 Midterm Exam with Answers

  1. Which software product release category is “generally feature complete and supposedly bug-free, and ready for use by the community?”
  2. Which of the following statements is false?
  3. ________ involves reworking programs to make them clearer and easier to maintain while preserving their correctness and functionality.
  4. Which of the following statements is false?
  5. ________ models software in terms similar to those that people use to describe real-world objects.
  6. Which of the following statements is true?
  7. Which of the following is a variable declaration statement?
  8. All import declarations must be placed
  9. Which of the following statements does not alter the value stored in a memory location?
  10. Which of the following cannot cause a syntax error to be reported by the Java compiler?
  11. Each of the following is a relational or equality operator except:
  12. Which of the following does not contain a syntax error?
  13. When method printf requires multiple arguments, the arguments are separated with ________.
  14. Which of the following statements would display the phase Java is fun?
  15. Which of the following statements is false?
  16. Floating-point literals are of type ________ by default.
  17. An import declaration is not required if you always refer to a class with its ________ name, which includes its package name and class name.
  18. Which of the following statements is true?
  19. Which of the following statements is false?
  20. The format specifier %.2f specifies that two digits of precision should be output ________ in the floating-point number.
  21. Which of the following statements is false?
  22. Types in Java are divided into two categories. The primitive types are boolean, byte, char, short, int, long, float and double. All other types are ________ types.
  23. Which of the following statements is false?
  24. Java requires a ________ call for every object that’s created.
  25. Which of the following statements about the conditional operator (?:) is false?
  26. What is the size in bits of an int?
  27. Which primitive type can hold the largest value?
  28. Which of the following statements is true?
  29. How many times is the body of the loop below executed?
  30. Which of the following is not a primitive type?
  31. Which-statement is true?
  32. Which of the following is not an algorithm?
  33. Consider the classes below:
  34. Which expression is equivalent to if (!(grade == sentinelValue))?
  35. Which of the following statements is true?
  36. Consider the following two Java code segments:
  37. Which of the following will not help prevent infinite loops?
  38. Which of the following for-loop headers results in equivalent numbers of iterations:
  39. The control variable of a counter-controlled loop should be declared as ________to prevent errors.
  40. Which of the following is not a type of iteration statement in Java?
  41. Which of the following statements about a do…while iteration statement is true?
  42. For the code segment below:
  43. Which case of the following would warrant using the boolean logical inclusive OR (|) rather than the conditional OR (||)?
  44. Which of the following can be used in a switch statement in the expression after keyword case?
  45. Consider the code segment below. (CSIS 212 midterm exam)
  46. Which of the following statements about the switch statement is false?
  47. Which statement below is false?
  48. For the two code segments below:
  49. Which of the following statements about the continue statement is true?
  50. Which statement prints the floating-point value 123.456 right justified with a field width of 10?
  51. So, check out our latest courses on ACCT 540.

csis 212 midterm exam