What is the difference between decimal and binary number system ?

1 Answer

Answer :

Decimal number system 1. The number system that uses ten digits from 0 to 9 is called the decimal number system. 2. Since a total of 10 prime numbers are used in this method , the base of the decimal number system is 10. Binary number system 1. The number system in which 0 and 1 are used is called binary number system. 2. Since a total of 2 prime numbers are used in this method , the base of the binary number system is 2.        

Related questions

Description : What is the importance of binary number system in digital device ?

Last Answer : The importance of binary number system is very high in digital devices. The numbers used in binary numbers (0 and 1) can be easily expressed with the help of electrical signals. When the ... circuits. Circuit design is relatively complex and expensive in methods other than the binary number system.

Description : Why is binary number system used in computer design ?

Last Answer : Considering 0 as OFF and 1 as ON in digital signal , digital devices are easily understood, so binary number system is used in computers. Electronic circuit design is very simple as the binary system is in two states For all these reasons, binary methods are used in computer design.

Description : What is the rule for finding the value of hexadecimal number in decimal number system ?

Last Answer : To convert any hexadecimal number to its equivalent decimal number , we need to find the sum of the product of each hexadecimal number and its positional value (according to the position of the power of 16 ).

Description : Why binary yag and boolean yag are not one ?

Last Answer : Answer : Binary yag and boolean yag are not one. Because the values ​​of 1 and 1 in binary space are 0 and carry. But Boolean is found in place of 1 and 1 in place of 1 . As a result, binary yag and boolean yag are not one.

Description : How to convert from decimal to hexadecimal ?

Last Answer : Decimal integers can be converted to hexadecimal numbers by dividing by 16. Divide one by one until the quotient is zero. Finally, sorting the quotient from end to end gives the equivalent hexadecimal ... the whole number from the product. Multiply one by one with 16 until the integer is reached.

Description : Computers use the _____ number system to store data and perform calculations. 1) Decimal 2) Hexadecimal 3) Octal 4) Binary 5) None of these

Last Answer : Answer :4

Description : A number system that has eight different symbols to represent any quantity is known as A) Binary B) Octal C) Decimal D) Hexadecimal

Last Answer : Answer : B

Description : Which number system is usually followed in a typical 32-bit computer? A) Binary B) Decimal C) Hexadecimal D) Octal

Last Answer : Answer : A

Description : Anumber system that uses only two digits, O and 1 is calledthe_ a. Octal number system b. Binary number system c. Decimal number system d. Hexadecimal number system

Last Answer : b. Binary number system

Description : Which system is used in digital computers because all electrical and electronic circuits can be made to respond to the states concept: a. Hexadecimal number b. Binary number c. Octal number d. Decimal number

Last Answer : b. Binary number

Description : Which system was used extensively by early mini computers. a. Decimal number b. Octal number c. Hexadecimal number d. Binary number

Last Answer : b. Octal number

Description : Which system each digit has a weight corresponding to its position: a. Hexadecimal number system b. Binary number system c. Decimal number system d. Octal number system

Last Answer : d. Octal number system

Description : Which number system has a base of 16 : a. Binary number system b. Octal number system c. Decimal number system d. Hexadecimal number system

Last Answer : d. Hexadecimal number system

Description : Which number system is commonly used as a shortcut notation for groups of four binary digits? a. Binary b. Decimal c. Octal d. Hexadecimal

Last Answer : Hexadecimal

Description : Computeruses the“““.number system to store data and perform calculations. (A) binary (B) octal (C) decimal (D) hexadecimal (E) None of these

Last Answer : binary

Description : Which of the following number system is natively used by a computer: a) Hexadecimal b) Octal c) Decimal d) Binary e) None of These

Last Answer : d) Binary

Description : Computers use the .... number system to store data and perform calculations. 1) binary 2) octal 3) decimal 4) hexadecimal

Last Answer : 1) binary

Description : Which number system is commonly used as a shortcut notation for groups of four binary digits? a. Binary b. Decimal c. Octal d. Hexadecimal

Last Answer : d. Hexadecimal

Description : A base-16 number system that uses sixteen distinct symbols 0-9 and A-F to represent numbers from 0 to 15. A. Binary B. Decimal C. Hexadecimal D. Hepadeximal

Last Answer : A. Binary

Description : Symbols A-Fare used in which one of the following? (A) Binary number system (B) Decimal number system (C) Hexadecimal number system (D) Octal number system

Last Answer : (C) Hexadecimal number system

Description : Which of the following is not a weighted code? (1) Excess 3-Code (2) Binary Number System (3) Decimal Number System (4) BCD Number System

Last Answer : Excess 3-Code

Description : Write the radix of binary,octal,decimal and hexadecimal number system.

Last Answer : Radix of: Binary – 2 Octal - 8 Decimal - 10 Hexadecimal -16

