General Information
- The next quiz will be posted on Wed, Sep 23, 9 AM (morning), and
due the same day, Wed, Sep 23, at 7:15 PM (evening).
- The quiz will be posted similar to your previous quiz (a zip file).
You will write code / answer in Java file(s) and submit as usual,
except there is no late period submission. If you have any problems
submitting your quiz #1 using the "Submit Project" option, see
a TA immediately. Uploading a zip file to the submit server is not
the best approach to submit your work.
-
We will pick the highest scoring submission (based on release
and secret tests) for grading purposes. You can submit as many
times as you want before the deadline. You have 8 release tokens and
can release-test your code anytime.
- All submissions must be done via the submit server (no e-mail).
- The quiz will be graded based on submit server tests (release
and secret), code inspection (style and requirements) and
correctness of answers (for non-coding questions).
- About Piazza use during the exam:
- You can only post clarification questions in Piazza.
Debugging questions, why code is not passing a test,
are invalid questions to post in Piazza. You can post
a question related to compilation problems.
-
Use the folder quiz2 to post
questions.
-
We will use the first pinned message in the above
Piazza folder to post clarifications.
-
Posting of any kind of code in Piazza, during the
exam period, represents an academic integrity violation
and will be reported as such.
-
You cannot answer students' questions; only TAs and
instructors can do so.
- You must work by yourself.
- You can use class resources (lecture notes, lecture/lab examples,
videos, etc.), but no other resources (e.g., code from the web).
- Sharing of quiz solutions represents an academic integrity
violation and will be reported as such.
- Submissions will be checked with cheating detection software.
- Do not wait until close to the deadline to submit your work.
Network problems or submit server overloading are not valid
excuses for not submitting your work.
- If you are an ADS student: The time provided timeframe takes
into consideration your time allocation. If you need any
other assistance, contact your instructor. Ignore this
entry if you don't know what an ADS is.
- Dear Students: it is in your best interest to complete
this work by yourself, and following the guidelines described above.
You need to identify which topics you understand and which ones
you don't, so you can be successful in other CS courses.
Quiz Structure
- Short answer questions:
For example, multiple choice and true/false.
- Code analysis questions: We will give a short
segment of code and you may be asked to identify syntax and
logical errors, generate code output, etc.
- Code Writing: Write a program/code
snippets to solve a given problem. You should be prepared to
give a complete program, but we may also ask you to
provide just a single method or a code fragment.
Worksheet
The Quiz Worksheet cover the material
to be included in this quiz. Solutions to these exercises will not
be provided, but you are welcome to discuss your solutions with the
TAs or instructor during office hours. You can also discuss solutions
in Piazza.
Previous Quizzes
Previous quizzes can be found at previousQuizzes.zip.