Computer Science, asked by Animesh27895, 6 hours ago

Describe the number system and their types. Convert the following no. from Decimal to Binary 25, 358, 89, 400, 324. And convert the following no. from Binary to Decimal 00010, 11001, 01001, 010101, 100101​

Answers

Answered by krishnavenikinnera20
3

Answer:

25 in binary is 11001. Unlike the decimal number system where we use the digits 0 to 9 to represent a number, in a binary system, we use only 2 digits that are 0 and 1 (bits). We have used 5 bits to represent 25 in binary

Explanation:

please mark me as brainlest

Answered by Anonymous
9

Answer:

The number system is simply a system to represent or express numbers. There are various types of number systems and the most commonly used ones are decimal number system, binary number system, octal number system, and hexadecimal number system.

# Decimal To Binary

25- 11001

358- 101100110

89- 1011001

400- 110010000

324- 101000100

# Binary To Decimal

00010- 2

11001- 25

01001- 9

010101- 21

100101- 37

Explanation:

The Explanation Is Above

Similar questions