Exam Schedule

See the syllabus for the exam schedule.

General Guidance for Exam Questions

The course's assessment plan has a generic set of questions that are useful for studying for exams. You may also find the self-tests for the relevant chapters useful. Finally, the code examples web page provides examples for the material that may be helpful in studying.

Exam Study Guides

As each exam approaches, a study guide link will appear below.

  1. Study guide for exam 1.
  2. Study guide for exam 2.
  3. Guide and work for the makeup for exam 2.
  4. Study guide for exam 3.

Standard Exam Instructions

The following instructions will appear in the instructions for each of the exams.

This test is open book and notes.

If you need more space, use the back of a page. Note when you do that on the front.

Before you begin, please take a moment to look over the entire test so that you can budget your time.

Clarity is important; if your programs are sloppy and hard to read, you may lose some points. Correct syntax also makes a difference for programming questions. You will lose points if you do not follow the grammar when writing programs!

When you write code on this test, you may use anything in the [appropriate] programming model. The problem will say which model is appropriate.

You are encouraged to define functions or procedures not specifically asked for if they are useful to your programming; however, if they are not built-in to the language or its base environment, then you must write them into your test.

During the test, if you need more space for an answer, use the back of a page. Note when you do that on the front.

Old Exams

The old-exams directory contains directories of old exams given in this and previous semesters.

Return to top

Last modified Wednesday, April 17, 2013.

This web page is for the Spring 2013 offering of COP 4020 at the University of Central Florida. The details of this course are subject to change as experience dictates. You will be informed of any changes. Please direct any comments or questions to Gary T. Leavens at leavens@eecs.ucf.edu. Some of the policies and web pages for this course are quoted or adapted from other courses I have taught, in partciular, Com S 342.