CS 100 Review sheet for final exam

Note: These are things you should make sure you know and understand. Be aware that this is not necessarily a complete list; it is just to get you started. Study hard. Alan has offered (out of the goodness of his heart) to run a review session Sunday night. The time and place will be announced tomorrow in class.

Know all of the material on the prelim

Know all of the material on the quizzes

Understand control structures

Understand classes, subclasses and class hierarchies

Scope of variables

Static

Method headings and calls

Various operators

Arrays

Search algorithms

Sorting algorithms

Efficiency

(see next page for more)

Matlab

0:10:2

d = c(2:4)

a = [1 2 3; 4 5 6]

b = a(2:7, 1:5)

Recursion

Advanced Topics

C