Anyone will ans correct l will mark as brainlest as well as follow....
Answers
Answer:
Explanation:
1. (110110)2 = (54)10
Step by step solution
Step 1: Write down the binary number:
110110
Step 2: Multiply each digit of the binary number by the corresponding power of two:
1x25 + 1x24 + 0x23 + 1x22 + 1x21 + 0x20
Step 3: Solve the powers:
1x32 + 1x16 + 0x8 + 1x4 + 1x2 + 0x1 = 32 + 16 + 0 + 4 + 2 + 0
Step 4: Add up the numbers written above:
32 + 16 + 0 + 4 + 2 + 0 = 54. This is the decimal equivalent of the binary number 110110.
________________________________________________________
2. (00110)2 = (6)10
Step by step solution
Step 1: Write down the binary number:
00110 (2) = 6 (10)
Step 2: Multiply each digit of the binary number by the corresponding power of two:
0x24 + 0x23 + 1x22 + 1x21 + 0x20
Step 3: Solve the powers:
0x16 + 0x8 + 1x4 + 1x2 + 0x1 = 0 + 0 + 4 + 2 + 0
Step 4: Add up the numbers written above:
0 + 0 + 4 + 2 + 0 = 6. This is the decimal equivalent of the binary number 00110.
__________________________________________________________3. (110101)2 = (53)10
Step by step solution
Step 1: Write down the binary number:
110101
Step 2: Multiply each digit of the binary number by the corresponding power of two:
1x25 + 1x24 + 0x23 + 1x22 + 0x21 + 1x20
Step 3: Solve the powers:
1x32 + 1x16 + 0x8 + 1x4 + 0x2 + 1x1 = 32 + 16 + 0 + 4 + 0 + 1
Step 4: Add up the numbers written above:
32 + 16 + 0 + 4 + 0 + 1 = 53. This is the decimal equivalent of the binary number 110101.
Step by step solution
Step 1: Divide (191)10 successively by 2 until the quotient is 0:
191/2 = 95, remainder is 1
95/2 = 47, remainder is 1
47/2 = 23, remainder is 1
23/2 = 11, remainder is 1
11/2 = 5, remainder is 1
5/2 = 2, remainder is 1
2/2 = 1, remainder is 0
1/2 = 0, remainder is 1
Step 2: Read from the bottom (MSB) to top (LSB) as 10111111. This is the binary equivalent of decimal number 191 (Answer).
Answer:
ans1.
Explanation:
(110110)2 = (54)10
ans2.
(00110)2 = (6)10
ans3.
(110101)2 = (53)10