Q. Which of the following react faster to inputs?

  • (A) sequencer
  • (B) generators
  • (C) mealy machines
  • (D) moore machines
πŸ’¬ Discuss
βœ… Correct Answer: (C) mealy machines

Q. What is the first state of FSM?

  • (A) wait loop state
  • (B) initial state
  • (C) output state
  • (D) activate pulse state
πŸ’¬ Discuss
βœ… Correct Answer: (B) initial state

Q. Mealy machines have states than Moore machine.

  • (A) fewer
  • (B) more
  • (C) equal
  • (D) negligible
πŸ’¬ Discuss
βœ… Correct Answer: (A) fewer

Q. In mealy type FSM, the path is labelled by which of the following?

  • (A) inputs
  • (B) outputs
  • (C) both inputs and outputs
  • (D) current state
πŸ’¬ Discuss
βœ… Correct Answer: (C) both inputs and outputs

Q. The process statement used in combinational circuits is called process.

  • (A) combinational
  • (B) clocked
  • (C) unclocked
  • (D) sequential
πŸ’¬ Discuss
βœ… Correct Answer: (A) combinational

Q. Why we need to include all the input signals in the sensitivity list of the process?

  • (A) to monitor the output continuously
  • (B) to monitor the input continuously
  • (C) to make the circuit synthesizable by eda tools
  • (D) no special purpose
πŸ’¬ Discuss
βœ… Correct Answer: (B) to monitor the input continuously

Jump to