Home
Online Courses
Offline Courses
Internships
Contests
Challenges
Quizes
Login / Register
๐ Quiz
Test your skills & challenge yourself ๐
Quiz
Technical
Number System
Binary Decimal Conversion
Question
1
/ 1
1:00
1
Convert the binary number 10101 to its decimal equivalent.
0:00
30
50
63
21
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
Previous
Next
Submit Quiz
๐ Questions Status
1