PA = { M is a dfa that accepts input string w }
PB = { M is an nfa that rejects input string w }
Select the correct option.
S1: Given two regular expressions R1 and R2, whether they are equivalent is an undecidable problem.
S2: Given two NFAs, whether they accept same language is an undecidable problem.
Select the correct option.

S1: M is a TM and L(M) is regular.
S2: M is a TM and L(M) is finite.
Select the correct option.
S1: M is a LBA that accepts string w.
S2: M is a LBA where L(M) =Φ
Select the correct option.
L1={<M> | M is a TM and M has 21 states}
L2={<M> | M is a TM and M doesnot have a halt state (final state) }
Select the correct option.
L1: {<M,w> | M is a TM which accepts string w}.
L2: {<M,w> | M is a TM which rejects string w}
Select the correct option.
L1: {<M> | M is a TM such that L(M)=φ}.
L2: {<M> | M is a TM such that L(M)≠φ }
Select the correct option.
L1: {<M> | M is a Finite automata such that L(M) is finite}.
L2: {<M> | M is a TM such that L(M) is infinite }
Select the correct option.
L1: {<M> | M is a TM and L(M) is countable}.
L2: {<M> | M is a TM and L(M) is uncountable }
Select the correct option.