i need help please makeing this tabel similler to the pictur
i need help please makeing this tabel similler to the picture above in HTML5 and JS.
thank you ..
Al-1.1-0 B1010 A1100Solution
As per my understanding you are asking how to generate this table.
this is the truth table for OR gate, where you have two inputs A and B.
when both inputs are 0 then output is zero.
OR gate is similar to addition.
0 OR 0 is 0
0 OR 1 is 1
1 OR 0 is 1
1 OR 1 is 1.
if your question was something else then please comment i will provide the answer. Thank You.
