๐Ÿ“˜ Quiz

Test your skills & challenge yourself ๐Ÿš€

Question 1 / 1
1:00
1
Convert the binary number 10101 to its decimal equivalent.
0:00
Solution: Step 1: Understand binary to decimal conversion Step 2: Calculate positional values for 10101: (1 * 2โด) + (0 * 2ยณ) + (1 * 2ยฒ) + (0 * 2ยน) + (1 * 2โฐ) Step 3: Perform calculations: = (1 * 16) + (0 * 8) + (1 * 4) + (0 * 2) + (1 * 1) = 16 + 0 + 4 + 0 + 1 = 21
๐Ÿ“Š Questions Status
1