Logic Circuits
50 questions available
Questions
What is a primary advantage of digital signals over analog signals, particularly when noise is introduced?
View answer and explanationWhat is the decimal equivalent of the binary number 1101.1?
View answer and explanationHow is the decimal integer 343 converted to its binary equivalent?
View answer and explanationWhat is the defining characteristic of a Gray code that makes it advantageous for encoding positions?
View answer and explanationHow is the two's complement of a binary number obtained?
View answer and explanationIn Boolean algebra, what is the result of the expression A(BC) according to the associative law?
View answer and explanationAccording to De Morgan's laws, what is the expression AB (A AND B, inverted) equivalent to?
View answer and explanationWhat is the key implication of the logical sufficiency of NAND gates?
View answer and explanationIn the context of logic circuit synthesis, what is a minterm?
View answer and explanationWhat is the purpose of a Karnaugh map in logic circuit design?
View answer and explanationHow does a sequential logic circuit differ from a combinatorial logic circuit?
View answer and explanationWhat is the primary function of an SR flip-flop in the context of a mechanical switch?
View answer and explanationWhat decimal value is represented by the hexadecimal number 1FA.2A?
View answer and explanationWhen performing an eight-bit signed two's-complement addition of 97 and 63, what condition occurs?
View answer and explanationWhat is the name for a digital word consisting of eight bits?
View answer and explanationIn a logic circuit, what does Voh represent?
View answer and explanationWhat is the binary equivalent of the octal number 317.2?
View answer and explanationWhat is the decimal equivalent of the octal number 173.21?
View answer and explanationWhen converting the binary number 11110110.1 to octal, what is the correct grouping of bits and the final result?
View answer and explanationWhat is the result of the logic expression A + A (A OR A-bar)?
View answer and explanationWhich logic gate is equivalent to an OR gate followed by an inverter?
View answer and explanationIn a Product-of-Sums (POS) implementation, what do the individual sum terms correspond to in the truth table?
View answer and explanationOn a four-variable Karnaugh map with variables A, B, C, D (where AB represents rows and CD represents columns), which product term is represented by the four corner squares?
View answer and explanationWhat is the state Qn of a clocked SR flip-flop if the inputs are S=1, R=0, and the clock C is high?
View answer and explanationHow is a serial-in parallel-out shift register constructed?
View answer and explanationWhat is the decimal equivalent of the binary number 10011.011?
View answer and explanationIf a JK flip-flop has both J and K inputs held high, what happens to its output on each active clock edge?
View answer and explanationHow many bits are required for a Gray code to represent the position of a robot arm with a range of motion of 20 inches and a required resolution of 0.01 inch or better?
View answer and explanationWhat is the BCD representation of the decimal number 197?
View answer and explanationWhat is the simplified logic expression for F = ABC + ABC + (C + D)(D + E) after manipulation?
View answer and explanationWhat is the function of a three-to-eight-line decoder?
View answer and explanationFor the logic function E = sum of minterms (1, 3, 4, 5, 7, 10, 12, 13), what is the minimum SOP expression found using a Karnaugh map?
View answer and explanationWhat is the purpose of the preset (Pr) and clear (Cl) inputs on a flip-flop?
View answer and explanationA ripple counter is constructed by cascading which type of flip-flops?
View answer and explanationWhat is the decimal equivalent of the hexadecimal number FA6?
View answer and explanationWhat is the eight-bit signed two's-complement representation for the decimal number -30?
View answer and explanationWhen using a truth table to prove a Boolean algebra identity, what must be shown?
View answer and explanationIn the logic expression D = AB + C, for which combination of inputs A, B, and C is the output D equal to 1?
View answer and explanationWhat is the function of the exclusive-OR (XOR) gate?
View answer and explanationWhen a logic circuit's output depends on an input combination that cannot physically occur, what is the output in the truth table called?
View answer and explanationWhen minimizing a logic function using a Karnaugh map, what is the primary goal when grouping the 1s?
View answer and explanationHow are the basic logic functions AND, OR, and NOT implemented using only NOR gates?
View answer and explanationWhat is the key difference between a level-triggered flip-flop and an edge-triggered flip-flop?
View answer and explanationIn the logic circuit shown in Figure 7.35, the switches are controlled by logic variables. If switch B is open when logic variable B is high, and closed when B is low, how is switch B behaving?
View answer and explanationWhat is the binary sum of 1000.111 and 1100.011?
View answer and explanationWhat is the minimum number of bits required to construct a Gray code that can represent angular position with a resolution better than 1 degree?
View answer and explanationWhich logic gate is constructed from two inverters and two NOR gates, as shown in Figure 7.38?
View answer and explanationWhat is the primary purpose of a parallel-in serial-out shift register?
View answer and explanationWhat is the minimum number of distinct words in a nine-bit Gray code?
View answer and explanationWhen is underflow or overflow NOT possible when adding two signed two's-complement numbers?
View answer and explanation