Description : ENIAC uses A) Decimal Numbering System B) Octal Numbering System C) Binary Numbering System D) Hexadecimal Numbering System

Last Answer : Answer : A

Description : Which are the system of arithmetic, which are often used in digital system: a. Binary digit b. Decimal digit c. Hexadecimal digit d. Octal digit e. Allof these

Last Answer : e. Allof these

Description : Computers use the _____number system to store data and perform calculations: a) Binary b) Octal c) Decimal d) Hexadecimal e) None of The Above

Last Answer : a) Binary

Description : 8 in decimal system is equal to ____ in binary system

Last Answer : 8 in decimal system is equal to 1000 in binary system

Description : of the number decimal (99) Binary How much ?

Last Answer : decimal (99) = binary (1100011)

Description : How many digits does it take to represent the decimal number 81 in binary?

Last Answer : It takes 7 digits.

Description : The least significant bit of the binary number, which is equivalent to any odd decimal number, is: A) 0 B) 1 C) 1 or 0 D) 3

Last Answer : Answer : A

Description : The binary equivalent of the decimal number 10 is __________ a) 0010 b) 10 c) 1010 d) 010

Last Answer : Answer: c Explanation: To get the binary equivalent of any number, we need to divide the number by 2 and obtain the remainders as : We then write the remainders in the reverse order as 1010

Description : Value of sampled signal is used to produce a A. binary number B. decimal number C. octal number D. all of above

Last Answer : binary number

Description : Abinary number canbeconvertedinto a. Binary number b. Octal number co. Decimal number d. Hexadecimal number

Last Answer : co. Decimal number

Description : 3 bit binary numbers can be represented by a. Binary number b. Decimal number Cc. Hexadecimal number d. Octal number

Last Answer : d. Octal number

Description : An scan be easily converted to its decimal equivalent by multiplying each octal digit by positional weight: a. Binary number b. Octal number c. Hexadecimal number d. Decimal number

Last Answer : b. Octal number

Description : Which number is formed from a binary number by grouping bits in groups of 4-bit each starting at the binary point: a. Binary b. Octal c. Decimal d. Hexadecimal

Last Answer : d. Hexadecimal

Description : Computer calculate number in ______mode: a) Octal b) Decimal c) Binary d) None of These

Last Answer : c) Binary

Description : Convert the decimal number 3.375 to binary. 132) A) 0101.1100 B) 0011.1010 C) 0011.0011 D) 0011.01

Last Answer : D) 0011.01

Description : Convert the binary number 0001.0010 to decimal. 121) A) 1.20 B) 1.40 C) 1.125 D)

Last Answer : C) 1.125

Description : Convert the binary number 10010.0100 to decimal. 103) A) 16.25 B) 18.25 C) 18.40 D) 24.50

Last Answer : B) 18.25

Description : Convert the decimal number 0.0625 to binary. 100) A) 0000.0111 B) 0000.1110 C) 0000.0011 D) 0000.0001

Last Answer : D) 0000.0001

Description : Which numbering formats are really codes rather than true number systems? 96) A) hexadecimal and octal B) binary and octal C) decimal and binary D) BCD and ASCII

Last Answer : Which numbering formats are really codes rather than true number systems?

Description : Convert the decimal number 10.5 to binary. 92) A) 1100.1000 B) 1010.0101 C) 1010.1000 D) 1011.1000

Last Answer : C) 1010.1000

Description : Convert the decimal number 14.875 to binary. 87) A) 1110.0111 B) 1110.1110 C) 1111.1011 D) 1100.1100

Last Answer : B) 1110.1110

Description : Convert the decimal number 6.75 to binary. 14) A) 0110.1100 B) 0111.1100 C) 0110.0110 D) 0110.1010

Last Answer : A) 0110.1100

Description : Convert the decimal number 12.125 to binary. 12) A) 1100.0110 B) 1110.0010 C) 1100.0010 D) 1010.1100

Last Answer : C) 1100.0010

Description : Convert the binary number 0000.1010 to decimal. 6) A) 0.10 B) 0.55 C) 0.50 D) 0.625

Last Answer : D) 0.625

Description : The least significant bit of the binary number, which is equivalent to any odd decimal number, is: a. 0 b. 1 c. 1 or 0 d. 3

Last Answer : a. 0

Description : The least significant bit of the binary number, which is equivalent to any odd decimal number, is: a. 0 b. 1 c. 1 or 0 d. 3

Last Answer : a. 0

Description : The decimal equivalent of Binary number 10101 is (A) 21 (B) 31 (C) 26 (D) 28

Last Answer : (A) 21

Description : The decimal equivalent of Binary number 11010 is (A) 26. (B) 36. (C) 16. (D) 23.

Last Answer : (A) 26.