adplus-dvertising
frame-decoration

Question

For the following change of state in FA, which of the following codes is an incorrect option?

a.

δ (m, 1) =n

b.

δ (0, n) =m

c.

δ (m,0) =ε

d.

s: accept = false; cin >> char;
if char = “0” goto n;

Answer: (b).δ (0, n) =m

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. For the following change of state in FA, which of the following codes is an incorrect option?

Similar Questions

Discover Related MCQs

Q. Given: ∑= {a, b}
L= {xϵ∑*|x is a string combination}

∑4 represents which among the following?

Q. Moore Machine is an application of:

Q. In Moore machine, output is produced over the change of:

Q. For a give Moore Machine, Given Input=’101010’, thus the output would be of length:

Q. Statement 1: Null string is accepted in Moore Machine.
Statement 2: There are more than 5-Tuples in the definition of Moore Machine.

Choose the correct option:

Q. The total number of states and transitions required to form a moore machine that will produce residue mod 3.

Q. What is the output for the given language?
Language: A set of strings over ∑= {a, b} is taken as input and it prints 1 as an output “for every occurrence of a, b as its substring. (INPUT: abaaab)

Q. The output alphabet can be represented as:

Q. The O/P of Moore machine can be represented in the following format:

Q. In mealy machine, the O/P depends upon?

Q. Which of the given are correct?

Q. The O/P of Mealy machine can be represented in the following format:

Q. The ratio of number of input to the number of output in a mealy machine can be given as:

Q. Mealy and Moore machine can be categorized as:

Q. The major difference between Mealy and Moore machine is about:

Q. Statement 1: Mealy machine reacts faster to inputs.
Statement 2: Moore machine has more circuit delays.

Choose the correct option:

Q. Which one among the following is true?
A mealy machine

Q. Which of the following does not belong to input alphabet if S={a, b}* for any language?

Q. The number of final states we need as per the given language?
Language L: {a^n| n is even or divisible by 3}

Q. State true or false:
Statement: Both NFA and e-NFA recognize exactly the same languages.