Exam Schedule

See the calendar on Webcourses@UCF and the schedule for the exam schedule.

General Guidance for Exam Questions

The course's resources page provides access to the course lecture notes. Also, the example code 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 the midterm exam.
  2. Study guide for the final exam.

Standard Exam Instructions

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

This test will be for the entire period in class and will be closed book.

However, you may use one (1) page of notes on one (1) side of a standard 8.5 by 11 inch sheet of paper. These notes can either be hand-written or printed, but if printed, then the font must be a 9-point or larger font. These notes must be turned in with the exam.

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.

When you write code on this test, you may use anything in the C standard libraries, but you will need to use #include for any necessary header files.

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

No electronics of any kind may be used during the exam.

Return to top

Old Exams

A directory of old exams is availble

Return to top

Last modified Tuesday, November 28, 2023.

This web page is for COP 3402 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@ucf.edu. Some of the policies and web pages for this course are quoted or adapted from other courses I have taught, in partciular, COP 4020.