Explore topic-wise InterviewSolutions in .

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.

1.

TTL 74LS85 is a _____________(a) 1-bit digital comparator(b) 4-bit magnitude comparator(c) 8-bit magnitude comparator(d) 8-bit word comparatorI had been asked this question in an interview.This interesting question is from Magnitude Comparator in section Combinational Circuits of Digital Circuits

Answer»

Correct option is (B) 4-bit MAGNITUDE COMPARATOR

The best I can explain: TTL 74LS85 is a 4-bit magnitude comparator.

2.

The purpose of a Digital Comparator is ____________(a) To convert analog input into digital(b) To create different outputs(c) To add a set of different numbers(d) To compare a set of variables or unknown numbersI got this question in unit test.Enquiry is from Magnitude Comparator in chapter Combinational Circuits of Digital Circuits

Answer»

The correct option is (d) To compare a set of variables or unknown NUMBERS

The explanation: A comparator is a combinational circuit that takes two numbers as input in binary form and results WHETHER one input is greater, lesser or equal to the other input. The PURPOSE of a Digital Comparator is to compare a set of variables or unknown numbers, for example A (A1, A2, A3, …. An, etc) against that of a constant or unknown value such as B (B1, B2, B3, …. Bn, etc) and produce an output condition or flag depending upon the result of the comparison.

3.

A magnitude comparator is defined as a digital comparator which has ____________(a) Only one output terminal(b) Two outputterminals(c) Three output terminals(d) No output terminalThe question was asked by my college director while I was bunking the class.The above asked question is from Magnitude Comparator topic in division Combinational Circuits of Digital Circuits

Answer»

The correct OPTION is (C) Three output terminals

Explanation: A Magnitude Comparator is a DIGITAL comparator which has three output terminals, ONE each for equality, A = Bgreater than, A > Band less than A < B.

4.

An identify comparator is defined as a digital comparator which has ____________(a) Only one output terminal(b) Two outputterminals(c) Three output terminals(d) No output terminalThis question was addressed to me in final exam.Enquiry is from Magnitude Comparator in chapter Combinational Circuits of Digital Circuits

Answer»

Right choice is (a) Only one output terminal

The best I can explain: An IDENTITY Comparator is a digital comparator that has only one output terminal for when A = B EITHERHIGH”A = B = 1 or “LOW”A = B = 0.

5.

How many types of digital comparators are?(a) 1(b) 2(c) 3(d) 4The question was posed to me in an interview for job.This key question is from Magnitude Comparator topic in division Combinational Circuits of Digital Circuits

Answer»

The correct OPTION is (B) 2

For explanation: There are two main types of Digital COMPARATOR available and these are: Identity Comparator & Magnitude Comparator. Identity Comparator checks only the EQUALITY of the inputs and thus has one output terminal. While Magnitude Comparator checks for greater than, less than as well as equality of the inputs, and thus has 3 output terminals.

6.

A procedure that specifies finite set of steps is called ____________(a) Algorithm(b) Flow chart(c) Chart(d) Venn diagramThe question was posed to me in an internship interview.Question is taken from Magnitude Comparator topic in section Combinational Circuits of Digital Circuits

Answer»

The correct OPTION is (a) Algorithm

Easy explanation: A procedure that SPECIFIES FINITE set of STEPS is called algorithm, While a flowchart is a pictorial representation of the algorithm.

7.

A circuit that compares two numbers and determines their magnitude is called ____________(a) Height comparator(b) Size comparator(c) Comparator(d) Magnitude comparatorI got this question in an online interview.I want to ask this question from Magnitude Comparator in division Combinational Circuits of Digital Circuits

Answer»

The correct OPTION is (d) Magnitude comparator

For explanation I would SAY: A comparator is a combinational circuit that takes two numbers as input in binary form and results whether one input is GREATER, LESSER or equal to the other input.A circuit that COMPARES two numbers and determine their magnitude is called magnitude comparator.

8.

Comparators are used in ____________(a) Memory(b) CPU(c) Motherboard(d) Hard driveI had been asked this question in a national level competition.Question is from Magnitude Comparator topic in chapter Combinational Circuits of Digital Circuits

Answer»

Right ANSWER is (b) CPU

The explanation: Comparators are used in the CENTRAL processing unit (CPUs). Because all the arithmetic and LOGICAL operations are PERFORMED in the ALU(Arithmetic Logic Unit) part of the CPU.

