Grading Notes:

  1. Show that the language:
    L = {w | w contains more 1s than 0s}
    is not regular.
  2. Give a context-free grammar for the language, L.
  3. Design the state diagram for the pushdown automata that accepts the language, L.