Confidential Teaching Materials:
Quiz 1 Grading Criteria
Note: To receive any credit whatsoever, the date, your name, your student number, and your answers must
be legible and readily readable in the judgment of the grader.
Add brief explanatory comments as necessary to make sure your answers are clear and unambiguous
to the grader.
[p1] 40 points
Declare a constant or variable to hold the desired data. Provide a brief justification for each answer. Be sure
to use descriptive names.
a) the name of your favorite television show.
b) the length of your favorite movie(in minutes).
c) whether or not you like cats.
d) a person’s name.
e) a person’s middle initial.
f) number of messages on an answering machine.
g) whether or not that person listened to the messages right when they got home.
h) the number of hours in a day.
[c1]
[p2] 15.0 points
Write an algorithm IN ENGLISH that describes how you log into acme and what you do once you’ve logged in. It
must have at least five steps and one conditional. You do not need to write any pseudocode for this problem!
[c2] 15 points