Describe a good composition test for a program that accepts first and last names of users. What should the input be composed of? What input should it flag as unacceptable?

What will be an ideal response?


First and last names should not include any numbers, the fields should be large enough to accommodate lengthy names, and the fields should allow for apostrophes.

Computer Science & Information Technology

You might also like to view...

What is the data type of variable x in the following C++11 code:int y= 2; double z = 3.5; auto x = z * y;

a) int b) double c) auto d) syntax error

Computer Science & Information Technology

Instead of having only a single path through which data can travel, a(n) ____ network provides multiple paths.

A. wireless B. wired C. Ethernet D. mesh

Computer Science & Information Technology

A CPU that contains four separate processing cores is called a(n) ____________________ CPU.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

If you can’t see your applications on your Access Panel Extension Dashboard, you might be…

A) On the wrong application page for single-sign on (SSO). B) On the wrong Application Gallery page for single-sign on (SSO). C) In the wrong directory for single-sign on (SSO). D) In the wrong directory within your Access Panel Extension. E) In the wrong Application Gallery for single-sign on (SSO).

Computer Science & Information Technology