Encoding and Circuits Flashcards
Draw all the gates needed in class
How do you draw a 3-input AND gate?
How do you draw a 3 input nand gate?
How do you draw a 3 input NOR gate?
What is the difference between Combinational and Sequencial circuits?
What is the SOP (sum of products) of the following truth table:
Give then following in formation, draw the circuit
Build the circuit for the following truth table
Given 3 inputs d2d1d0 that represents a 3 bit value, we want to build a circuit to compute it’s 1’s compliment with outputs O2O1O0
How many inputs and output does an n-bit decoder have
n inputs
2n outputs
What are decoders used for?
Converting memory/register address to a control (bus) line
Converting an opcode to one of n control lines
Draw a circuit diagram of a 2-bit decoder
Turn the following table into a decoder
What is a multiplexeer and what are it’s general inputs
Draw a 2-to-1 multiplexer using gates