recategorized by
4,717 views
31 votes
31 votes
  1. Let $\ast$ be a Boolean operation defined as $A\ast B = AB + \overline{A}\;\overline{B}$. If $C=A\ast B$ then evaluate and fill in the blanks:
    1. $A\ast A=$______
    2. $C\ast A=$______
  2. Solve the following boolean equations for the values of $A, B$ and $C:$
    $AB+\overline{A}C=1$
    $AC+B=0$

recategorized by

1 Answer

Best answer
40 votes
40 votes
  1.  
    1. $A\ast A = AA+A'A' = A + A' = 1$
    2. $C\ast A= (A\ast B)\ast A = (AB + A'B')\ast A= (AB + A'B')A +(AB + A'B')'A'$
      $\qquad =(AB + A'B')A+(A'B+AB')A' = AB +0 +A'B+0 = B.$

 

  1. $AB + A'C= 1, AC + B = 0$

$\implies AC + B = 0,$ means both $B = 0$  and $AC = 0$

$\implies AB+ A'C = 1$

$\implies A'C = 1 \qquad \left[\because B = 0, AB = 0 \right]$

So, $C = 1$ and $A = 0$

$A = 0 , B = 0$ and $C = 1$

edited by

Related questions

25 votes
25 votes
2 answers
1
Kathleen asked Oct 5, 2014
6,203 views
Find the contents of the flip-flop $Q_2, Q_1$ and $Q_0$ in the circuit of figure, after giving four clock pulses to the clock terminal. Assume $Q_2Q_1Q_0=000$ initially.
70 votes
70 votes
3 answers
2
Kathleen asked Oct 4, 2014
15,134 views
State True or False with one line explanationA FSM (Finite State Machine) can be designed to add two integers of any arbitrary length (arbitrary number of digits).
25 votes
25 votes
1 answer
3
Kathleen asked Oct 4, 2014
6,684 views
The logic expression for the output of the circuit shown in figure below is:$\overline{AC} + \overline{BC} +CD$$\overline{A}C + \overline{B}C + CD$$ABC +\overline {C}\; \...
3 votes
3 votes
1 answer
4
gatecse asked May 3, 2021
2,478 views
State whether the following statements are True or False with reasons for your answer:A two pass assembler uses its machine opcode table in the first pass of assembly.