state true or false
1.the method to perform division of two binary numbers is not same as that of decimal numbers. true or false
Answers
Answer:
False
Explanation:
This is because during binary conversion we divide the number by two CAUSE THE BASE OF BINARY IS 2 while during decimal conversion we multiply each decimal digit with the power of 2 .
HOPE THIS HELPS..☺️☺️
Answer:
FALSE
Because the method to perform division of two binary numbers is same as that of decimal numbers.
Explanation:
The procedure for dividing two binary values is the same as for dividing two decimal numbers. With the exception of base , the binary division operation resembles the base decimal system. Of the fundamental arithmetic operations, division is perhaps one of the trickiest. Binary operations can be used to address division problems in a variety of ways.
The only difference between binary division and decimal division is the rules that are used when utilizing the digits "" and "" The two binary arithmetic operations that are carried out in conjunction with binary division are binary multiplication and binary subtraction.
The two basic ways to convert binary numbers into decimal numbers:
- Using positional notation
- Using doubling.