CSIS 212 FINAL EXAM -2020 – QUESTION AND ANSWERS.pdf
hich software product release category is "generally feature complete and supposedly bug free, and ready for use by the community?"Which of the following statements is false?Which of the following statements is false? Selected Answer: A quadrillion-instruction-per-section computer can perform in one second more than 100,000 instructions for every person on the planet.Which statement is true? Selected Answer: All of the above. 24.Which of the following terms is not used to refer to a sentinel value that breaks out of a while loop? a. signal value. *b. maximum value. c. dummy value. d. flag value. • Question 32 3 out of 3 points Which of the following is not an algorithm? Selected Answer: Textbook index. • Question 33 3 out of 3 points Consider the classes below: public class TestA { public static void main(String[] args) { int x = 2; int y = 20 int counter = 0; for (int j = y % x; j < 100; j += (y / x)Which of the following statements is true? Selected Answer: Neither (a) nor (b) is true. • Question 34 0 out of 3 points Which of the following for-loop headers results in equivalent numbers of iterations: Selected Answer: for (int q = 100; q >= 0; q--) • Question 35 3 out of 3 points Which expression is equivalent to if (!(grade == sentinelValue))? Selected Answer: if (grade != sentinelValue) • Question 36 3 out of 3 points Which of the following statements is true? Selected Answer: Strings can be used in a switch statem
Written for
Document information
- Uploaded on
- June 5, 2021
- Number of pages
- 8
- Written in
- 2020/2021
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
- which of the foll
-
which software product release category is generally feature complete and supposedly bug free
-
and ready for use by the community
-
which of the following statements is false