InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 51. |
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 usedThe question was posed to me by my college director while I was bunking the class.I would like to ask this question from Controlled Inverter in chapter Arithmetic Circuits of Digital Circuits |
|
Answer» RIGHT option is (b) Arithmetic or logic function To elaborate: An ALU performs BASIC arithmetic and logic operations and stores it in the accumulator. Examples of arithmetic operations are addition, subtraction, MULTIPLICATION, and division. Examples of logic operations are comparisons of values such as NOT, AND and OR and any logical operations. |
|
| 52. |
How many basic binary subtraction operations are possible?(a) 1(b) 4(c) 3(d) 2I have been asked this question in exam.The doubt is from Controlled Inverter topic in division Arithmetic Circuits of Digital Circuits |
|
Answer» Correct option is (b) 4 |
|
| 53. |
When performing subtraction by addition in the 2’s-complement system is?(a) The minuend and the subtrahend are both changed to the 2’s-complement(b) The minuend is changed to 2’s-complement and the subtrahend is left in its original form(c) The minuend is left in its original form and the subtrahend is changed to its 2’s-complement(d) The minuend and subtrahend are both left in their original formThis question was addressed to me during an interview for a job.My enquiry is from Controlled Inverter topic in portion Arithmetic Circuits of Digital Circuits |
|
Answer» The CORRECT answer is (c) The minuend is left in its ORIGINAL form and the SUBTRAHEND is changed to its 2’s-COMPLEMENT |
|
| 54. |
The binary subtraction of 0 – 0 = ?(a) Difference = 0, borrow = 0(b) Difference = 1, borrow = 0(c) Difference = 1, borrow = 1(d) Difference = 0, borrow = 1I had been asked this question in an online interview.Origin of the question is Controlled Inverter topic in section Arithmetic Circuits of Digital Circuits |
|
Answer» CORRECT answer is (a) Difference = 0, borrow = 0 Easy EXPLANATION: The binary subtraction of 0 – 0 = 0. THUS, it’s difference is 0 as well as it’s borrow. |
|
| 55. |
What is the major difference between half-adders and full-adders?(a) Full-adders are made up of two half-adders(b) Full adders can handle double-digit numbers(c) Full adders have a carry input capability(d) Half adders can handle only single-digit numbersThe question was asked by my school principal while I was bunking the class.Enquiry is from Controlled Inverter topic in portion Arithmetic Circuits of Digital Circuits |
|
Answer» RIGHT choice is (c) Full adders have a carry input capability The 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. |
|
| 56. |
Controlled buffers can be useful __________(a) To control the circuit’s output into the bus(b) In comparison of component’s output with its input(c) In increasing the output from its low input(d) All of the MentionedI got this question in an online interview.This question is from Controlled Inverter in division Arithmetic Circuits of Digital Circuits |
|
Answer» CORRECT OPTION is (a) To control the circuit’s output into the bus To EXPLAIN: 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. |
|
| 57. |
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 HDLI had been asked this question at a job interview.This question is from Controlled Inverter in division Arithmetic Circuits of Digital Circuits |
|
Answer» Correct choice is (d) Experience in HDL |
|
| 58. |
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 gateI got this question during an interview.My question comes from Controlled Inverter topic in chapter Arithmetic Circuits of Digital Circuits |
|
Answer» Correct choice is (a) Ex-NOR gate |
|
| 59. |
Controlled inverter is also known as _____________(a) Controlled buffer(b) NOT gate(c) Both controlled buffer and NOT gate(d) Controlled gateThe question was asked in an online interview.My doubt is from Controlled Inverter topic in division Arithmetic Circuits of Digital Circuits |
|
Answer» The CORRECT OPTION is (c) Both controlled BUFFER and NOT gate |
|
| 60. |
Which of the following expressions is in the product-of-sums form?(a) (A + B)(C + D)(b) (AB)(CD)(c) AB(CD)(d) AB + CDThe question was asked in a job interview.I'd like to ask this question from K-Map Simplification in section Arithmetic Circuits of Digital Circuits |
| Answer» | |
| 61. |
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 twoI had been asked this question in homework.Question is taken from K-Map Simplification in section Arithmetic Circuits of Digital Circuits |
|
Answer» CORRECT option is (a) All LOGIC circuits are reduced to nothing more than simple AND and OR operations To explain: 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. Sum Of Product means it is the sum of product TERMS containing variables in complemented as well as uncomplemented forms. |
|
| 62. |
Which of the following expressions is in the sum-of-products form?(a) (A + B)(C + D)(b) (A * B)(C * D)(c) A* B *(CD)(d) A * B + C * DThis question was posed to me in unit test.My question is from K-Map Simplification in section Arithmetic Circuits of Digital Circuits |
|
Answer» RIGHT CHOICE is (d) A * B + C * D The best I can explain: Sum of product means that it is the sum of all product terms. THUS, the number is multiplied FIRST and then it is added: A * B + C * D. |
|
| 63. |
Looping on a K-map always results in the elimination of __________(a) Variables within the loop that appear only in their complemented form(b) Variables that remain unchanged within the loop(c) Variables within the loop that appear in both complemented and uncomplemented form(d) Variables within the loop that appear only in their uncomplemented formThis question was posed to me in an online interview.My question comes from K-Map Simplification in section Arithmetic Circuits of Digital Circuits |
|
Answer» Right answer is (c) VARIABLES within the LOOP that appear in both complemented and uncomplemented form |
|
| 64. |
Which of the following statements accurately represents the two BEST methods of logic circuit simplification?(a) Actual circuit trial and error evaluation and waveform analysis(b) Karnaugh mapping and circuit waveform analysis(c) Boolean algebra and Karnaugh mapping(d) Boolean algebra and actual circuit trial and error evaluationI got this question in a job interview.I'd like to ask this question from K-Map Simplification topic in division Arithmetic Circuits of Digital Circuits |
|
Answer» Right answer is (c) Boolean ALGEBRA and Karnaugh MAPPING |
|
| 65. |
Each “0” entry in a K-map square represents _______________(a) A HIGH for each input truth table condition that produces a HIGH output(b) A HIGH output on the truth table for all LOW input combinations(c) A LOW output for all possible HIGH input conditions(d) A DON’T CARE condition for all possible input truth table combinationsThe question was posed to me in semester exam.I need to ask this question from K-Map Simplification in chapter Arithmetic Circuits of Digital Circuits |
|
Answer» Right option is (a) A HIGH for each input truth table condition that produces a HIGH output |
|
| 66. |
Each “1” entry in a K-map square represents _______________(a) A HIGH for each input truth table condition that produces a HIGH output(b) A HIGH output on the truth table for all LOW input combinations(c) A LOW output for all possible HIGH input conditions(d) A DON’T CARE condition for all possible input truth table combinationsI have been asked this question in an interview for job.The query is from K-Map Simplification topic in chapter Arithmetic Circuits of Digital Circuits |
|
Answer» RIGHT option is (a) A HIGH for each input truth table condition that produces a HIGH OUTPUT Easiest explanation: Each “1” ENTRY in a K-map square represents a HIGH for each input truth table condition that produces a HIGH output. Thus, it represents a minterm. |
|
| 67. |
The systematic reduction of logic circuits is accomplished by _______________(a) Symbolic reduction(b) TTL logic(c) Using Boolean algebra(d) Using a truth tableThis question was posed to me in a national level competition.I would like to ask this question from K-Map Simplification in section Arithmetic Circuits of Digital Circuits |
|
Answer» Right option is (c) Using BOOLEAN ALGEBRA |
|
| 68. |
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 multiplicationI got this question in an interview for internship.My doubt stems from K-Map Simplification in division Arithmetic Circuits of Digital Circuits |
|
Answer» Right CHOICE is (B) DeMorgan’s SECOND theorem |
|
| 69. |
The Boolean expression Y = (AB)’ is logically equivalent to what single gate?(a) NAND(b) NOR(c) AND(d) ORThe question was posed to me during an online interview.My question is taken from K-Map Simplification in portion Arithmetic Circuits of Digital Circuits |
|
Answer» RIGHT choice is (a) NAND For 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. NAND gate produces high output when any of the input is 0 and produces low output when all INPUTS are 1. |
|
| 70. |
Which of the examples below expresses the commutative law of multiplication?(a) A + B = B + A(b) A • B = B + A(c) A • (B • C) = (A • B) • C(d) A • B = B • AThe question was posed to me in an internship interview.My question is based upon K-Map Simplification topic in division Arithmetic Circuits of Digital Circuits |
|
Answer» Correct answer is (d) A • B = B • A |
|
| 71. |
Which statement below best describes a Karnaugh map?(a) It is simply a rearranged truth table(b) The Karnaugh map eliminates the need for using NAND and NOR gates(c) Variable complements can be eliminated by using Karnaugh maps(d) A Karnaugh map can be used to replace Boolean rulesI have been asked this question in final exam.The question is from K-Map Simplification topic in section Arithmetic Circuits of Digital Circuits |
|
Answer» CORRECT choice is (a) It is SIMPLY a REARRANGED truth table Easy explanation: K-map is simply a rearranged truth table. It is a pictorial representation of truth table having a SPECIFIC number of cells or squares, where each CELL represents a Maxterm or a Minterm. |
|
| 72. |
The flag bits in an ALU is defined as ____________(a) The total number of registers(b) The status bit conditions(c) The total number of control lines(d) All of the MentionedI had been asked this question in an online quiz.This is a very interesting question from Procedure for the Design of Combinational Circuits topic in section Arithmetic Circuits of Digital Circuits |
|
Answer» The correct option is (b) The STATUS bit CONDITIONS |
|
| 73. |
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) One indicationThis question was posed to me in an online interview.My question is based upon Procedure for the Design of Combinational Circuits topic in section Arithmetic Circuits of Digital Circuits |
|
Answer» The correct option is (c) An overflow condition |
|
| 74. |
All logic operations can be obtained by means of ____________(a) AND and NAND operations(b) OR and NOR operations(c) OR and NOT operations(d) NAND and NOR operationsI have been asked this question in an interview.This is a very interesting question from Procedure for the Design of Combinational Circuits topic in chapter Arithmetic Circuits of Digital Circuits |
|
Answer» Right ANSWER is (d) NAND and NOR OPERATIONS |
|
| 75. |
The design of an ALU is based on ____________(a) Sequential logic(b) Combinational logic(c) Multiplexing(d) De-MultiplexingI got this question in my homework.Origin of the question is Procedure for the Design of Combinational Circuits topic in division Arithmetic Circuits of Digital Circuits |
|
Answer» The CORRECT choice is (B) Combinational logic |
|
| 76. |
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) Both past output and present input(d) Present input valuesThe question was asked in an interview.This interesting question is from Procedure for the Design of Combinational Circuits topic in portion Arithmetic Circuits of Digital Circuits |
|
Answer» The correct choice is (c) Both past output and present input |
|
| 77. |
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) Clock pulsesI got this question during an internship interview.This question is from Procedure for the Design of Combinational Circuits in portion Arithmetic Circuits of Digital Circuits |
|
Answer» The correct CHOICE is (C) Input values |
|
| 78. |
A digital system consists of _____types of circuits.(a) 2(b) 3(c) 4(d) 5This question was addressed to me by my college professor while I was bunking the class.The query is from Procedure for the Design of Combinational Circuits topic in section Arithmetic Circuits of Digital Circuits |
|
Answer» Right option is (a) 2 |
|
| 79. |
The basic building blocks of the arithmetic unit in a digital computers are ____________(a) Subtractors(b) Adders(c) Multiplexer(d) ComparatorThis question was posed to me in an interview.Asked question is from Procedure for the Design of Combinational Circuits in portion Arithmetic Circuits of Digital Circuits |
|
Answer» Correct option is (b) ADDERS |
|
| 80. |
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 XThe question was posed to me by my college director while I was bunking the class.Question is taken from Half & Full Subtractor in portion Arithmetic Circuits of Digital Circuits |
|
Answer» Correct answer is (b) A XOR B XOR X |
|
| 81. |
The output of a full subtractor is same as ____________(a) Half adder(b) Full adder(c) Half subtractor(d) DecoderThis question was posed to me in unit test.My question is from Half & Full Subtractor topic in chapter Arithmetic Circuits of Digital Circuits |
|
Answer» CORRECT choice is (b) Full ADDER Easiest explanation: The sum and difference 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), respectively. |
|
| 82. |
The full subtractor can be implemented using ___________(a) Two XOR and an OR gates(b) Two half subtractors and an OR gate(c) Two multiplexers and an AND gate(d) Two comparators and an AND gateI have been asked this question during a job interview.This is a very interesting question from Half & Full Subtractor in chapter Arithmetic Circuits of Digital Circuits |
|
Answer» RIGHT choice is (b) Two half subtractors and an OR gate To elaborate: A full subtractor has 3 input BITS and two outputs bits BORROW and DIFFERENCE. The full subtractor can be implemented USING two half subtractors and an OR gate. |
|
| 83. |
Full subtractor is used to perform subtraction of ___________(a) 2 bits(b) 3 bits(c) 4 bits(d) 8 bitsThis question was posed to me during an interview for a job.My question is from Half & Full Subtractor in chapter Arithmetic Circuits of Digital Circuits |
|
Answer» Right answer is (b) 3 bits |
|
| 84. |
What does minuend and subtrahend denotes in a subtractor?(a) Their corresponding bits of input(b) Its outputs(c) Its inputs(d) Borrow bitsI have been asked this question by my school teacher while I was bunking the class.Question is from Half & Full Subtractor in section Arithmetic Circuits of Digital Circuits |
|
Answer» Correct option is (C) Its inputs |
|
| 85. |
Let A and B is the input of a subtractor then the borrow will be ___________(a) A AND B’(b) A’ AND B(c) A OR B(d) A AND BThe question was posed to me during an internship interview.Question is taken from Half & Full Subtractor topic in section Arithmetic Circuits of Digital Circuits |
|
Answer» The correct answer is (b) A’ AND B |
|
| 86. |
Let A and B is the input of a subtractor then the output will be ___________(a) A XOR B(b) A AND B(c) A OR B(d) A EXNOR BThe question was asked in an interview for job.This intriguing question comes from Half & Full Subtractor topic in section Arithmetic Circuits of Digital Circuits |
|
Answer» Correct choice is (a) A XOR B |
|
| 87. |
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) BThe question was asked during an interview.The above asked question is from Half & Full Subtractor topic in portion Arithmetic Circuits of Digital Circuits |
|
Answer» The correct ANSWER is (a) 0 |
|
| 88. |
For subtracting 1 from 0, we use to take a _______ from neighbouring bits.(a) Carry(b) Borrow(c) Input(d) OutputThe question was asked in an interview for internship.My doubt is from Half & Full Subtractor topic in chapter Arithmetic Circuits of Digital Circuits |
|
Answer» Right answer is (b) Borrow |
|
| 89. |
How many outputs are required for the implementation of a subtractor?(a) 1(b) 2(c) 3(d) 4The question was asked in semester exam.This question is from Half & Full Subtractor topic in section Arithmetic Circuits of Digital Circuits |
|
Answer» Correct answer is (b) 2 |
|
| 90. |
Half subtractor is used to perform subtraction of ___________(a) 2 bits(b) 3 bits(c) 4 bits(d) 5 bitsThe question was asked in an online quiz.The origin of the question is Half & Full Subtractor topic in chapter Arithmetic Circuits of Digital Circuits |
|
Answer» Right answer is (a) 2 bits |
|
| 91. |
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, 1The question was asked during an internship interview.The origin of the question is Half Adder & Full Adder in section Arithmetic Circuits of Digital Circuits |
|
Answer» Correct ANSWER is (B) 2, 1, 2 |
|
| 92. |
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 CI got this question during an online interview.The doubt is from Half Adder & Full Adder topic in portion Arithmetic Circuits of Digital Circuits |
|
Answer» Right choice is (a) A AND B OR (A OR B) AND C |
|
| 93. |
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 XOR B XOR C(d) A OR B OR CThe question was posed to me in unit test.I would like to ask this question from Half Adder & Full Adder topic in section Arithmetic Circuits of Digital Circuits |
|
Answer» CORRECT option is (c) A XOR B XOR C The explanation is: If A, B and C are the inputs of a FULL adder then the sum is GIVEN by A XOR B XOR C. |
|
| 94. |
The difference between half adder and full adder is __________(a) Half adder has two inputs while full adder has four inputs(b) Half adder has one output while full adder has two outputs(c) Half adder has two inputs while full adder has three inputs(d) All of the MentionedThis question was addressed to me during an interview.Enquiry is from Half Adder & Full Adder topic in portion Arithmetic Circuits of Digital Circuits |
|
Answer» CORRECT ANSWER is (c) Half ADDER has two inputs while full adder has three inputs The EXPLANATION: Half adder has two inputs while full adder has three outputs; this is the difference between them, while both have two outputs SUM and CARRY. |
|
| 95. |
Half-adders have a major limitation in that they cannot __________(a) Accept a carry bit from a present stage(b) Accept a carry bit from a next stage(c) Accept a carry bit from a previous stage(d) Accept a carry bit from the following stagesThe question was asked in an internship interview.This is a very interesting question from Half Adder & Full Adder topic in portion Arithmetic Circuits of Digital Circuits |
| Answer» | |
| 96. |
If A and B are the inputs of a half adder, the carry is given by __________(a) A AND B(b) A OR B(c) A XOR B(d) A EX-NOR BI got this question during an internship interview.This is a very interesting question from Half Adder & Full Adder topic in chapter Arithmetic Circuits of Digital Circuits |
|
Answer» RIGHT choice is (a) A AND B To explain: If A and B are the inputs of a HALF adder, the CARRY is given by: A(AND)B, while the sum is given by A XOR B. |
|
| 97. |
If A and B are the inputs of a half adder, the sum is given by __________(a) A AND B(b) A OR B(c) A XOR B(d) A EX-NOR BThe question was asked in an online quiz.I'm obligated to ask this question of Half Adder & Full Adder in chapter Arithmetic Circuits of Digital Circuits |
|
Answer» Correct option is (c) A XOR B |
|
| 98. |
Total number of inputs in a half adder is __________(a) 2(b) 3(c) 4(d) 1The question was asked at a job interview.My question comes from Half Adder & Full Adder in division Arithmetic Circuits of Digital Circuits |
|
Answer» The CORRECT ANSWER is (a) 2 |
|
| 99. |
In which operation carry is obtained?(a) Subtraction(b) Addition(c) Multiplication(d) Both addition and subtractionI got this question in examination.The above asked question is from Half Adder & Full Adder in portion Arithmetic Circuits of Digital Circuits |
|
Answer» The correct answer is (B) Addition |
|
| 100. |
In parts of the processor, adders are used to calculate ____________(a) Addresses(b) Table indices(c) Increment and decrement operators(d) All of the MentionedThe question was asked in an online quiz.This key question is from Half Adder & Full Adder in chapter Arithmetic Circuits of Digital Circuits |
|
Answer» The correct option is (d) All of the Mentioned |
|