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

1. There are 50 tens in the number 509.
2. The decimal system is a special case of a positional number system with radix 10 and with digits in the range 0 through 9.
3. A number cannot be converted from binary notation to decimal notation.
4. Although convenient for computers, the binary system is exceedingly cumbersome for human beings.
5. A nibble is a grouping of four decimal digits.


1. True
2. True
3. False
4. True
5. False

Computer Science & Information Technology

You might also like to view...

Which of the following is a valid user-defined output stream manipulator header?

a. ostream& tab( ostream& output ) b. ostream tab( ostream output ) c. istream& tab( istream output ) d. void tab( ostream& output )

Computer Science & Information Technology

To exit out of a loop completely, and resume the flow of control at the next statement after the loop, use a _______.

a. continue statement. b. break statement. c. return statement. d. Any of the above.

Computer Science & Information Technology

The local security policy is part of a larger Windows management system known as which of the following?

A. Group Policy B. Local Policy C. Network Policy D. Domain Policy

Computer Science & Information Technology

The Bring Forward command moves a selected object to the top of a stack of objects.

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

Computer Science & Information Technology