9.

In a comparator, if we get input as A>B then the output will be ____________(a) 1(b) 0(c) A(d) BI got this question in unit test.I'm obligated to ask this question of Magnitude Comparator in division Combinational Circuits of Digital Circuits

Answer»

The correct answer is (a) 1

The explanation is: A comparator is a COMBINATIONAL CIRCUIT that takes two numbers as input in binary form and results whether ONE input is greater, lesser or equal to the other input. If A > B, it means that it SATISFIES one of the condition among three. Hence the output will be 1.

10.

Which one is a basic comparator?(a) XOR(b) XNOR(c) AND(d) NANDThis question was addressed to me in quiz.The question is from Magnitude Comparator topic in portion Combinational Circuits of Digital Circuits

Answer»

The correct CHOICE is (a) XOR

The explanation is: GENERALLY, an XNOR outputs high for even number of 1s or all 0s and outputs LOW for otherwise. Thus, an XNOR gate is a basic comparator, because its output is “1” only if its two input bits are equal.

11.

If two numbers are not equal then binary variable will be ____________(a) 0(b) 1(c) A(d) BI got this question in a job interview.This interesting question is from Magnitude Comparator topic in chapter Combinational Circuits of Digital Circuits

Answer»

The correct answer is (a) 0

To explain: A comparator is a COMBINATIONAL circuit that TAKES two numbers as input in binary form and results whether one input is greater, LESSER or equal to the other input. In a digital comparator, only 3 outputs are possible (i.e. A = B, A >B, A < B). Other than this, the output will be 0.

12.

How many inputs are required for a digital comparator?(a) 1(b) 2(c) 3(d) 4This question was addressed to me in exam.My question is based upon Magnitude Comparator in chapter Combinational Circuits of Digital Circuits

Answer»

Right option is (a) 1

For explanation I would say: A comparator is a combinational CIRCUIT that takes two numbers as input in binary FORM and results WHETHER one input is greater, lesser or equal to the other input. Thus, there are two INPUTS required for a DIGITAL comparator (i.e. A & B).

13.

One that is not the outcome of magnitude comparator is ____________(a) a > b(b) a – b(c) a < b(d) a = bI got this question by my school principal while I was bunking the class.The origin of the question is Magnitude Comparator in chapter Combinational Circuits of Digital Circuits

Answer»

The correct answer is (b) a – b

Explanation: A COMPARATOR is a COMBINATIONAL circuit that TAKES two numbers as input in binary form and RESULTS whether one input is greater, lesser or equal to the other input. In a digital comparator, only 3 outputs are possible (i.e. A = B, A > B, A < B). So, a – b is an INCORRECT option.

14.

All the comparisons made by comparator is done using ____________(a) 1 circuit(b) 2 circuits(c) 3 circuits(d) 4 circuitsThe question was asked in semester exam.This interesting question is from Magnitude Comparator in section Combinational Circuits of Digital Circuits

Answer»

Right answer is (a) 1 circuit

Easiest explanation: A comparator is a combinational circuit that TAKES TWO numbers as input in binary form and results whether one input is greater, LESSER or EQUAL to the other input. Because, all the input is compared to each other, therefore it is possible only by using 1 circuit.

15.

Convert binary number into gray code: 100101.(a) 101101(b) 001110(c) 110111(d) 111001The question was posed to me in a job interview.This question is from Code Converters in portion Combinational Circuits of Digital Circuits

Answer» RIGHT choice is (C) 110111

Explanation: : Conversion from Binary To GRAY CODE:
16.

The binary representation of BCD number 00101001 (decimal 29) is ___________(a) 0011101(b) 0110101(c) 1101001(d) 0101011I have been asked this question in a job interview.This key question is from Code Converters in division Combinational Circuits of Digital Circuits

Answer»

The CORRECT option is (a) 0011101

To explain I would SAY: The given BCD number 00101001 has three 1s. So, it can be REWRITTEN as 0000001-1, 0001000-8, 0010100-20 and after addition, we get 0011101 as OUTPUT.

17.

Earlier, reflected binary codes were applied to ___________(a) Binary addition(b) 2’s complement(c) Mathematical puzzles(d) Binary multiplicationI got this question in an internship interview.I'm obligated to ask this question of Code Converters topic in portion Combinational Circuits of Digital Circuits

Answer»

