Questions On Arithmetic Circuits
Questions On Arithmetic Circuits
This set of Digital Electronics/Circuits Multiple Choice Questions & Answers (MCQs) focuses
on “Introduction of Arithmetic Operation”.
1. The basic building blocks of the arithmetic unit in a digital computers are
a) Subtractors
b) Adders
c) Multiplexer
d) None of the Mentioned
View Answer
Answer: b
Explanation: The basic building blocks of the arithmetic unit in a digital computers are adders.
Since, a parallel adder is constructed with a number of full-adder circuits connected in cascade.
By controlling the data inputs to the parallel adder, it is possible to obtain different types of
arithmetic operations.
Answer: a
Explanation: A digital system consists of two types of circuits and these are combinational and
sequential logic circuit.
3. In a combinational circuit, the output at any time depends only on the _______ at that time.
a) Voltage
b) Intermediate values
c) Input values
d) None of the Mentioned
View Answer
Answer: c
Explanation: In a combinational circuit, the output at any time depends only on the input values
at that time.
4. In a sequential circuit, the output at any time depends only on the input values at that time.
a) Past output values
b) Intermediate values
c) Present input values
d) Both past output and present input
View Answer
Answer: c
Explanation: In a sequential circuit, the output at any time depends on the present input values as
well as past output values.
Answer: c
Explanation: The given arrangement in option c is the right sequence for the designing of the
combinational circuits.
Answer: d
Explanation: Since, the logic gates AND, OR and NOT are called as universal logic gates. It
means that any operations can be obtained by implementation of these gates.
8. If the two numbers are unsigned, the bit conditions of interest are the ______ carry and a
possible _____ result.
a) Input, zero
b) Output, one
c) Input, one
d) Output, zero
View Answer
Answer: d
Explanation: If the two numbers are unsigned, the bit conditions of interest are the output carry
and a possible zero result.
9. If the two numbers include a sign bit in the highest order position, the bit conditions of interest
are the sign of the result, a zero indication and
a) An underflow condition
b) A neutral condition
c) An overflow condition
d) None of the Mentioned
View Answer
Answer: c
Explanation: If the two numbers include a sign bit in the highest order position, the bit conditions
of interest are the sign of the result, a zero indication and an overflow condition.
Answer: b
Explanation: In an ALU, status bit conditions are sometimes called condition code bits or flag
bits.
Half Adder & Full Adder - Digital Circuits Questions and Answers -
Sanfoundry
by Manish
This set of Digital Electronics/Circuits Multiple Choice Questions & Answers (MCQs) focuses
on “Half Adder & Full Adder”.
1. In parts of the processor, adders are used to calculate
a) Addresses
b) Table indices
c) Increment and decrement operators
d) All of the Mentioned
View Answer
Answer: d
Explanation: In parts of the processor, adders are used to calculate addresses, table indices,
increment and decrement operators, and similar operations.
Answer: a
Explanation: Total number of inputs in a half adder is two. Since, an EXOR gates has 2 inputs
and carry is connected with the input of EXOR gates.
Answer: b
Explanation: In addition, carry is obtained. For example: 1 0 1 + 1 1 1 = 1 0 0; in this example
carry is obtained after 1st addition (i.e. 1 + 1 = 1 0).
Answer: c
Explanation: If A and B are the inputs of a half adder, the sum is given by A XOR B.
Answer: a
Explanation: If A and B are the inputs of a half adder, the carry is given by: A(AND)B.
Answer: c
Explanation: Half-adders have a major limitation in that they cannot accept a carry bit from a
previous stage, meaning that they cannot be chained together to add multi-bit numbers. However,
the two output bits of a half-adder can also represent the result A+B=3 as sum and carry both
being high.
Answer: c
Explanation: Half adder has two inputs while full adder has three outputs; this is the difference
between them.
8. If A, B and C are the inputs of a full adder then the sum is given by
a) A AND B AND C
b) A OR B AND C
c) A OR B OR C
d) A XOR B XOR C
View Answer
Answer: c
Explanation: If A, B and C are the inputs of a full adder then the sum is given by A OR B OR C.
9. If A, B and C are the inputs of a full adder then the carry is given by
a) A AND B OR (A OR B) AND C
b) A OR B OR (A AND B) C
c) (A AND B) OR (A AND B)C
d) A XOR B XOR (A XOR B) AND C
View Answer
Answer: a
Explanation: If A, B and C are the inputs of a full adder then the carry is given by A AND B OR
(A OR B) AND C.
10. How many AND, OR and EXOR gates are required for the configuration of full adder
a) 1, 2, 2
b) 2, 1, 2
c) 3, 1, 2
d) 4, 0, 1
View Answer
Answer: b
Explanation: There are 2 AND, 1 OR and 2 EXOR gates required for the configuration of full
adder.
This set of Digital Electronics/Circuits Multiple Choice Questions & Answers (MCQs) focuses
on “Half & Full Subtractor”.
Answer: a
Explanation: Half subtractor is a combinational circuit which is used to perform subtraction of
two bits, namely minuend and subtrahend.
Answer: b
Explanation: There are two outputs required for the implementation of a subtractor. One for the
output and another for borrow.
4. Let the input of a subtractor is A and B then what the output will be if A = B?
a) 0
b) 1
c) A
d) B
View Answer
Answer: a
Explanation: The output for A = B will be 0. If A = B, it means that A = B = 0 or A = B = 1. In
both of the situation subtractor gives 0 as the output.
Answer: a
Explanation: Since, the output of a subtractor is given by AB’ + BA’ and this is the output of a
XOR gate. So, the final output is AB’ + BA’.
Answer: c
Explanation: Minuend and subtrahend are the two bits of input of a subtractor. If A and B are the
two inputs of a subtractor then A is called minuend and B as subtrahend.
Answer: b
Explanation: Full subtractor is used to perform subtraction of 3 bits, namely minuend bit,
subtrahend bit and borrow from the previous stage.
Answer: b
Explanation: The full subtractor can be implemented using two half subtractors and an OR gate.
10. The output of a subtractor is given by (if A, B and X are the inputs)
a) A AND B XOR X
b) A XOR B XOR X
c) A OR B NOR X
d) A NOR B XOR X
View Answer
Answer: b
Explanation: The output of a subtractor is given by (if A, B and X are the inputs) A XOR B XOR
X.
11. The output of a full subtractor is same as
a) Half adder
b) Full adder
c) Half subtractor
d) None of the Mentioned
View Answer
Answer: b
Explanation: The output of a full adder and a full subtractor are same. If A, B and C are the input
of a full adder and a full subtractor then the output will be given by (A XOR B XOR C).
This set of Digital Electronics/Circuits Multiple Choice Questions & Answers (MCQs) focuses
on “Procedure For The Design of Combinational Circuits”.
1. The basic building blocks of the arithmetic unit in a digital computers are
a) Subtractors
b) Adders
c) Multiplexer
d) None of the Mentioned
View Answer
Answer: b
Explanation: The basic building blocks of the arithmetic unit in a digital computers are adders.
Since, a parallel adder is constructed with a number of full-adder circuits connected in cascade.
By controlling the data inputs to the parallel adder, it is possible to obtain different types of
arithmetic operations.
Answer: a
Explanation: A digital system consists of two types of circuits and these are combinational and
sequential logic circuit.
3. In a combinational circuit, the output at any time depends only on the _______ at that time.
a) Voltage
b) Intermediate values
c) Input values
d) None of the Mentioned
View Answer
Answer: c
Explanation: In a combinational circuit, the output at any time depends only on the input values
at that time.
4. In a sequential circuit, the output at any time depends only on the input values at that time.
a) Past output values
b) Intermediate values
c) Present input values
d) None of the Mentioned
View Answer
Answer: c
Explanation: In a sequential circuit, the output at any time depends on the present input values as
well as past output values.
Answer: c
Explanation: The given arrangement in option c is the right sequence for the designing of the
combinational circuits.
Answer: b
Explanation: The design of an ALU is based on combinational logic. Because the unit has a
regular pattern, it can be broken into identical stages connected in cascade through carries.
8. If the two numbers are unsigned, the bit conditions of interest are the ______ carry and a
possible _____ result.
a) Input, zero
b) Output, one
c) Input, one
d) Output, zero
View Answer
Answer: d
Explanation: If the two numbers are unsigned, the bit conditions of interest are the output carry
and a possible zero result.
9. If the two numbers include a sign bit in the highest order position, the bit conditions of interest
are the sign of the result, a zero indication and
a) An underflow condition
b) A neutral condition
c) An overflow condition
d) None of the Mentioned
View Answer
Answer: c
Explanation: If the two numbers include a sign bit in the highest order position, the bit conditions
of interest are the sign of the result, a zero indication and an overflow condition.
This set of Digital Electronics/Circuits Multiple Choice Questions & Answers (MCQs) focuses
on “K-Map Simplification”.
Answer: a
Explanation: K-map is simply a rearranged truth table.
Answer: d
Explanation: The cumulative law of multiplication is (A * B) = (B * A).
Answer: a
Explanation: If A and B are the input for AND gate the output is obtained as AB and after
inversion we get (AB)’, which is the expression of NAND gate.
4. The observation that a bubbled input OR gate is interchangeable with a bubbled output AND
gate is referred to as:
a) A Karnaugh map
b) DeMorgan’s second theorem
c) The commutative law of addition
d) The associative law of multiplication
View Answer
Answer: b
Explanation: DeMorgan’s Law: ~(P^Q) <=> ~Pv~Q
~(PvQ) <=> ~P^~Q.
Answer: c
Explanation: The systematic reduction of logic circuits is accomplished by using boolean
algebra.
Answer: a
Explanation: Each “1” entry in a K-map square represents a HIGH for each input truth table
condition that produces a HIGH output.
Answer: a
Explanation: Each “0” entry in a K-map square represents a LOW output for all possible HIGH
input conditions.
8. Which of the following statements accurately represents the two BEST methods of logic
circuit simplification?
a) Boolean algebra and Karnaugh mapping
b) Karnaugh mapping and circuit waveform analysis
c) Actual circuit trial and error evaluation and waveform analysis
d) Boolean algebra and actual circuit trial and error evaluation
View Answer
Answer: c
Explanation: The two BEST methods of logic circuit simplification Boolean algebra and
Karnaugh mapping.
Answer: c
Explanation: Looping on a K-map always results in the elimination of variables within the loop
that appear in both complemented and uncomplemented form.
Answer: d
Explanation: Sum of product means that the number is multiplied firstly and then it is added: A *
B + C * D.
11. Which of the following is an important feature of the sum-of-products form of expressions?
a) All logic circuits are reduced to nothing more than simple AND and OR operations
b) The delay times are greatly reduced over other forms
c) No signal must pass through more than two gates, not including inverters
d) The maximum number of gates that any signal must pass through is reduced by a factor of two
View Answer
Answer: a
Explanation: An important feature of the sum-of-products form of expressions in the given
option is that all logic circuits are reduced to nothing more than simple AND and OR operations.
Answer:
Explanation: (A + B)(C + D) represents the product-of-sums form.
This set of Digital Electronics/Circuits Multiple Choice Questions & Answers (MCQs) focuses
on “Controlled Inverter”.
Answer: c
Explanation: Controlled inverter is also known as controlled buffer and NOT gate as well.
Answer: c
Explanation: The XOR (Exclusive Or) gate has a true output when the two inputs are different.
When one input is true, the output is the inversion of the other. When one input is false, the
output is the non-inversion of the other.
Answer: a
Explanation: Controlled buffers can be useful when you have a wire (often called a bus) whose
value should match the output of one of several components. By placing a controlled buffer
between each component output and the bus, you can control whether that component’s output is
fed onto the bus or not.
4. A logic circuit that provides a HIGH output for both inputs HIGH or both inputs LOW is
a) Ex-NOR gate
b) OR gate
c) Ex-OR gate
d) NAND gate
View Answer
Answer: a
Explanation: EX-OR gate gives 1 if both inputs are different means 0 or 1 and gives 0 if both are
same and EX-NOR is opposite of EX-OR gate, so it provides a HIGH output for both inputs
HIGH or both inputs are LOW.
5. What is the first thing you will need if you are going to use a macro-function?
a) A complicated design project
b) An experienced design engineer
c) Good documentation
d) Experience in HDL
View Answer
Answer: d
Explanation: Documentation is a set of documents provided on paper, or online, or on digital or
analog media, such as audio tape or CDs. So, for the implementation of micro function good
documentation is necessary.
Answer: c
Explanation: Half adders have only two inputs A and B. When we add two 4 bit binary number
like 0001 and 0011, then half adder can not be used because if the first bit of both the numbers is
1, then the sum would be 0 and carry would be 1. But this carry can not be added with the second
bits addition of the number. So, half adders are useless. But in full adders, one more carry input
is present, so that, if carry of one stage is present, it can be added with the next stage as it is done
in normal addition. So, therefore, full adders have a carry input capability.
Answer: a
Explanation: The binary subtraction of 0 – 0 = 0.
Answer: b
Explanation: There are 4 binary subtraction operations (0-0, 1-0, 0-1, 1-1) are possible.
Answer: c
Explanation: When performing subtraction by addition in the 2’s-complement system, the
minuend is left in its original form and the subtrahend is changed to its 2’s-complement.
Answer: b
Explanation: There are two types of adder circuits: half-adder and full-adder.
Answer: d
Explanation: By using maximum of two half adders we can make a full adder.
12. The selector inputs to an arithmetic/logic unit (ALU) determine the:
a) Selection of the IC
b) Arithmetic or logic function
c) Data word selection
d) Clock frequency to be used
View Answer
Answer: b
Explanation: An ALU performs basic arithmetic and logic operations. Examples of arithmetic
operations are addition, subtraction, multiplication, and division. Examples of logic operations
are comparisons of values such as NOT, AND and OR.
This set of Digital Electronics/Circuits Multiple Choice Questions & Answers (MCQs) focuses
on “4-Bit Parallel Adder/Subtractor – 1”.
Answer: c
Explanation: Controlled inverter is also known as controlled buffer and NOT gate as well.
Answer: c
Explanation: The XOR (Exclusive Or) gate has a true output when the two inputs are different.
When one input is true, the output is the inversion of the other. When one input is false, the
output is the non-inversion of the other.
Answer: a
Explanation: Controlled buffers can be useful when you have a wire (often called a bus) whose
value should match the output of one of several components. By placing a controlled buffer
between each component output and the bus, you can control whether that component’s output is
fed onto the bus or not.
4. A logic circuit that provides a HIGH output for both inputs HIGH or both inputs LOW is
a) Ex-NOR gate
b) OR gate
c) Ex-OR gate
d) NAND gate
View Answer
Answer: a
Explanation: EX-OR gate gives 1 if both inputs are different means 0 or 1 and gives 0 if both are
same and EX-NOR is opposite of EX-OR gate, so it provides a HIGH output for both inputs
HIGH or both inputs are LOW.
5. What is the first thing you will need if you are going to use a macro-function?
a) A complicated design project
b) An experienced design engineer
c) Good documentation
d) Experience in HDL
View Answer
Answer: d
Explanation: Documentation is a set of documents provided on paper, or online, or on digital or
analog media, such as audio tape or CDs. So, for the implementation of micro function good
documentation is necessary.
Answer: c
Explanation: Half adders have only two inputs A and B. When we add two 4 bit binary number
like 0001 and 0011, then half adder can not be used because if the first bit of both the numbers is
1, then the sum would be 0 and carry would be 1. But this carry can not be added with the second
bits addition of the number. So, half adders are useless. But in full adders, one more carry input
is present, so that, if carry of one stage is present, it can be added with the next stage as it is done
in normal addition. So, therefore, full adders have a carry input capability.
Answer: a
Explanation: The binary subtraction of 0 – 0 = 0.
Answer: b
Explanation: There are 4 binary subtraction operations (0-0, 1-0, 0-1, 1-1) are possible.
Answer: c
Explanation: When performing subtraction by addition in the 2’s-complement system, the
minuend is left in its original form and the subtrahend is changed to its 2’s-complement.
Answer: b
Explanation: There are two types of adder circuits: half-adder and full-adder.
Answer: d
Explanation: By using maximum of two half adders we can make a full adder.
Answer: b
Explanation: An ALU performs basic arithmetic and logic operations. Examples of arithmetic
operations are addition, subtraction, multiplication, and division. Examples of logic operations
are comparisons of values such as NOT, AND and OR.
This set of Digital Electronic/Circuits Test focuses on “4-Bit Parallel Adder/Subtractor – 2”.
1. For a 4-bit parallel adder, if the carry-in is connected to a logical HIGH, the result is:
a) The same as if the carry-in is tied LOW since the least significant carry-in is ignored
b) That carry-out will always be HIGH
c) A one will be added to the final result
d) The carry-out is ignored
View Answer
Answer: c
Explanation: For a 4-bit parallel adder, if the carry-in is connected to a logical HIGH, one will be
added to the final result as a result because carry-in gives output as 1.
Answer: b
Explanation: A carry-lookahead adder (CLA) is a type of adder used in digital logic. A carry-
lookahead adder improves speed by reducing the amount of time required to determine carry
bits.
Answer: c
Explanation: Since, a four bit adder has four A, four B and a carry at the input end. So, for
subtraction to be performed, all the Bs terminal should be inverted.
Answer: c
Explanation: It is slower than the ripple-carry adder. It is easier to implement logically than a full
adder. It is faster than a ripple-carry adder.
Answer: c
Explanation: Carry lookahead logic uses the concepts of generating and propagating carries.
Although in the context of a carry lookahead adder, it is most natural to think of generating and
propagating in the context of binary addition, the concepts can be used more generally than this.
Answer: c
Explanation: The main disadvantage in using this type of adders is that the time delay increases
as for each adder to add the carry should be generated in the previous adder, and for that to add
the carry from the one before is required.
Answer: a
Explanation: The carry propagation delay in 4-bit full-adder circuits is cumulative for each stage
and limits the speed at which arithmetic operations are performed.
Answer: b
Explanation: The Manchester carry chain is a variation of the carry-lookahead adder that uses
shared logic to lower the transistor count.
Answer: d
Explanation: One of the major downsides of the Manchester carry chain is that the capacitive
load of all of these outputs, together with the resistance of the transistors causes the propagation
delay to increase much more quickly than a regular carry lookahead.
10. The summing outputs of a half or full-adder are designated by which Greek symbol?
a) Omega
b) Theta
c) Lambda
d) Sigma
View Answer
Answer: d
Explanation: The summing outputs of a half or full-adder are designated by “sigma” which is a
Greek symbol.
11. Why is a fast-look-ahead carry circuit used in the 7483 4-bit full-adder?
a) To decrease the cost
b) To make it smaller
c) To slow down the circuit
d) To speed up the circuit
View Answer
Answer: d
Explanation: Since, it is easy to implement and can be implemented on any types of chip and
have capability to reduce propagation delay, which helps in increasing the speed of 7483 4-bit
full-adder.
This set of Digital Electronics/Circuits Multiple Choice Questions & Answers (MCQs) focuses
on “Fast Adder & Serial Adder – 1”.
Answer: b
Explanation: The inverter can be produced with the help of single NAND gate, because we can
combine both the inputs of the NAND gate together and make it single. It works as an inverter.
2. One positive pulse with tw = 75 µs is applied to one of the inputs of an exclusive-OR circuit.
A second positive pulse with tw = 15 µs is applied to the other input beginning 20 µs after the
leading edge of the first pulse. Which statement describes the output’s relation with the inputs?
a) The exclusive-OR output is a 20 s pulse followed by a 40 s pulse, with a separation of 15 s
between the pulses
b) The exclusive-OR output is a 20 s pulse followed by a 15 s pulse, with a separation of 40 s
between the pulses
c) The exclusive-OR output is a 15 s pulse followed by a 40 s pulse
d) The exclusive-OR output is a 20 s pulse followed by a 15 s pulse, followed by a 40 s pulse
View Answer
Answer: d
Explanation: When both the input pulses are high or low X-OR output is low. But when one of
the input is high and another is low or vice-versa, output is high. In this problem for the first
20uS one input is high and another is low. So, obviously output is a high. for next 15uS both the
input is high so output is low and for remaining 40uS(75-20-15) first input is still high and
second one is low so output is high.
3. How many NOT gates are required to implement the Boolean expression: X = AB’C + A’BC?
a) 2
b) 3
c) 4
d) 5
View Answer
Answer: a
Explanation: Since, in the given expression two inputs are complemented. So, we require two
NOT gate at the input.
4. The carry look ahead adder is based on the principle of looking at the lower order bits of
________ and ________ if a high order carry is generated.
a) Addend, minuend
b) Minuend, subtrahend
c) Addend, minuend
d) Augend, addend
View Answer
Answer: d
Explanation: The carry look ahead adder is based on the principle of looking at the lower order
bits of the augend and addend if a high order carry is generated.
Answer: b
Explanation: If the input is either 0, 0, 0 or 0, 0, 1 then the output will be 0 (i.e. independent of
input) and if the input is either 1, 1, 0 or 1, 1, 1 then the output is 1 (i.e independent of input).
Such situation is known as carry generate combinations.
Answer: c
Explanation: In serial addition, the addition is carried out bit by bit.
Answer: c
Explanation: There are two shift registers are used in a 4-bit serial adder, which is used to store
the numbers to be added serially.
Answer: c
Explanation: The D flip-flop, i.e. carry flip-flop, is used to store the carry output of the full adder
so that it can be added to the next significant position of the numbers in the registers.
Answer: a
Explanation: When the carry output of the lower order stage is connected to the carry input of the
next higher order stage, such types of connection is called ripple carry adder in a 4-bit binary
parallel adder.
10. If minuend = 0, subtrahend = 1 and borrow input = 1 in a full subtractor then the borrow
output will be:
a) 0
b) 1
c) Not possible
d) None of the Mentioned
View Answer
Answer: b
Explanation: If minuend = 0, subtrahend = 1 and borrow input = 1 in a full subtractor then the
borrow output will be 1. Because on subtracting 0 and 1, one borrow is taken and it proceeds till
the next step (i.e 0 – 1 – 1 = 0, borrow = 1).
This set of Digital Electronic/Circuits Quiz focuses on “Fast Adder & Serial Adder – 2”.
1. A serial subtractor can be obtained by converting the serial adder by using the
a) 1’s complement system
b) 2’s complement system
c) 10’s complement
d) None of the Mentioned
View Answer
Answer: b
Explanation: A serial subtractor can be obtained by converting the serial adder by using the 2’s
complement system.
2. The hexadecimal number (4B)16 is transmitted as an 8-bit word in parallel. What is the time
required for this transmission if the clock frequency is 2.25 MHz?
a) 444 ns
b) 444 s
c) 3.55 s
d) 3.55 ms
View Answer
Answer: a
Explanation: Because the clock pulse of 4-bit transmit the data of 8-bit word in parallel mode
and this transmission done at 2.25 MHz frequency. We know that: f=1/t and we can find the time
required for this transmission by the clock pulse.
3. Internally, a computer’s binary data are always transmitted on parallel channels which is
commonly referred to as the
a) Parallel bus
b) Serial bus
c) Data bus
d) Memory bus
View Answer
Answer: c
Explanation: A computer’s data is always in the binary form which is stored in the bus that
transmit the data on any channels. It doesn’t matter that it’s in parallel or serial.
4. What is the frequency of a clock waveform if the period of that waveform is 1.25sec?
a) 8 kHz
b) 0.8 kHz
c) 0.8 MHz
d) 8 MHz
View Answer
Answer: c
Explanation: By using the formula of frequency, we can find the frequency of clock waveform.
Time period(t) of the waveform is = 1.25microseconds
f=1/t
Where ‘t’ is the time taken by the clock waveform;
f=(1/1.25)
so, f=0.8 MHz.
5. Why is parallel data transmission preferred over serial data transmission for most
applications?
a) It is much slower
b) It is cheaper
c) More people use it
d) It is much faster
View Answer
Answer: d
Explanation: Parallel data transmission preferred over serial data transmission for most
applications because it is much faster.
Answer: b
Explanation: Surface-mount technology (SMT) is a method for producing electronic circuits in
which the components are mounted or placed directly onto the surface of printed circuit boards
(PCBs). An electronic device so made is called a surface-mount device (SMD). In the industry it
has largely replaced the through-hole technology construction method of fitting components with
wire leads into holes in the circuit board. Both technologies can be used on the same board for
components not suited to surface mounting such as large transformers and heat-sinked power
semiconductors.
Answer: d
Explanation: Transistors are of less consuming power, faster, quieter, smaller and its
implementation is too easy. So, in most applications transistor switches are more preferred.
8. What can a relay provide between the triggering source and the output that semiconductor
switching devices cannot?
a) Total isolation
b) Faster
c) Higher current rating
d) Total isolation and higher current rating
View Answer
Answer: d
Explanation: A relay provide total isolation and higher current rating between the triggering
source and the output that semiconductor switching devices cannot provide.
Answer: a
Explanation: A conductor accepts the whole data and arrange it in a serial manner, which is
transmitted as binary information.
This set of Digital Electronics/Circuits Multiple Choice Questions & Answers (MCQs) focuses on
“BCD Adder”.
1. The decimal number system represent the decimal number in the form of
a) Hexadecimal
b) Binary coded
c) Octal
d) Decimal
View Answer
Answer: b
Explanation: Binary-coded decimal (BCD) is a class of binary encodings of decimal numbers where
each decimal digit is represented by a fixed number of bits, usually four or eight.
Answer: d
Explanation: 2^9 input circuit would have 512(2*2*2*2*2*2*2*2*2 = 512) entries.
Answer: c
Explanation: BCD adder can be constructed with 3 IC packages. Each of 4-bit adders is an
MSI(Medium scale Integration) function and 3 gates for the correction logic need one SSI package.
Answer: a
Explanation: The addition of two decimal digits in BCD can be done through BCD adder. Every input
inserted, in addition by the user converted into binary and then proceed for the addition.
Answer: d
Explanation: 3 bits full adder contains 8 combinational inputs.
Answer: a
Explanation: The simplified expression of full adder carry is c = xy+xz+yz.
Answer: b
Explanation: Complement means inversion. So, complement of F’ gives back F.
Answer: d
Explanation: Decimal digit in BCD can be represented by 4 input lines. Since, it is constructed with
4-bits.
10. The number of logic gates and the way of their interconnections can be classified as
a) Logical network
b) System network
c) Circuit network
d) Gate network
View Answer
Answer: a
Explanation: The number of different levels of logic gates is represented in a fashion which is known
as logical network.