Here you can ask questions and find or give answers to organizational, academic and other questions about studying computer science.

1.1k questions

1.2k answers

1.6k comments

529 users

0 votes

Thank you for answering our questions

Sept 2022 Problem 6a

Can you please show me the truth table for p,q,pq,{}

  1.where p=0 and q =1. I m landing at (p' <-> a) & (!b & q). I am getting a transition from s1 to s2 on giving input 'a' (considering p' <-> a).

 2 where p=1 and q=0. I m landing at (p')&(!(!b&q)) = p'&(b|q). I m confused with drawing the transistion for p'&(b|q).

in # Study-Organisation (Master) by (850 points)

1 Answer

0 votes

The truth table would have 64 entries for the variables p,q,a,b,Xp,Xq which is not recommended here. Instead, I show you a BDD with the optimal variable ordering which is quite small: 

We may also read a DNF from this diagram:

     !Xp&!p&!a&!q  |
     !Xp&!p&!a&Xq&!b&q |
      Xp&p&!a&!q |
      Xp&p&!a&Xq&!b&q |
      Xp&a&!q |
      Xp&a&Xq&!b&q
by (166k points) 1 flag
Thank you for answering the question and suggestión. I am able to gain some clarity.

I think the question is possible to solve using SNF. Can you please show me the SNF table for Sept 2022 Problem 6a for  for p,q,pq,{}.
Variable ordering
Imprint | Privacy Policy
...