we write 9 in binary system as
Answers
Answer:
number binary
7. 111
8. 1000
9. 1001
6. 110
Explanation:
please mark me in brainliest
Answer:
we write 9 in binary number system as 1001
Explanation:
A binary number system is one of the four types of number system. In computer applications, where binary numbers are represented by only two symbols or digits, i.e. 0 (zero) and 1(one). The binary numbers here are expressed in the base-2 numeral system. For example, (101)2 is a binary number. Each digit in this system is said to be a bit. Learn about the number system here.
What is a Binary Number System?
Binary Number System: According to digital electronics and mathematics, a binary number is defined as a number that is expressed in the binary system or base 2 numeral system. It describes numeric values by two separate symbols; 1 (one) and 0 (zero). The base-2 system is the positional notation with 2 as a radix.
What is the use of binary numbers?
Binary numbers are commonly used in computer architecture. Since the computer understands only the language of two digits 0’s and 1’s, therefore the programming is done using a binary number system.