You are asked to convert the number 7 from decimal to binary.
Which number is correct in this scenario?
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.
Currently there are no comments in this discussion, be the first to comment!