Juniper
JN0-105 · Question #44
You are asked to convert the number 7 from decimal to binary. Which number is correct in this scenario?
The correct answer is C. 00000111. To convert the decimal number 7 to binary, the correct representation is 00000111 (C). In binary, 7 is represented as 1+2+4 (2^0 + 2^1 + 2^2), which corresponds to the last three digits being 1 in the binary format, with leading zeros added for clarity.
Networking Fundamentals
Question
You are asked to convert the number 7 from decimal to binary. Which number is correct in this scenario?
Options
- A00001000
- B00010000
- C00000111
- D11100000
How the community answered
(26 responses)- A12% (3)
- B4% (1)
- C77% (20)
- D8% (2)
Explanation
To convert the decimal number 7 to binary, the correct representation is 00000111 (C). In binary, 7 is represented as 1+2+4 (2^0 + 2^1 + 2^2), which corresponds to the last three digits being 1 in the binary format, with leading zeros added for clarity.
Topics
#binary conversion#decimal to binary#number systems#binary math
Community Discussion
No community discussion yet for this question.