Which of the following is not true about a computer byte?

A. It is made up of 8 bits.
B. Each letter of the alphabet is stored in one byte.
C. It can either be a 1 or a 0.
D. Special characters (like an asterisk) are stored in one byte.


Answer: C

Computer Science & Information Technology

You might also like to view...

You can declare multiple variables by entering the variable names in a comma-separated list.

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

Computer Science & Information Technology

Which of the following C++ statements contain variables whose values are replaced?

a) cin >> b >> c >> d >> e >> f; b) p = i + j + k + 7; c) cout << "variables whose values are replaced"; d) cout << "a = 5";

Computer Science & Information Technology

How do ports on STP-enabled devices move through the different states?

What will be an ideal response?

Computer Science & Information Technology

Projects ahead of schedule have a(n) positive variance.

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

Computer Science & Information Technology