The document discusses digital logic circuits and their components. It defines common logic gates, sequential circuits like flip-flops, and programmable logic devices. It also covers topics like Boolean algebra, combinational circuits, multiplexers, decoders, counters, and Karnaugh maps.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
32 views2 pages
Boolean Algebra NOT Gate
The document discusses digital logic circuits and their components. It defines common logic gates, sequential circuits like flip-flops, and programmable logic devices. It also covers topics like Boolean algebra, combinational circuits, multiplexers, decoders, counters, and Karnaugh maps.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
01.
The digital circuitry in digital computers and other digital systems is
designed, and its behavior is analyzed, with the use of a mathematical discipline known as __________. Boolean algebra 02. The basic logical operations of Boolean algebra are AND, OR, and ________. NOT 03. The fundamental building block of all digital logic circuits is the _______. gate 04. Each gate is defined in three ways: graphic symbol, algebraic notation, and __________. truth table 05. To ________ a signal is to cause a signal line to make a transition from its logically false (0) state to its logically true (1) state. assert 06. A ________ is an interconnected set of gates whose output at any time is a function only of the input at that time. combinational circuit 07. A combinational circuit can be defined by Boolean equations, truth table, and _________. graphical symbols 08. Consisting of an array of 2” squares representing all possible combinations of values of n binary variables, the _________ is a convenient way of representing a Boolean function of a small number (up to four) of variables. Karnaugh map 09. The _________ connects multiple inputs to a single output. multiplexer 10. A _________ is a combinational circuit with a number of output lines, only one of which is asserted at any time. decoder 11. The simplest form of sequential circuit is the _________. flip-flop 12. A ________ is a register whose value is easily incremented by 1 modulo the capacity of the register. counter 13. An asynchronous counter is also referred to as a ________ because the change that occurs to increment the counter starts at one end and “ripples” through to the other end. ripple counter 14. A _________ is a relatively small PLD that contains two levels of logic, an AND-plane and an OR-plane, where both levels are programmable. programmable logic array (PLA) 15. Also referred to as a field-programmable device (FPD), a __________ refers to any type of integrated circuit used for implementing digital hardware, where the chip can be configured by the end user to realize different designs. programmable logic device (PLD)