Correct answer is (C) Mathematical puzzles

For explanation I would SAY: The REFLECTED binary code is also known as gray code because one digit reflected to the next bit. In Gray Code, EVERY sequence of successive bits differs by 1 bit only. Reflected binary codes were applied to mathematical puzzles before they became known to engineers.

18.

Why do we use gray codes?(a) To count the no of bits changes(b) To rotate a shaft(c) Error correction(d) Error DetectionI got this question in an online quiz.Asked question is from Code Converters topic in division Combinational Circuits of Digital Circuits

Answer»

The correct choice is (c) ERROR correction

Easiest EXPLANATION: Today, GRAY codes are widely used to FACILITATE error correction in digital communications such as digital terrestrial TELEVISION and some cable TV systems.

19.

Reflected binary code is also known as ___________(a) BCD code(b) Binary code(c) ASCII code(d) Gray CodeI had been asked this question in a national level competition.This intriguing question comes from Code Converters in chapter Combinational Circuits of Digital Circuits

Answer»

The correct answer is (d) Gray Code

Best EXPLANATION: The reflected BINARY code is also known as gray code because one digit reflected to the NEXT bit. In Gray Code, EVERY sequence of successive bits differs by 1 bit only.

20.

Why is the Gray code more practical to use when coding the position of a rotating shaft?(a) All digits change between counts(b) Two digits change between counts(c) Only one digit changes between counts(d) Alternate digit changes between countsThe question was asked in quiz.My query is from Code Converters topic in section Combinational Circuits of Digital Circuits

Answer»

Right option is (c) Only one DIGIT changes between COUNTS

To EXPLAIN I would say: The Gray code is more PRACTICAL to USE when coding the position of a rotating shaft because only one digit changes between counts that is reflected to the next count.

21.

One way to convert BCD to binary using the hardware approach is ___________(a) With MSI IC circuits(b) With a keyboard encoder(c) With an ALU(d) UARTThe question was asked in an online interview.This interesting question is from Code Converters in portion Combinational Circuits of Digital Circuits

Answer»

Right option is (a) With MSI IC circuits

To elaborate: One way to CONVERT BCD to binary USING the hardware APPROACH is MSI IC (i.e. MEDIUM scale integration) circuits.

22.

Code is a symbolic representation of ___________(a) Discrete information(b) Continuous information(c) Decimal information into binary(d) Binary information into decimalThis question was addressed to me by my college professor while I was bunking the class.The query is from Code Converters in section Combinational Circuits of Digital Circuits

Answer»

Right ANSWER is (a) Discrete information

Easiest EXPLANATION: Code is a symbolic REPRESENTATION of discrete information. CODES can be anything like numbers, letter or words, written in terms of group of SYMBOLS.

23.

A code converter is a logic circuit that _____________(a) Inverts the given input(b) Converts into decimal number(c) Converts data of one type into another type(d) Converts to octalI got this question in an internship interview.I'd like to ask this question from Code Converters topic in division Combinational Circuits of Digital Circuits

Answer»

Correct answer is (c) Converts DATA of one TYPE into another type

Explanation: A code CONVERTER is a LOGIC circuit that changes data presented in one type of BINARY code to another type of binary code.

24.

Which gates are ideal for checking the parity bits?(a) AND(b) NAND(c) EX-OR(d) EX-NORThe question was posed to me during an online exam.I'd like to ask this question from Parity Generators/Checkers topic in section Combinational Circuits of Digital Circuits

Answer»

Right choice is (c) EX-OR

Explanation: Exclusive-OR gates are ideal for CHECKING the PARITY of a BINARY number because they produce an output when the input has an odd number of 1’s. Therefore, an even-parity input to an EX-OR gate produces a low output, while an odd parity input produces a high output. While, in case of AND, it produces high output when all inputs are 1 ELSE low. Whereas, NAND, does the opposite, by producing low output when all inputs are 1 else high.

25.

The primary use for Gray code is ___________(a) Coded representation of a shaft’s mechanical position(b) Turning on/off software switches(c) To represent the correct ASCII code to indicate the angular position of a shaft on rotating machinery(d) To convert the angular position of a shaft on rotating machinery into hexadecimal codeThis question was addressed to me during an internship interview.I want to ask this question from Code Converters in chapter Combinational Circuits of Digital Circuits

Answer»

