JFLAP is a piece of software that allows you to draw a deterministic or nondeterministic finite automaton and run it on example inputs. See http://www.jflap.org/tutorial/ (Links to an external site.)for an explanation of how it works.
You can export the drawing of your automaton as a JPG file or print your automaton (and, hence, save it as a PDF file).
You can get the software from
http://www.jflap.org/jflaptmp/ (Links to an external site.)
but you also have to install JDK from
(Links to an external site.)https://www.oracle.com/java/technologies/javase-downloads.html
(Links to an external site.)
JFLAP may be helpful for quiz 10 as well as for homework assignment 9.