The number 4 typically takes up _________ bit(s) when stored as a character on most of today’s computers.

a) 1
b) 2
c) 3
d) 8

d) 8

Computer Science & Information Technology

You might also like to view...

The isupper method converts a string to all uppercase characters.

a. true b. false

Computer Science & Information Technology

Which of the following are likely to be poor choices for an identifier in a program? Why?

a. x b. RATE c. data d. _abc e. A

Computer Science & Information Technology