Binary Division Question & Answers February 9, 2022 By WatElectronics This article lists 100 Binary Division MCQs for Engineering Students. All the Binary Division Questions & Answers given below includes solution and link wherever possible to the relevant topic. All digital circuits, for example, computers works on the binary number system, and therefore all the arithmetic operations like addition, subtraction, multiplication, and division are performed in the binary number system. In binary arithmetic, the binary division is one of the most important operations which uses only two digits zero and one. So, from the digital perspective, it is good to understand how the arithmetic operations are performed. The numbers are represented in four ways binary, octal, decimal & hexadecimal. In binary division, once zero is divided by zero and the one is divided by zero, then the result will not be allowed. Once zero is divided by one the result will be zero. Similarly, when one is divided by one, the result is one in the binary division. The base number for decimal number is 10 and the digits used in the decimal numbering system is 0, 1, 2, 3, ..............., 9. The base number for octal is 8 and the digits used in the octal numbering system is 0, 1, 2, 3, ..............., 7. Similarly, the base number for hexadecimal is 16 and the digits used in the hexadecimal numbering system is 0, 1, 2, 3, ..............., 9, A, B, C, D, E, F. The base number for the binary number system is 2. The digits used in the binary numbering system are 0 and 1. The numbers 0 and 1 are the binary number of one bit, the numbers 00, 01, 10, 11 are the binary number of two-bit, the numbers 000, 001, 010, 011 are the binary number of three bits, and the numbers 0000, 0001, 0010, 0011 are the binary number of four bits. 1). The different methods for representation of binary signed numbers are _________________ One's compliment form Two's compliment form Sign magnitude form All of the above None Hint 2). The binary equivalent of decimal number zero is _____________ 1111 0000 1010 1101 None Hint 3). Which one of the following is the correct formula for the dividend? Dividend=Divisor+Quotient Dividend=Divisor-Quotient Dividend=Divisor*Quotient+Remainder None of the above None Hint 4). The binary equivalent of number three is equal to _____________ 1 2 10 11 None Hint 5). In a decimal number system, one plus one plus one is equal to _____________ One Two Three Four None Hint 6). Which one of the following rules is incorrect? 1÷1=1 1÷0=meaning less 0÷1=0 0÷0=1 None Hint 7). How many rules does binary division have? One Two Three Four None Hint 8). How many rules does binary addition have? One Two Three Four None Hint Read more about Binary Addition 9). Which one of the following is an example for remainder arithmetic operation? X=X MOD 5 X=X DIV 5 X=X/5 None of the above None Hint 10). The binary equivalent of decimal number one is _____________ 1111 0001 1010 1101 None Hint 11). Which one of the following is an example for integer division? X=X MOD 5 X=X DIV 5 X=X/5 None of the above None Hint 12). The operation for division arithmetic operation is represented by a symbol ______________ Forward slash Backward slash MOD None of the above None Hint 13). Which one of the following binary division rules is incorrect? 1+1=0 1/0=1 0/1=0 None of the above None Hint 14). The figure shown below is a block diagram of a parallel binary ____________ Divider Adder Multiplier None of the above None Hint 15). When p(x) is divided by (ax+b) then the remainder is _____ a/2 p(a) p(-b/a) None of the above None Hint 16). The binary equivalent of decimal number nineteen is _____________ 10010 10011 10000 1111 None Hint 17). When we multiply 1010 with 1100 in binary then the result is _____________ 1111100 0101010 1000010 1111000 None Hint 18). The binary equivalent of decimal number twelve is _____________ 1011 0101 1100 0110 None Hint 19). The binary equivalent of decimal number eleven is _____________ 1011 0101 1000 0110 None Hint 20). The binary equivalent of decimal number two is _____________ 1111 0001 1010 0010 None Hint 21). Which one of the following is an example for integer division operation? X=X MOD 5 X=X^5 X=X/5 None of the above None Hint 22). Which one of the following is an example for the integer subtraction operation? X=X MOD 5 X=X-5 X=X/5 None of the above None Hint 23). Which one of the following is an example for integer addition operation? X=X MOD 5 X=X-5 X=X+5 None of the above None Hint 24). Which one of the following is an example of the integer multiplication operation? X=X MOD 5 X=X-5 X=X*5 None of the above None Hint 25). When p(x) is divided by (x-a) then the remainder is _____________ a/2 p(a) p None of the above None Hint Binary Division MCQs for Exams 26). The binary equivalent of decimal number eighteen is _____________ 10010 0101 10000 1111 None Hint 27). In the binary addition zero plus zero is equal to _____________ 1 0 10 11 None Hint 28). How many rules does binary subtraction have? One Two Three Four None Hint 29). The binary equivalent of decimal number three is _____________ 1111 0011 1010 0010 None Hint 30). The binary equivalent of decimal number thirty one is _____________ 1111 11111 1010 0010 None Hint 31). The operation for integer division is represented by a symbol ___________________ Forward slash or DIV Backward slash MOD None of the above None Hint 32). In the above figure which binary number represents the quotient? 1 1010 0010 None of the above None Hint 33). How many types of operators do programmers use? One Two Three Four None Hint 34). The quotient for 11001÷101 is ____________________ 101 10.0111 1.101 000.1 None Hint 35).The quotient for 11101.01÷1100 is ____________________ 101 10.0111 1.101 000.1 None Hint 36).The quotient for 10110.1÷1101 is ____________________ 101 10.0111 1.101 000.1 None Hint 37). In the binary addition zero plus one is equal to _____________ 1 0 10 11 None Hint 38). The operator for assignment relational operation is ______________ = = or == != None of the above None Hint 39). The operator for equality relational operation is ______________ = == != None of the above None Hint 40). The binary equivalent of decimal number four is _____________ 1111 0100 1010 0010 None Hint 41). Which one of the following is an example of arithmetic division? Fig(a) Fig(b) Fig(c) None of the above None Hint 42). The remainder for 10110.1÷1101 is _________________ 1.011 0.111 0.101 1.010 None Hint 43). The quotioent for 101.11÷111 _________________ 0.11 0.111 0.101 1.010 None Hint 44).The remainder for 101.11÷111 _________________ 0.11 0.111 0.101 0.1 None Hint 45). When we divide 2x^3+3x^2+4x+3 by x+1 then the quotient we get is ____________ 2X^2 X 3 None of the above None Hint 47). In the binary addition, one plus zero is equal to ______ 1 0 10 11 None Hint 48). The operation for remainder is represented by a symbol _______________ Forward slash Backward slash MOD None of the above None Hint 49).The second term of quotient in the below figure is _________________ 2X^2 X 3 None of the above None Hint 50). The binary equivalent of decimal number five is _____________ 1111 0101 1010 0010 None Hint Binary Division MCQs for Interviews 51). Which one of the following is a range of unsigned numbers? Add description here! 0......+(2^n -(1)) (2^n-1-(1))......+(2^n-1 -(1)) (2^n-1)......+(2^n-1 -(1)) None of the above None Hint 52). Which one of the following is a range of sign-magnitude forms? 0......+(2^n -(1)) (2^n-1-(1))......+(2^n-1 -(1)) (2^n-1)......+(2^n-1 -(1)) None of the above None Hint 53). Which one of the following is a range of two's complement form? a)0......+(2^n -(1)) (2^n-1-(1))......+(2^n-1 -(1)) (2^n-1)......+(2^n-1 -(1)) None of the above None Hint 54). What are the advantages of a binary number system? Fewer computations Ease of use in coding Less computational errors All of the above None Hint 55). The binary equivalent of decimal number seventeen is _____________ 10001 0101 10000 1111 None Hint 56). In the above figure which arithmetic number represents the dividend? 96 3 0 288 None Hint 57). In the binary addition, one plus one is equal to _____________ 1 0 10 11 None Hint 58). The operator for doesn't equal operation is ___________ = == != None of the above None Hint 59). Which one of the following is an example for doesn't equal relational operation? if X!=5 if X>=5 if X<5 None of the above None Hint 60). The binary equivalent of decimal number six is _____________ 1111 0101 1010 0110 None Hint 61). Which one of the following is an example of polynomial division? Fig(a) Fig(b) Fig(c) None of the above None Hint 62). The third term of quotient in the below figure is _________________ 2X^2 X 3 None of the above None Hint 63). The common name for the number of bytes 1,024(210) is ______________ Kilobyte Megabyte Gigabyte Terabyte None Hint 64).The common name for the number of bytes 1,048,576(220) is ______________ Kilobyte Megabyte Gigabyte Terabyte None Hint 65). The binary equivalent of decimal number fourteen is _____________ 1110 0101 1100 1101 None Hint 66). In the above figure which binary number represents the remainder? 1 1010 0010 None of the above None Hint 67). In a decimal number system, one plus one is equal to _____________ 1 2 10 11 None Hint 68). The binary equivalent of number two is equal to _____________ 1 2 10 11 None Hint 69). The common name for the number of bytes 1,073,741,824(230) is ______________ Kilobyte Megabyte Gigabyte Terabyte None Hint 70). The binary equivalent of decimal number seven is ______ 0111 0101 1010 0110 None Hint Binary Division MCQs for Quiz 71). Which one of the following is an example of binary division? Fig(a) Fig(b) Fig(c) None of the above None Hint 72). If the number of bytes is very long ! (240) then the common name for this is ____________ Kilobyte Megabyte Gigabyte Terabyte None Hint 73). If the number of binary digits are one then the common name is ___________ Bit Nibble Byte Word None Hint 74). If the number of binary digits are four then the common name is ___________ Bit Nibble Byte Word None Hint 75). The binary equivalent of decimal number thirteen is _____________ 1011 0101 1100 1101 None Hint 76). What is the output when we add 1101 and 0010? 1011 1111 1101 None of the above None Hint 77). In the above figure which binary number represents the dividend? 1 1010 0010 11000101 None Hint 78). If the number of binary digits are eight then the common name is ___________ Bit Nibble Byte Word None Hint 79). If the number of binary digits are sixteen then the common name is ___________ Bit Nibble Byte Word None Hint 80). The binary equivalent of decimal number eight is _____________ 0111 0101 1000 0110 None Hint 81). If the number of binary digits is sixty-four then the common name is ___________ Bit Nibble Quad word Word None Hint 82). If the number of binary digits is thirty-two then the common name is ___________ Double word Nibble Byte Word None Hint 85). The binary equivalent of decimal number sixteen is _____________ 1110 0101 10000 1111 None Hint 86). What is the output when we add one plus one? 1 0 10 11 None Hint 87). In the above figure which arithmetic number represents the quotient? 96 3 0 288 None Hint 88). Which one of the following is an example for equivalence relational operation? if X!=5 if X=5 or if X==5 Both a and b None of the above None Hint 89). Which one of the following is an example for assignment relational operation? if X!=5 if X=5 if X<5 None of the above None Hint 90). The binary equivalent of decimal number nine is _____________ 1001 0101 1000 0110 None Hint 91). In the above figure which binary number represents the divisor? 1 1010 0010 None Hint 92). The figure shown below is a state graph for ___________ control circuit? Divider control circuit Addition control circuit Integer control circuit None of the above None Hint 93). The figure shown below is a block diagram of a ____________ using bus notation? Multiplier using bus notation Divider using bus notation Integral using bus notation None of the above None Hint 94). How many digits does the binary number system use? One Two Four Ten None Hint Read more about Binary Number System 95). The binary equivalent of decimal number fifteen is _____________ 1110 0101 1100 1111 None Hint 96). When we multiply zero with one in binary then the result is _____________ 1 0 10 11 None Hint 98). How many digits does the decimal number system use? One Two Four Ten None Hint 97). In the below figure which arithmetic number represents the remainder? 96 3 0 288 None Hint Read more about Decimal Number System 99). The integer representations are of _________________ types? One Two Four Ten None Hint 100). The binary equivalent of decimal number ten is _____________ 1010 0101 1000 0110 None Hint Related MCQs Binary Addition Questions & Answers Binary Subtraction Questions & Answers Time's up