• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/23

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

23 Cards in this Set

  • Front
  • Back
A*0 =?
0
A*A' = ?
0
A + 0 =?
A
A + A'=?
1
A*1=?
A
(A')'=?
A
A+1=?
1
A*A=?
A
A+A=?
A
A+AB=?
A

proof:

A+AB=A
A(1+B)= A
A+A'B=?
A+B

proof:

A+A'B=A+B
A+AB+A'B
A+B(A+A')
A+B
A'+AB =?
A'+B

A'+AB=A'+B
A'+A'B+AB
A'+B(1)
A'+B
A(A+B)=?
A


A(A+B)=A
AA+AB
A+AB
A(1+B)
A
(A+B)'=?
A'*B'
(A*B)'=?
A'+B'
How do you simplify boolean?
Put expression is sum of products form
Simplify.

Best thing to do is to use Kmaps first then see if you can simplify.
What are the rules to K-Map simplification?
1,2,4,8 loops; 2^N

Each group should be as large as possible and may over lap. There should be as few groups as possible. Can only be vertical or horizontal.
What is demorgans law
(A+B)'= A'B'
(AB)'= A'+B'

Starting from top. Remember that
(A+B)''=A+B
What does an XOR gate look like and how is it represented?
Like a OR gate with a right parenthesis to its left.
A circle with a plus in the middle.
Explain XOR
Opposite values = 1

A'B+AB'
=
A XOR B
What does an XNOR gate look like and how is it represented?
Like a XOR gate with a negative dot to its right.
The symbol is a circle with a dot in the middle.
Explain XNOR
The same values (00, 11) or the opposite of XOR turn it on.

= (A XOR)'
=A XNOR B

=A'B'+AB
How many inputs are allowed in a mux at a time?
How many selectors inputs?
inputs = 2^n
selectors: n