What is the Binary equivalent of the Octal Number - 45 ?
Answers
Explanation:
Octal. Binary. Decimal
44 100100 36
44.4. 100100.1 36.5
45 100101. 37
45.4. 100101.1 37.5
Answer:
Therefore, the binary equivalent of octal number 45 is 100101.
Explanation:
Step-By-Step explanation:
45
= 4 5
= 100 101
= 100101
BInary number system:
The binary number framework utilizes just two digits 0 and 1 to address numbers. It is otherwise called the base-2 framework. It is utilized with the PC framework wherein 0 and 1 digits are utilized to compose different contents. Every digit for example either 0 or 1 is alluded to as a cycle in the paired framework. For instance, (01101)2, (01000010)2, (11000101)2 are a couple of paired numbers. Then again, the octal number framework incorporates digits from 0 to 7. Different digits like 8 and 9 are excluded from this framework. It is otherwise called the base-8 framework. Similarly as the binary, the octal number framework is utilized in minicomputers. For instance, (73)8, (151)8, (35)8 are a couple of octal numbers.
Change of octal to binary is characterized as switching a number from base-8 over completely to base-2 by utilizing either immediate or circuitous strategies. Every one of the digits in an octal number are from the scope of 0 to 7, while every one of the digits in a binary number incorporate just 0 and 1.
To know more examples about binary conversions examples visit the links given below:
https://brainly.in/question/40571
https://brainly.in/question/44207585