Computer Science, asked by jangidkrishna1983, 13 hours ago

binary numbers into decimal numbers 1) 1010100 computer question​

Answers

Answered by maliksiya984
1

Answer:

जिंदगी हर पल कुछ खास नही होती ,

फूलो की खुशबू हमेशा पास नहीं होती,

मिलना हमारी तक़दीर में था वरना ,

इतनी प्यारी दोस्ती इत्तेफ़ाक नहीं होती।

Explanation:

Step by step solution

64 + 0 + 16 + 0 + 4 + 0 + 0 = 84. So, 84 is the decimal equivalent of the binary number 1010100.

Answered by kanchanputai1975
2

Answer:

Step 1: Write down the binary number:

1010100

Step 2: Multiply each digit of the binary number by the corresponding power of two:

1x26 + 0x25 + 1x24 + 0x23 + 1x22 + 0x21 + 0x20

Step 3: Solve the powers:

1x64 + 0x32 + 1x16 + 0x8 + 1x4 + 0x2 + 0x1 = 64 + 0 + 16 + 0 + 4 + 0 + 0

Step 4: Add up the numbers written above:

64 + 0 + 16 + 0 + 4 + 0 + 0 = 84.

So, 84 is the decimal equivalent of the binary number 1010100

Similar questions