πŸ“Š Digital Logic Circuits (DLC)
Q. What happens if the input is low in FSM?
  • (A) change of state
  • (B) no transition in state
  • (C) remains in a single state
  • (D) invalid state
πŸ’¬ Discuss
βœ… Correct Answer: (B) no transition in state
πŸ“Š Digital Logic Circuits (DLC)
Q. In the FSM diagram, what does arrow between the circles represent?
  • (A) change of state
  • (B) state
  • (C) output value
  • (D) initial state
πŸ’¬ Discuss
βœ… Correct Answer: (A) change of state
πŸ“Š Digital Logic Circuits (DLC)
Q. . In the FSM diagram, what does the information below the line in the circle represent?
  • (A) change of state
  • (B) state
  • (C) output value
  • (D) initial state
πŸ’¬ Discuss
βœ… Correct Answer: (C) output value
πŸ“Š Digital Logic Circuits (DLC)
Q. Output values of mealy type FSM are determined by its
  • (A) input values
  • (B) output values
  • (C) both input values and current state
  • (D) current state
πŸ’¬ Discuss
βœ… Correct Answer: (C) both input values and current state
πŸ“Š Digital Logic Circuits (DLC)
Q. What is the first step in writing the VHDL for an FSM?
  • (A) to define the vhdl entity
  • (B) naming the entity
  • (C) defining the data type
  • (D) creating the states
πŸ’¬ Discuss
βœ… Correct Answer: (A) to define the vhdl entity

Jump to