nerdexam
CompTIA

FC0-U61 · Question #774

Which of the following notational systems uses the most characters to represent the decimal number 10?

The correct answer is D. Binary. Binary notation requires the most characters (bits) to represent the decimal number 10 among the given options because it uses only two symbols (0 and 1) and therefore needs more places to represent larger values.

IT Concepts and Terminology

Question

Which of the following notational systems uses the most characters to represent the decimal number 10?

Options

  • AOctal
  • BHexadecimal
  • CDecimal
  • DBinary

How the community answered

(16 responses)
  • B
    6% (1)
  • C
    6% (1)
  • D
    88% (14)

Why each option

Binary notation requires the most characters (bits) to represent the decimal number 10 among the given options because it uses only two symbols (0 and 1) and therefore needs more places to represent larger values.

AOctal

Octal (base 8) represents decimal 10 as 12 (two characters).

BHexadecimal

Hexadecimal (base 16) represents decimal 10 as A (one character).

CDecimal

Decimal (base 10) represents decimal 10 as 10 (two characters).

DBinaryCorrect

Binary (base 2) uses only two characters (0 and 1). To represent decimal 10, binary uses 1010, which consists of four characters. This is more characters than decimal (10 - two characters), hexadecimal (A - one character), or octal (12 - two characters).

Concept tested: Number systems representation

Topics

#number systems#binary#hexadecimal#decimal

Community Discussion

No community discussion yet for this question.

Full FC0-U61 Practice