Sagot :
Answer:
(1101010)
Explanation:
Decimal to binary calculation steps
Divide by the base 2 to get the digits from the remainders:
Division
by 2 Quotient. Remainder. Bit#
(Digit)
(106)/2 53 0 0
(53)/2 26 1 1
(26)/2. 13 0 2
(13)/2 6 1 3
(6)/2 3 0 4
(3)/2 1 1 5
(1)/2 0 1 6
= (1101010)²
Binary number
1101010
Binary signed 2's complement
0000000001101010