How to implement AND,OR,NOT ,XOR and NAND gates with time table?

Status
Not open for further replies.

Preddy

Newbie level 6
Joined
May 11, 2007
Messages
13
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,374
Can any one send me How to implement AND,OR,NOT ,XOR and NAND gates with time table?
Can anyone send me the good material for fundamentals from flip flops to state machines?

Thanks in advance,
Reddy
 

Re: fundamental

Digital design by John F Wakerly is a good book.
Digital design by Morris Mano is good for beginers.
 

    Preddy

    Points: 2
    Helpful Answer Positive Rating
Re: fundamental

Thanks for your response
 

Re: fundamental

Thanks .........I need muxes.I got in that site.
 

fundamental

r u implementing on paper n wht is time table?

im nt clear with ur Question!
 

Re: fundamental

I didn't get you.I need to implement OR gate using 2:1 mux.
For example A and B are 2 inputs and y is the output.
To implement OR gate using mux i need to connect one of the input to selection
line (0).Then if B is connected to selection line the o/p of mux be A.
Is it correct?

Thanks ,
Reddy
 

Re: fundamental

To implement an OR gate with inputs 'x and y' and with output 'z'. join select input of mux with 'x',input 1 with 'vdd', input 0 with 'y' and output with 'z'.
 

fundamental

onlymusic16 gave correct ans !

Preddy is also correct

y=A(S_bar)+BS put S=B

y=A(B_bar)+B*B
y=A(B_bar)+B
y=A+B
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…