Logic Function Being Implemented

  • Thread starter Thread starter strk
  • Start date Start date
  • Tags Tags
    Function Logic
Click For Summary
SUMMARY

The discussion centers on implementing a logic function using a truth table to derive the algebraic expression. The user initially proposed the equation A*B=Y, which was identified as incorrect. Instead, the correct approach involves constructing a truth table with inputs A and B to determine the output Y based on all possible combinations of A and B. This method is essential for accurately representing logical operations in digital circuits.

PREREQUISITES
  • Understanding of basic logic gates (AND, OR, NOT)
  • Familiarity with truth tables
  • Knowledge of algebraic expressions in logic
  • Basic skills in digital circuit design
NEXT STEPS
  • Learn how to construct truth tables for various logic functions
  • Study the principles of Boolean algebra
  • Explore the implementation of logic gates in digital circuits
  • Investigate common logic function simplification techniques, such as Karnaugh maps
USEFUL FOR

Students in electrical engineering, computer science majors, and anyone interested in digital logic design and circuit analysis.

strk
Messages
12
Reaction score
0

Homework Statement



http://i139.photobucket.com/albums/q292/strkthug/KCL/qnumber7.jpg


Homework Equations





The Attempt at a Solution



I can't find this any where on the web but for some reason I think it is like A*B=Y am not sure if that is correct
 
Last edited by a moderator:
Physics news on Phys.org
I can't find this any where on the web but for some reason I think it is like A*B=Y am not sure if that is correct

It's not correct.
 
strk said:

Homework Statement



http://i139.photobucket.com/albums/q292/strkthug/KCL/qnumber7.jpg


Homework Equations





The Attempt at a Solution



I can't find this any where on the web but for some reason I think it is like A*B=Y am not sure if that is correct

You don't "search the web" for the answer. You write a truth table and fill it in:

Code:
A   B   Y
-   -   -
0   0
0   1
1   0
1   1

Fill in the table, and you can figure out the algebraic form from there...
 
Last edited by a moderator:

Similar threads

  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 3 ·
Replies
3
Views
6K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 11 ·
Replies
11
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K