Correct answer is (a) Coded representation of a shaft’s mechanical position

The explanation is: GRAY code is useful because only one bit changes at a time, which is implemented easily in Coded representation of a shaft’s mechanical position. In Gray Code, EVERY SEQUENCE of SUCCESSIVE bits differs by 1 bit only.

26.

If odd parity is used for ASCII error detection, the number of 0s per 8-bit symbol is _______(a) Indeterminate(b) 42(c) Even(d) OddI got this question in an online interview.This interesting question is from Parity Generators/Checkers in chapter Combinational Circuits of Digital Circuits

Answer»

The CORRECT option is (a) Indeterminate

Best EXPLANATION: Odd parity bit is 1 when the group of data bits consists of even number of 1s. So to make the group of data bits have odd number of 1s, 1 extra bit is added. If odd parity is used for ASCII error detection, the number of 0s PER 8-bit symbol is indeterminate because it is APPLICABLE only for 6-bit symbol.

27.

Which error detection method can detect a single-bit error?(a) Simple parity check(b) Two-dimensional parity check(c) CRC(d) ChecksumI had been asked this question in an interview for job.The question is from Parity Generators/Checkers topic in portion Combinational Circuits of Digital Circuits

Answer»

Correct ANSWER is (b) Two-dimensional PARITY check

Best explanation: A single-bit ERROR can be detected by using two-dimensional parity check method. SINCE it converts the 4-bit number into 8-bit and COUNT the number of one’s.

28.

The odd parity output of decimal number 9 is ___________(a) 0(b) 1(c) 1001(d) 0011I have been asked this question during a job interview.I need to ask this question from Parity Generators/Checkers in chapter Combinational Circuits of Digital Circuits

Answer»

The correct OPTION is (b) 1

Best explanation: The odd parity OUTPUT of decimal number 9 is 1 because the BCD number for 9 is 1001 and it has even number of 1’s.

29.

The BCD number 101011 has _______ priority.(a) Even(b) Odd(c) Both even and odd(d) UndefinedThis question was posed to me in examination.Origin of the question is Parity Generators/Checkers in section Combinational Circuits of Digital Circuits

Answer»

Right ANSWER is (a) EVEN

For explanation I would say: The GIVEN BCD NUMBER 101011 has even priority because it has an even number of 1’s (i.e. 4).

30.

Which error detection method involves polynomials?(a) Simple parity check(b) CRC(c) Two-dimensional parity check(d) ChecksumI have been asked this question during an interview.My enquiry is from Parity Generators/Checkers in division Combinational Circuits of Digital Circuits

Answer»
31.

How many types of parity bits are found?(a) 2(b) 3(c) 4(d) 1I got this question in an interview for job.The origin of the question is Parity Generators/Checkers topic in portion Combinational Circuits of Digital Circuits

Answer»

The correct option is (a) 2

Easiest EXPLANATION: There are two types of PARITY BITS, namely even parity and odd parity. In even parity, a 1 bit is added in order to MAKE a group of data bits have even NUMBER of 1s. While, in odd parity, a 1 bit is added in order to make a group of data bits have odd number of 1s.

32.

What is a parity bit?(a) An error detection is achieved by adding an extra bit(b) After addition, the carry is found(c) Bit generated during data transmission(d) After addition, the total number of bitsThe question was posed to me in an interview for internship.My question is based upon Parity Generators/Checkers in section Combinational Circuits of Digital Circuits

Answer»

Right choice is (a) An ERROR detection is achieved by adding an extra BIT

Easy explanation: A simple form of error detection is achieved by adding an extra bit to the transmitted WORD. The additional bit is KNOWN as parity bits.

33.

Which error detection method consists of just one redundant bit per data unit?(a) Simple parity check(b) Two-dimensional parity check(c) CRC(d) ChecksumThe question was asked in examination.Origin of the question is Parity Generators/Checkers topic in chapter Combinational Circuits of Digital Circuits

Answer»

Right answer is (a) Simple parity check

Explanation: A parity checker is an error detection method used for the purpose of detecting ERRORS that may have been incorporated during transmission. Simple parity check method CONSISTS of just one REDUNDANT bit per DATA unit. It is again classified as even parity and odd parity.

34.

Which error detection method uses one’s complement arithmetic?(a) Simple parity check(b) Two-dimensional parity check(c) CRC(d) ChecksumI have been asked this question in an interview for internship.I'd like to ask this question from Parity Generators/Checkers in portion Combinational Circuits of Digital Circuits

