Answer:
The statement (a) In a non-deterministic FSM, a string is invalid if there is one path not leading to a final state is NOT true
Explanation:
A non-deterministic FSM, contrary to deterministic FSM which has only one possible thread of execution, has multiple threads and for the machine to be invalid, all threads should lead to a none accepting (final) state.