Which of the following choices is not one of the three different types of testing that occurs as part of the software construction process?
A. verification testing
B. unit testing
C. integration testing
D. qualification testing
Answer: A
You might also like to view...
What is the value of result after the following code executes?
int a = 60; int b = 15; int result = 10; if (a = b) result *= 2; a. 10 b. 120 c. 20 d. 12 e. code will not execute
Characteristics that define a field, such as the length of the field and default values, are called ________
Fill in the blank(s) with correct word
Match the following terms to their meanings:
I. Part of an e-mail that includes the sender and name A. message text of each recipient II. The main body of an e-mail B. Cc III. Appears in the Subject box when responding to a message C. Bcc IV. Used when sending an e-mail to multiple recipients D. e-mail header V. Used when you do not wish to disclose the name(s) of E. Re: others receiving a message
A___________ is the term reserved for an individual who willfully breaks into computer systems with the purpose of wreaking havoc and destruction.
A. hacker B. cracker C. white hat D. wrecker E. slimbag