Answer»

The correct option is (d) Checksum

Easiest explanation: A checksum is an error DETECTION method used for the purpose of detecting errors that may have been incorporated during transmission. The checksum can be GENERATED simply by adding BITS. HENCE, ONE’s complement arithmetic uses checksum.

35.

How can the active condition (HIGH or LOW) or the decoder output be determined from the logic symbol?(a) A bubble indicates active-HIGH(b) A bubble indicates active-LOW(c) A triangle indicates active-HIGH(d) A triangle indicates active-LOWI had been asked this question in semester exam.This interesting question is from Parity Generators/Checkers topic in division Combinational Circuits of Digital Circuits

Answer»
36.

A truth table with output columns numbered 0–15 may be for which type of decoder IC?(a) Hexadecimal 1-of-16(b) Dual octal outputs(c) Binary-to-hexadecimal(d) Hexadecimal-to-binaryI got this question during an interview for a job.The doubt is from Parity Generators/Checkers topic in section Combinational Circuits of Digital Circuits

Answer»

Right answer is (a) Hexadecimal 1-of-16

Easy explanation: A binary decoder is a combinational logic circuit that decodes binary information from n-inputs to a MAXIMUM of 2^n outputs. A TRUTH table with output COLUMNS numbered 0–15 may be for Hexadecimal 1-of-16. Because hexadecimal OCCUPIES less space in a SYSTEM.

37.

How many inputs are required for a 1-of-16 decoder?(a) 2(b) 16(c) 8(d) 4I had been asked this question in final exam.I would like to ask this question from Parity Generators/Checkers topic in chapter Combinational Circuits of Digital Circuits

Answer»

Right option is (d) 4

The explanation: A binary decoder is a combinational LOGIC CIRCUIT which DECODES binary information from n-inputs to a maximum of 2^n outputs. Here, number of outputs = 16.

16 = 2^4 = 2^n. THUS, number of inputs is 4.

38.

Which is the way to convert BCD to binary using the hardware approach?(a) By using MSI IC circuits(b) By using a keyboard encoder(c) By using an ALU(d) By using UARTThis question was addressed to me during a job interview.This key question is from Parity Generators/Checkers topic in chapter Combinational Circuits of Digital Circuits

Answer»

Correct answer is (a) By USING MSI IC circuits

Explanation: One way to convert BCD to binary using the hardware APPROACH is MSI (medium scale integration) IC circuits.

39.

How many possible outputs would a decoder have with a 6-bit binary input?(a) 32(b) 64(c) 128(d) 16I had been asked this question in an online quiz.The question is from Parity Generators/Checkers in section Combinational Circuits of Digital Circuits

Answer»

The correct CHOICE is (c) 128

To EXPLAIN: The possible outputs WOULD be: 2^n = 64 (Since n = 6 here).

40.

A BCD decoder will have how many rows in its truth table?(a) 10(b) 9(c) 8(d) 3The question was asked in an interview.Question is taken from Parity Generators/Checkers in portion Combinational Circuits of Digital Circuits

Answer» RIGHT option is (a) 10

Explanation: A BINARY decoder is a combinational logic circuit which decodes binary information from n-inputs to a maximum of 2^n outputs. Thus, BCD decoder will have 10 rows as it’s input ranges from 0 to 9.
41.

How many inputs are required for a 1-of-10 BCD decoder?(a) 4(b) 8(c) 10(d) 2The question was posed to me in an online interview.Question is from Parity Generators/Checkers in section Combinational Circuits of Digital Circuits

Answer»

Right answer is (a) 4

Explanation: A BINARY DECODER is a combinational logic circuit which decodes binary INFORMATION from n-inputs to a MAXIMUM of 2^n outputs. Therefore, for a BCD to decimal decoder, No. of inputs = 4 such that NUMBER of outputs is <= 2^n.

42.

What control signals may be necessary to operate a 1-line-to-16 line decoder?(a) Flasher circuit control signal(b) A LOW on all gate enable inputs(c) Input from a hexadecimal counter(d) A HIGH on all gate enable circuitsI had been asked this question at a job interview.I would like to ask this question from Parity Generators/Checkers in chapter Combinational Circuits of Digital Circuits

Answer»

Correct ANSWER is (b) A LOW on all gate ENABLE INPUTS

