Computer Science, asked by smit2611, 8 hours ago

Consider the snapshot of a system. Answer the following questions based on Bankers Algorithm

Allocation Max Available
ABCD ABCD ABCD
P0 0012 0012 1520
P1 1000 1750
P2 1354 2356
P3 0632 0652
P4 0014 0656
i. What is the content of Need Matrix?
ii. Is the system is safe state? What is the safe sequence?

Answers

Answered by sakeenabanu112
0

Answer:

In Moore machine, the output is associated with every state, and in Mealy machine, the output is given along the edge with input symbol. To convert Moore machine to Mealy machine, state output symbols are distributed to input symbol paths. But while converting the Mealy machine to Moore machine, we will create a separate state for every new output symbol and according to incoming and outgoing edges are distributed

Similar questions