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

1.1k questions

1.3k answers

1.7k comments

557 users

0 votes
While translating the transition relations into diagram using truth table I find out for the {} set the transition is !q’|p’ , for q transition is (p’ exor q’) & (!q’|!p’) for p transition is (p’ exor q’) & (q’|p’) and for pq transition is q’|!p’ . And the initial states are !p&!q.

If we try to translate this transition to DNF for every state in exam it will take so much time. Is there any way how to draw the diagram from it.
ago in # Study-Organisation (Master) by (190 points)

1 Answer

0 votes
Typically, the best way is to make case distinctions on the most relevant variables, i.e., the variables that will reduce the remaining formula as much as possible. Usually, it is recommended to start with the variables that encode the current state, but it may also make sense to do that early for the next-state variables. The xor-operations are quite simple in this sense, since if you make a case distinction on p' or q' you will see that not much will be left.
ago by (170k points)
Clarification needed on state q

Related questions

+1 vote
1 answer
asked Aug 18, 2018 in * TF "Emb. Sys. and Rob." by a_ (350 points)
0 votes
1 answer
Imprint | Privacy Policy
...