CS 111 Quiz 4 Study Guide
- Quiz format
The quiz will be held IN LECTURE on Monday, April 26. There will be a 15-minute mini-lecture after the quiz, so, if you finish early, please come back at 7:30 PM.
The quiz will be closed-book.
YOU MUST BRING PHOTO ID to the quiz. (Either your Queens College student ID, or some other photo ID such as a driver's licence or passport.) While taking the quiz, you must have your photo ID out on your desk. During the exam, a proctor will walk around the room checking ID's. Be ready to show the proctor the name on page 1 of your quiz, so that the proctor can compare it to the name on your photo ID.
On the quiz, there will be two problems:
- An output problem involving a program with another function in addition to the main function. One of the parameters of the function will be (a pointer to) an array. You will also need to understand value parameters, reference parameters, global variables, local variables, and scope of variables.
- A problem in which you will be asked to write a program containing a main function and another function. In addition to understanding how functions work, you will also be expected to know switch and do/while.
- Topics covered
For the quiz, you will be expected to know all the topics covered in all the tutorials up to this point, especially assignment 5, 6 and and the first tutorial in assignment 7.
To prepare for the quiz, (1) review the above-mentioned tutorials, (2) do the associated practice problems (3) do as much as you can of the Assignment 6 assigned problem itself.
- Revisions to this study guide
- No revisions as of yet.
Back to: