How Can You Design a Circuit Using Only AND and NAND Gates with Four Switches?

  • Thread starter Thread starter coreylister
  • Start date Start date
  • Tags Tags
    Logic Logic gates
Click For Summary
SUMMARY

This discussion focuses on designing a circuit using only AND and NAND gates with four switches that must all be activated to turn off another switch. Participants emphasize the importance of understanding logic gates and Boolean algebra to create an effective circuit. A suggested approach involves constructing a logic table and using AND gates to determine high states, followed by OR-ing the outputs to achieve the desired functionality. The conversation highlights the need for clarity in the problem statement and the potential inefficiencies in initial circuit designs.

PREREQUISITES
  • Understanding of Boolean algebra
  • Familiarity with logic gates, specifically AND and NAND gates
  • Ability to create and interpret truth tables
  • Basic circuit design principles
NEXT STEPS
  • Research how to construct a truth table for multiple inputs
  • Learn about circuit simplification techniques using Karnaugh maps
  • Explore the implementation of NAND gates in circuit design
  • Study the differences between combinational and sequential logic circuits
USEFUL FOR

This discussion is beneficial for electronics students, circuit designers, and anyone interested in digital logic design and optimization techniques for circuits using basic logic gates.

coreylister
Messages
1
Reaction score
0

Homework Statement


Using only AND and NAND gates, design a circuit in which 4 switches must all be turned on before a switch in another circuit turns off.

i think half the reason i don't understand may be the wording of his question, i know the tables but i am not sure how the logic gates themself work. i am researching now, would really appreciate the help!

Homework Equations


the charts can be found on this site: http://www.kpsec.freeuk.com/gates.htm#summary

The Attempt at a Solution


Hello all, just after abit of guidance with a physics question i made for myself.
I have this really good idea that i thought would work but it didn't and my university professor told me i should learn more about how these logic gates work!

sorry this is my first post i editted to fix things
 
Last edited:
Physics news on Phys.org
Logic gates simply act out the appropriate boolean algebraic operator. You already have everything you need to know from the link you provided to layout the circuit. The next step is to figure out the logic table. A simple, but usually inefficient, way to implement a logic table is to use a gate(s) to create each possible high state and then OR all the outputs from each of these high states. For example: we want a high output when x=1 and y = 0 or when x = 1 and y = 1. Thus, for the first instance we would AND x and NOT(y). The second case we AND x and y. Then to get the final output we would OR the output from these two AND gates. A more astute observer would note that the y value is irrelevant in my example, you could simplify the output to just being x which shows how this method can be inefficient but it is the basic starting point for deriving a simple logic circuit.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
Replies
9
Views
3K
Replies
7
Views
7K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 25 ·
Replies
25
Views
5K
  • · Replies 7 ·
Replies
7
Views
8K
  • · Replies 2 ·
Replies
2
Views
6K