One ____________ of memory is large enough to store only a letter of the alphabet or a small number.

a. bit
b. byte
c. sector
d. word ?


b. byte

Computer Science & Information Technology

You might also like to view...

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

1. When overloading an operator, you can change the behavior of the operator, making + do things that feel like multiplication, but this is unwise. 2. When overloading an operator, you can create a new operator different from the more usual operators. 3. When overloading an operator, you cannot change the number of arguments an operator takes. 4. Overloaded operator <<, when used as an output, returns an ostream& to allow chains of output statements, and similarly the overloaded operator >> returns an istream&

Computer Science & Information Technology

Assume Cylinder is a subtype of Circle. Analyze the following code: Circle c = new Circle (5); Cylinder c = cy;

a. The code has a compile error. b. The code has a runtime error. c. The code is fine.

Computer Science & Information Technology

Which statement is true of both the CompTIA A+ 220-901 and 220-902 exams?

A. Both exams are offered in an adaptive format. B. Both exam have no more than 90-100 questions. C. Both exams have prerequisite testing requirements. D. Both exams cover Windows 2010 Professional domains.

Computer Science & Information Technology

For Web pages destined for print on 8.5 x 11-inch paper, you should try to keep text and graphics within ____ to account for margins when printed.

a. 1024 x 768 b. 760 x 410 c. 512 x 1024 d. 1200 x 900

Computer Science & Information Technology