Which statement is not true about 0, z , %, * and Q?

a. Each can be represented in terms of 0s and 1s.
b. Each is a character.
c. Only three of the elements listed are in typical character sets.
d. Each can be represented as a byte.

c. Only three of the elements listed are in typical character sets.

Computer Science & Information Technology

You might also like to view...

Which type of attack uses a list of common passwords?

a. Brute force attack b. Spoofing attack c. Dictionary attack d. Smurf attack

Computer Science & Information Technology

Before using the data type string, the program must include the header file ____.

A. enum B. iostream C. string D. std

Computer Science & Information Technology