Answer:
Step-by-step explanation:
NFA means Non-deterministic Finite Automata and since it usually associated with DFA, we should know that DFA means Deterministic Finite Automata.
It is easier to construct an NFA than DFA for a given regular language. The finite automata are called NFA when there exist many paths for specific input from the current state to the next state.
Very important, Every NFA is not DFA, but each NFA can be translated into DFA.
For the answer you seek, the diagram is on the attached file section, kindly go through it.