All the sets of test data that exercise a program in the same manner belong to the same ____ class.

A. assurance
B. boundary
C. logical
D. equivalence


Answer: D

Computer Science & Information Technology

You might also like to view...

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

1. Once the plaintext is converted to ciphertext using the encryption algorithm the plaintext is then used as input and the algorithm is applied again. 2. There are no practical cryptanalytic attacks on 3DES. 3. A mode of operation is a technique for enhancing the effect of a cryptographic algorithm or adapting the algorithm for an application. 4. The XTS-AES standard describes a method of decryption for data stored in sector-based devices where the threat model includes possible access to stored data by the adversary. 5. S-AES is the most widely used multiple encryption scheme.

Computer Science & Information Technology

What are each of the following:

1. MIDI 2. MP3 3. Analog 4. Amplitude 5. Sampling rate

Computer Science & Information Technology

How many elements are there in the following array?

``` var myArray = [ ["a","b","c"],["d","e","f"],["g","h","i"] ]; ``` a. 3 b. 6 c. 9 d. 12

Computer Science & Information Technology

________ automatically adjusts spacing between characters to create a more evenly spaced appearance ("Va" for example, will extend the V into the empty space above the a)

Fill in the blank(s) with correct word

Computer Science & Information Technology