Other Flashcards
What does A + ĀB equal?
A + B
What are the Boolean relations that we can use to simplify? (The ones I always forget)
A+ĀB = A + B Ā+AB = Ā + B
What does HTML stand for?
Hypertext Markup Language
What does NIC stand for?
Network interface controller
What does BIOS stand for?
Basic input output system
What does HTTP stand for?
Hypertext transport protocol
What are the steps of De Morgan’s law?
- reverse the operation (for example, or will become and and vice versa) 2. reverse the individual not’s over each letter (for example Ā will become A) 3. put a long “not”/line over the entire statement.
What is De Morgan’s law?
In boolean algebra, if you apply certain steps to a term consisting of an A and B you will find another way of achieving the same answer.
What are the steps for factoring boolean logic?
- When a variable is present in many terms, remove that variable and leave the other parts of the terms in brackets. 2. If the factored variable is by itself in a term it will become a 1 in the bracket.
What is the formula for random function?
Int(RND * (difference +1) + min)
What is the formula for resistors connected in parallel?
1/Rt = 1/R1 + 1/R2
What are the important pins of a gate?
14 is the positive, 7 is ground.
1 and 2 are inputs, 3 is output.
How do you do the borrow method for binary subtraction?
Borrow a 1, making it a 10.
What is a subtrahend?
The bottom (reversed) number in a one’s complement calculation.
What does Ā + AB equal?
Ā + B