This is testing a program by a select group of potential users.

A. manual testing
B. desk checking
C. beta testing
D. attempt at translation


Answer: C

Computer Science & Information Technology

You might also like to view...

Given the following program segment, what data is passed from the Main program to the subprogram named Display?

```Main Declare R As Integer Set R = 2 Call Display(R*6, R+1, 14) End Program Subprogram Display(X, Y, Z) Write X + “, “ + Z + “, “ + Y End Subprogram``` a. 2, 2, 14 b. 12, 3, 14 c. 12, 14, 3 d. this cannot be done

Computer Science & Information Technology

In a new document in OpenOffice Writer, the space between the text and the left, right, top, and bottom of the paper are called ________

A) line breaks B) margins C) tab stops D) sections

Computer Science & Information Technology

Why are NICs not concerned with the data within the frames they process?

What will be an ideal response?

Computer Science & Information Technology

A, AAAA, PTR, NS, CNAME, and MX are all examples of ______________

a. Domain names b. DNS files c. Resource records d. DNS zones

Computer Science & Information Technology