Quiz 1

Quiz Info

Quiz 1 will take place on Wednesday, 6/3 via D2L. You can take the quiz any time between 12am and 11:59 pm Mountain Time on 6/3. You will have one hour to complete the short answer and multiple choice portion of the quiz once you start it. You can turn in the coding question as a .py file to the D2L dropbox until 11:59pm Mountain Time. It will cover the Python topics that we have learned so far: data types, turtle graphics, modules, functions, selection statements, iterative statements, strings, recursion and lists.

The quiz will consist of two parts. Part 1 will consist of five multiple choice or short answer questions that are similar to the questions found in the textbook. Part 2 will consist of one programming question, which will be taken directly from the optional activities found in the reading assignment pages.

You may use a computer to develop your answers. You may only use the internet to access the interactive Python textbook, the course website (including videos), the Pythontutor code visualizer, the online Python documentation or previous Python programs that you wrote for this course (Labs 1-4 and Programs 1-2). You are encourage to use the IDLE shell and run Python source code.

Once you have viewed the quiz, you may NOT discuss it with anyone until Thursday, June 4th. Even telling a classmate that the quiz was difficult or easy is not acceptable.

Practice quiz

Available on D2L!

This practice quiz is to get you familiar with the quiz format. It will not be graded. Answers will be posted on Slack on Tuesday evening.

Practice quiz answers:

  1. 19
  2. 0, 1, 2, 3, 4, 5, 6, 7, 8, 9.
  3. return num_squared
  4. False
  5. alist[0][1][1]