Digital Principles And System Design Set 5

On This Page

This set of Digital Principles and System Design Multiple Choice Questions & Answers (MCQs) focuses on Digital Principles And System Design Set 5

Q1 | The full subtractor can be implemented using
  • two xor and an or gates
  • two half subtractors and an or gate
  • two multiplexers and an and gate
  • two comparators and an and gate
Q2 | The output of a subtractor is given by (if A, B and X are the inputs).
  • a and b xor x
  • a xor b xor x
  • a or b nor x
  • a nor b xor x
Q3 | The decimal number system represents the decimal number in the form of                          
  • hexadecimal
  • binary coded
  • octal
  • decimal
Q4 | 29 input circuit will have total of                          
  • 32 entries
  • 128 entries
  • 256 entries
  • 512 entries
Q5 | BCD adder can be constructed with 3 IC packages each of                          
  • 2 bits
  • 3 bits
  • 4 bits
  • 5 bits
Q6 | The output sum of two decimal digits can be represented in                          
  • gray code
  • excess-3
  • bcd
  • hexadecimal
Q7 | The addition of two decimal digits in BCD can be done through                          
  • bcd adder
  • full adder
  • ripple carry adder
  • carry look ahead
Q8 | 3 bits full adder contains                          
  • 3 combinational inputs
  • 4 combinational inputs
  • 6 combinational inputs
  • 8 combinational inputs
Q9 | The simplified expression of full adder carry is
  • c = xy+xz+yz
  • c = xy+xz
  • c = xy+yz
  • c = x+y+z
Q10 | Decimal digit in BCD can be represented by
  • 1 input line
  • 2 input lines
  • 3 input lines
  • 4 input lines
Q11 | The number of logic gates and the way of their interconnections can be classified as                          
  • logical network
  • system network
  • circuit network
  • gate network
Q12 | The addition 1+1 gives 0 as a result.
  • true
  • false
Q13 | The result of 0*1 in binary is                          
  • 0
  • 1
  • invalid
  • 10
Q14 | The multiplication of 110 * 111 is performed. What is a general term used for 111?
  • dividend
  • quotient
  • multiplicand
  • multiplier
Q15 | What do you call the intermediate terms in binary multiplication?
  • multipliers
  • mid terms
  • partial products
  • multiplicands
Q16 | The result that is smaller than the smallest number obtained is referred to as                        
  • nan
  • underflow
  • smallest
  • mantissa
Q17 | The number of sign bits in a 32-bit IEEE format is
  • 1
  • 11
  • 9
  • 23
Q18 | Express the decimal format of the signed binary number (101010)2 .
  • 10
  • 12
  • -12
  • -10
Q19 | All the comparisons made by comparator is done using                          
  • 1 circuit
  • 2 circuits
  • 3 circuits
  • 4 circuits
Q20 | One that is not the outcome of magnitude comparator is                          
  • a > b
  • a – b
  • a < b
  • a = b
Q21 | If two numbers are not equal then binary variable will be                          
  • 0
  • 1
  • a
  • b
Q22 | How many inputs are required for a digital comparator?
  • 1
  • 2
  • 3
  • 4
Q23 | In a comparator, if we get input as A>B then the output will be                          
  • 1
  • 0
  • a
  • b
Q24 | Which one is a basic comparator?
  • xor
  • xnor
  • and
  • nand
Q25 | Comparators are used in                          
  • memory
  • cpu
  • motherboard
  • hard drive