What should be the primary goal of a program design review?
a) To educate the persons who will test the program
b) To ensure that high-quality software is produced
c) To assess the skill level of the programmer
d) To determine what additional testing is required
b) To ensure that high-quality software is produced
Computer Science & Information Technology
You might also like to view...
Not all presentations contain a master
Indicate whether the statement is true or false
Computer Science & Information Technology
If you want to pass an array element into a method by reference, what will you need to do?
a) It always passes the element as a reference automatically. b) Use the keyword ByRef c) Each of the above. d) None of the above, passing in by reference of an array element is only possible if the array type is a reference type.
Computer Science & Information Technology