Which of the following is not a code review process?

A. Email pass-around
B. Over the shoulder
C. Pair programming
D. IDE forcing


Answer: D. IDE forcing

Computer Science & Information Technology

You might also like to view...

Which statement is false?

a. When a method call is made, the called method must know how to return to its caller, so the return address is pushed onto the program execution stack. b. Stacks support recursive method calls in the same manner as conventional, nonrecursive method calls. c. The program execution stack contains the space created for a method's global variables on each invocation of that method during a program's execution. d. When a method returns to its caller, the memory for that method's local variables is popped off the stack and those variables are no longer known to the program.

Computer Science & Information Technology

Which of the following is a reason that transaction logs must be backed up frequently?

A. so you don't have to spend time backing up data files B. frequent backups increase the likelihood of a corrupt active transaction log C. when the log is backed up, it is truncated D. the tail of the log increases each time the log is backed up

Computer Science & Information Technology

In regard to spelling and grammar in Office 2013, it is important to know that, in general:

A) Word and PowerPoint check spelling and grammar as you type; Access and Excel do not. B) you turn on the Spelling and Grammar features in all applications. C) all Office applications check your spelling and grammar as you type. D) only a small selection of words will be checked as you type; the rest must be accessed through the Spelling and Grammar features.

Computer Science & Information Technology

A file stream that receives data from a file into a program is referred to as an input file stream.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology