It is FALSE that every nondeterministic PDA (NPDA) can be converted into an equivalent deterministic PDA (DPDA). The class of languages recognized by a DPDA is strictly smaller than that recognized by an NPDA. In contrast, all the other statements are true: every NFA can be converted to a PDA, the complement of every context-free language is recursive, and there is a unique minimal DFA for every regular language.