Exam 1 Announcement
Posted: Feb 18th, Tuesday
Time: 8:30 am to 9:20 am, Friday Feb 21st.
Place: W10 PappaJohn Business Administration Building
(same place where the class meets).
Topics: Chapters 1-3 from the textbook. Material from
lectures and discussion sections covered on or before Feb 14th.
More details: There are two questions on the exam
each worth 50 points.
-
The first question states a problem and asks you to write a
program to solve the problem. Your program will contain simple
input-output statements, a while-loop, and simple arithmetic statements.
The problem is similar to problems you have solved in homeworks.
-
The second question states a problem, sketches an algorithm (in words)
to solve the problem, and provides partial code for a function that
implements the algorithm. Your task is to complete the implementation
of the function. Among other things this question will test your
understanding of function calls, parameter passing, and strings.
This question is in two parts.
Miscellaneous: The exam is open notes/books so do not
forget to bring in material you would like to refer to during the exam.