OA. free
Free
Micron Core Computer Science Vlsi & Circuits Medium

QUESTION 38 Which of the following is not the type of sequential circuit in VLSI design?

Micron technical mcq question, verified with a worked answer. Free to practise - no sign-up.

QUESTION 38

Which of the following is not the type of sequential circuit in VLSI design?

Choose one option.
Show answer & explanation
Answer: B. Tristable circuits like tristate switches

Sequential circuits are classified by the number of stable states they can hold. Monostable (1 stable state), astable (0 stable states), and bistable (2 stable states) circuits are core sequential circuit types. Tristate switches are output logic elements used in combinatorial circuits and buses, not sequential circuits. They control whether a signal drives high, low, or high-impedance, but do not store state.

Step-by-step Derivation:
Sequential circuit classification by stable states:

  1. Monostable: One stable state; returns to it after perturbation (used in timers, pulse generators) — IS a sequential circuit type.
  2. Astable: Zero stable states; oscillates continuously (ring oscillators, clocks) — IS a sequential circuit type.
  3. Bistable: Two stable states; remembers which state it is in (flip-flops, latches, registers) — IS a sequential circuit type.
  4. Tristate/Tri-state: Not a state-holding classification; refers to an output driver with three possible outputs (0, 1, high-Z). Used in bus drivers and control logic but does not inherently store state. — NOT a sequential circuit classification.

Answer: B (Tristable circuits are not a sequential circuit type; tristate is a combinatorial output characteristic).