Which is the first step in the program development cycle?
a. design a program
b. analyze the problem
c. code the program
d. test the program
B
Computer Science & Information Technology
You might also like to view...
What is the value of sum after execution of this code fragment?
``` sum = 0; for (int i = 0; i < 3; ++i) sum += m[i][2-i]; ``` a. 20 b. 30 c. 15 d 39
Computer Science & Information Technology
The method trim of the String class trims off:
(a) Leading white space (b) Trailing white space (c) Leading and trailing white space (d) Blanks
Computer Science & Information Technology
Which of the following is not a programming paradigm?
A. Declarative B. Procedural C. Object-oriented D. Predictive
Computer Science & Information Technology
What is the default timeout value used for a printer configured to use an LPT port?
A. 30 seconds B. 60 seconds C. 90 seconds D. 120 seconds
Computer Science & Information Technology