edited by
12,934 views
40 votes
40 votes

Consider the following state table for a sequential machine. The number of states in the minimized machine will be

$$\begin{array}{|l|l|ll|}\hline \text{} & \text{} & \textbf{Input}\\\hline && \text{0} & \text{1} \\\hline  \textbf{Present State} & \textbf{A} & \text{D,0} & \text{B,1} \\   \text{} & \textbf{B} & \text{A,0} & \text{C,1}\\   & \textbf{C} & \text{A,0} & \text{B,1} \\  \text{} & \textbf{D} & \text{A,1} & \text{C,1} \\\hline \text{} & \text{} & \textbf{Next state, Output}\\\hline \end{array}$$

  1. $4$
  2. $3$
  3. $2$
  4. $1$
edited by

5 Answers

0 votes
0 votes

Option B

Minimized Mealy machine will have 3 states as state B & C and be merged because they have same incoming and outgoing transitions. 

For learning minimization of Mealy machine refer to this video. 

https://www.youtube.com/watch?v=oDyz5yUFas4

For learning minimization of Moore machine refer to this video. (from 0:55 onwards)

https://www.youtube.com/watch?v=5shSTtOJrGo 

 

Answer:

Related questions

24 votes
24 votes
2 answers
6
Kathleen asked Oct 9, 2014
7,662 views
Booth’s algorithm for integer multiplication gives worst performance when the multiplier pattern is$101010\ldots1010$$100000\ldots 0001$$111111\ldots 1111$$011111\ldots...
38 votes
38 votes
2 answers
7
Kathleen asked Oct 9, 2014
9,921 views
A file system with a one-level directory structure is implemented on a disk with disk block size of $4K$ bytes. The disk is used as follows:$$\begin{array}{|l|}\hline \te...
43 votes
43 votes
5 answers
8