0% found this document useful (0 votes)
48 views3 pages

Binary Number System Quiz Questions

The document contains a series of objective type questions related to binary number systems and digital circuits. It covers topics such as binary arithmetic, number representation, and the characteristics of different number systems. The questions are designed to test knowledge on binary operations, conversions, and the properties of digital systems.

Uploaded by

outstanding749
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
48 views3 pages

Binary Number System Quiz Questions

The document contains a series of objective type questions related to binary number systems and digital circuits. It covers topics such as binary arithmetic, number representation, and the characteristics of different number systems. The questions are designed to test knowledge on binary operations, conversions, and the properties of digital systems.

Uploaded by

outstanding749
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

OBJECTIVE TYPE QUESTIONS

1. Knowledge of binary number system is required for the designers of computersand other
systems because
digital
(a) it is easy to learn binary number system
(b) it is easy to learn Boolean algebra
(c) it is easy to use binary codes
(d) the devices used in these systems operate in binary
Z. A binary number with n bits all of which are ls has the value
(a) n-1 (b) 2" (c) 2-1) (d) 2" -1
3. If v4l =5, the base (radix) of the
number system is
(a) 5 (b) 6 (c) 7 (d) 8
The number of bits required to assign binary roll numbers to a class of 60students is
(a) 5 (b) 6 (c) 7 (d) 8
J. The radix of the number system if
302/20 = 12.1 is
(a) 3
(b)4 (c) 5 (d) 6
72 FUNDAMENTALS OF DIGITAL CIRCUITS
6. The value of base rif
(a) 7
(121),=(144), is (c)9
(b) 8 (d) 10
7. The value of base r if
(a) 8 (159),,=(186), is
(b) 9 (c) 10 (d) 11
ð. When two n bit binary numbers are added, the sum will contain at the most
(a) n bits (b)n + 1 bits (c) n +2 bits (d) n +n bits
9. When two n bit binary numbers are multiplied, the product will
(a) n bits contain at the most
(b) 2n bits (c) n' bits (d) n +2 bits
10. A group of 8 bits is known as
(a) a nibble (b) a byte (c) a bit (d) an octal
11. In adigital system
performance accuracy depends on number
(a) nature of devices used
(c) word length (b) number of gates
(d) propagation delay
12. The most important
advantage of a digital system over an analog system is
(a) higher speed (b) lower cost
13. How many binary numbers are (c) modularity (d) noise immunity
(a) 256
created with 8-bits?
(b) 128 (c) 64
14. The highest decimal number that (d) 512
can be represented with 10 binary digits is
(a) 512 (b) 1023 (c) 1024 (d) 2! -1
15. Let(A2C) = (X),. Then Xis
(a)7054 given by
(b) 6054 (c) 5154
16. The number of ls present in the (d) 5054
(a) 7
binary representation of 3 x512 +7x 64 + 5 x
(b) 8 (c) 9
8+3 is
17. How many ls are present in the (d) 12
(a)8
binary representation of 15 x 256 +5× 16+ 3?
(b) 9 (c) 10
18. If J61 =7, the base of the (d) 11
(a)7
number system is
(b) & (c) 9
19. If 52/4 = 12, the base of the (d)6
number system is
(a) 4 (b) 5 (c) 6 (d)8
20. If (128),, = (1003),, the possible base b is
(a) 3 (b) 4 (c) 5 (d) 6
21. If (292),0= (204),, the possible base b is
(a) & (b) 12
22, 1's complement of 1's (c) 14 (d) 16
(a)01001100
complement of the binary number
10110011 is
(b) 10110011 (c) 01001101
23. 2's complement of 2's (d) 10110100
(a) 01001010
complement of the binary number 101 10101 is
(b) 01001011 (c) 10110101
24 The hexadecimal number system is (d) 10111010
used in digital computers and digital systems t
(a) perform arithmetic operations (b)perform logic operations
(c) perform arithmetic and logic operations (d) input binary data into the system
NUMBER SYSTEMS 73

25. Ina digital computer binary subtraction is performed


(a) in the same way as we perform subtraction in decimal number system
(b) using 2's complement method
(c) using 9's complement method
(d) using 10'scomplement method
6. The largest negative number which can be stored in a computer that has 8-bit word length and
uses 2's complement arithmetic is
(a) 256 (b) 255 (c) 128 (d) 127
27. The largest positive number that can be stored in acomputer that has 16-bit word length and uses
2's complement arithmetic is
(a) 32 (b) 32767 (c) 32768 (d) 65536
28. The minimum number of bits required to represent positive numbers in the range 1to 63 using
2's complement representation is
(a) 5 (b) 6 (c) 7 (d) 8
29. The minimum number of bits required to represent negative numbers in the range of -1 to -11
using 2's complement arithmetic is
(a) 2 (b) 3 (c) 4 (d) 5
30. Consider n-bit l's complement representation of integer numbers. The range of integer values,
N, that can be represented is
(a) -2n-1 <SN<2-1 (b) 1 - 2*-l<N<2-l1
(c) -1 2rn-sNS 2n-l-1 (d) -1 - 2n- <N< 2-!
31. Which number system is not a positional number system?
(a)roman (b) binary (c)decimal (d) hexadecimal
32. The base of the duo decimal number system is
(a) 10 (b) 12 (c) 16 (d) 14

Common questions

Powered by AI

The number of bits required to assign binary roll numbers to a class of 60 students is 6. This is because 2^5 = 32 is insufficient for 60 students, while 2^6 = 64, which is sufficient, requiring an additional bit .

The largest positive number that can be stored in a computer with a 16-bit word length using 2's complement arithmetic is 32767. This is calculated as 2^15 - 1 since one bit is used for the sign .

In binary multiplication, the product of two n-bit numbers will contain at most 2n bits. In contrast, when two n-bit numbers are added, the sum contains at most n + 1 bits. This difference arises because multiplication involves distributing each bit of one operand across all bits of the other operand, leading to a larger resulting bit length than addition, which only involves carrying over single bits .

The most important advantage of digital systems over analog systems is higher accuracy . This is due to the discrete nature of digital signals, which are less susceptible to noise and degradation, compared to the continuous signals used in analog systems.

The 2's complement method facilitates binary subtraction by simplifying the process of handling negative numbers. Instead of performing subtraction directly, computers add the 2's complement of a number to perform subtraction, which allows use of the same circuitry for addition and subtraction, reducing complexity and increasing efficiency .

The minimum number of bits required to represent negative numbers from -1 to -11 using 2's complement arithmetic is 4. This is because with 4 bits, the range of numbers represented in 2's complement is -8 to 7, but moving to 5 bits gives a range from -16 to 15, which covers -11 .

The hexadecimal number (A2C) is equivalent to the decimal number 2604. This is calculated by converting each hexadecimal digit to its decimal equivalent: A = 10, 2 = 2, and C = 12, giving 10*(16^2) + 2*(16^1) + 12*(16^0), which totals 2604 .

When 1's complement is applied twice to a binary number, the outcome is the original binary number. This illustrates the property of 1's complement as a self-inverse operation, where applying it twice yields the number you started with, effectively canceling out the operation .

The knowledge of the binary number system is crucial for designers of computers and digital systems because the devices used in these systems operate in binary . This means that understanding binary becomes essential for designing, troubleshooting, and optimizing digital systems.

The highest decimal number that can be represented with 10 binary digits is calculated by assigning each bit a value of 1 and calculating the equivalent decimal number: It is the sum of the series 2^9 + 2^8 + ... + 2^0, which totals 1023 .

You might also like