Activities in the program maintenance area fall under two categories: ________ and changing needs.
A. system flowcharts
B. sample output
C. operations
D. program listings
Answer: C
Computer Science & Information Technology
You might also like to view...
_______ elements are used for both input and output.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
The ____________________ category of the Insert panel is used to create and insert form elements in pages that include forms.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
What is the value of x after the following statements execute?int x = 5;int y = 30;do x = x * 2;while (x < y);
A. 5 B. 10 C. 20 D. 40
Computer Science & Information Technology
A combination of cell references, operators, values, and/or functions used to perform a calculation.
What will be an ideal response?
Computer Science & Information Technology