
Python Tutorial Python Introduction Identation & Comments Python Variable Python Data Type Python Operators Conditional Statements Python Loops Python String...
Binary: 11101
11012=1×23+1×22+0×21+1×20=8+4+0+1=1310
Answer: 13 in decimal
Using the Distributive Law:
A⋅(B+B′)=A⋅1=AA \cdot (B + B’) = A \cdot 1 = AA⋅(B+B′)=A⋅1=A
The select lines (S1, S0) = (1, 0) select I2 as the output.
I2 = 0
Answer: 0
Answer: 0001 0001 (11 in BCD)
This is a D Flip-Flop, where the next state simply follows the input.
Answer: 0011
A | B | Sum | Carry |
---|
0 | 0 | 0 | 0 |
0 | 1 | 1 | 0 |
1 | 0 | 1 | 0 |
1 | 1 | 0 | 1 |
A\B | 0 | 1 |
---|---|---|
0 | 0 | 1 |
1 | 1 | 0 |
The simplified Boolean expression is:
f(A,B)=A⊕Bf(A, B) = A \oplus Bf(A,B)=A⊕B
Answer: A XOR B
Python Tutorial Python Introduction Identation & Comments Python Variable Python Data Type Python Operators Conditional Statements Python Loops Python String...
Python Tutorial Python Introduction Identation & Comments Python Variable Python Data Type Python Operators Conditional Statements Python Loops Python String...
Python Tutorial Python Introduction Identation & Comments Python Variable Python Data Type Python Operators Conditional Statements Python Loops Hamburger Toggle...
Python Tutorial Python Introduction Identation & Comments Python Variable Python Data Type Python Operators Conditional Statements Python Loops Hamburger Toggle...
Python Tutorial Python Introduction Identation & Comments Python Variable Python Data Type Python Operators Conditional Statements Python Loops Hamburger Toggle...
Python Tutorial Python Introduction Identation & Comments Python Variable Python Data Type Python Operators Conditional Statements Python Loops Hamburger Toggle...
Scikit-learn Tutorial Scikit-learn Hamburger Toggle Menu Edit Template Scikit learn What is Scikit-learn Scikit learn एक python library है जिसका...