To explain: A LOW on all gate enable inputs is necessary to operate a 1-line-to-16 line decoder because enable pins are USUALLY, active-low pins.

43.

Which digital system translates coded characters into a more useful form?(a) Encoder(b) Display(c) Counter(d) DecoderThe question was posed to me by my school principal while I was bunking the class.My doubt stems from Parity Generators/Checkers in section Combinational Circuits of Digital Circuits

Answer»

Correct option is (d) DECODER

The best EXPLANATION: A binary decoder is a combinational LOGIC circuit which decodes binary information from n-inputs to a MAXIMUM of 2^n outputs. Decoder converts the coded characters into our required data FORM.

44.

How many outputs are present in a BCD decoder?(a) 4(b) 5(c) 15(d) 10The question was asked in an interview for job.My question is taken from Parity Generators/Checkers in portion Combinational Circuits of Digital Circuits

Answer»

Correct option is (d) 10

For EXPLANATION I would say: A binary decoder is a COMBINATIONAL logic circuit which decodes binary information from n-inputs to a maximum of 2^n outputs. A BCD to Decimal decoder has 10 number of outputs because the decimal DIGIT’s RANGE is from 0 to 9.

45.

If two inputs are active on a priority encoder, which will be coded on the output?(a) The higher value(b) The lower value(c) Neither of the inputs(d) Both of the inputsI had been asked this question during an online exam.The origin of the question is Encoders topic in chapter Combinational Circuits of Digital Circuits

Answer»

Right answer is (a) The higher value

To explain: An ENCODER is a combinational CIRCUIT encoding the information of 2^N input LINES to n output lines, THUS producing the binary equivalent of the input. If two inputs are active on a priority encoder, the input of higher value will be coded in the output.

46.

Can an encoder be called a multiplexer?(a) No(b) Yes(c) Sometimes(d) NeverI had been asked this question in final exam.My question is based upon Encoders topic in chapter Combinational Circuits of Digital Circuits

Answer»

The correct option is (B) Yes

Easy explanation: A multiplexer or MUX is a combination circuit that CONTAINS more than one input LINE, one OUTPUT line and more than one selection line. Whereas, an encoder is also considered a type of multiplexer but without a SINGLE output line and without any selection lines.

47.

The discrepancy of 0 output due to all inputs being 0 or D0, being 0 is resolved by using additional input known as ___________(a) Enable(b) Disable(c) Strobe(d) ClockI have been asked this question during an interview.My question is from Encoders topic in chapter Combinational Circuits of Digital Circuits

Answer»

Correct option is (a) ENABLE

To explain: Such problems are resolved by using enable input, which BEHAVES as ACTIVE if it GETS 0 as input SINCE it is an active-low pin.

48.

For 8-bit input encoder how many combinations are possible?(a) 8(b) 2^8(c) 4(d) 2^4I got this question in examination.The above asked question is from Encoders in portion Combinational Circuits of Digital Circuits

Answer»

Correct answer is (b) 2^8

For explanation: An encoder is a COMBINATIONAL circuit encoding the information of 2^n INPUT lines to n OUTPUT lines, thus producing the binary equivalent of the input. There are 2^8 COMBINATIONS are possible for an 8-bit input encoder but out of which only 8 are used USING 3 output lines. It is a disadvantage of encoder.

49.

How many OR gates are required for an octal-to-binary encoder?(a) 3(b) 2(c) 8(d) 10I got this question in unit test.I'm obligated to ask this question of Encoders in chapter Combinational Circuits of Digital Circuits

Answer»

The CORRECT option is (a) 3

To elaborate: An ENCODER is a COMBINATIONAL circuit ENCODING the information of 2^n input lines to n output lines, thus producing the binary equivalent of the input. Thus, in OCTAL to binary encoder there are8 (=2^3) inputs, thus 3 output lines.

50.

How many OR gates are required for a Decimal-to-bcd encoder?(a) 2(b) 10(c) 3(d) 4This question was addressed to me during a job interview.Enquiry is from Encoders in portion Combinational Circuits of Digital Circuits

Answer»

Correct answer is (d) 4

Easiest explanation: An encoder is a COMBINATIONAL circuit ENCODING the information of 2^n input lines to n output lines, thus producing the binary equivalent of the input.

This is CLEAR from the diagram that it REQUIRES 4 OR GATES:

.