CS201 Midterm Exam Topics

The CS201 exams are open book and open notes.  However, they are not open-neighbor. You can use a computer to access any notes you may have taken or to read your book (if you purchased it online). However, you are not allowed to use the computer to compile and run programs or to do anything online. You will have a variety of questions on the exam.  There will be a small number of short-answer and multiple choice questions.  There will be more questions where you will be asked to write some code, or you will be given some code and asked to produce what the output of the code will be when executed.  The topics that will be covered are listed below:

Computer Programming Overview

Input and Output

Identifiers and Variables

Strings

Expressions and Operators

Flow Control

Misc