Fall 2013 CSCI 255 exam 2 review

Exam 2

Stuff you can use

You’ll be able to consult the Binary numbers reference and PIC24 reference tables, so don’t worry about having to remember a lot. Remember, that electronic devices, including calculators, are not allowed at the exam.

Topics covered

Past exams to review

Look at the second exams from Fall 2012 and Fall 2010. Review Problems 5 and 6 in the Fall 2010 exam. Also, look at the assembly language implementation strategies presented in the following lectures. Be sure you understand how to implement the small examples used in those lectures.

C vs Java

The selection statements and shift and bitwise operators of C and Java have very few differences. (205>>3)&0xF is 9 in both Java and C. Do not worry about differences between the two languages for this exam.

Handy tables and reference sheets

Exams from this semester

Exams from Fall 2012

Exams from Fall 2010

Exams before Fall 2010

A different textbook was used before the Fall 2010 semester. With the exception of the first exam, these exams are not particular relevant to this semester.

Exams from Spring 2010 CSCI 255

Exams from Spring 2009 CSCI 255 / ECE 109

Exams from Spring 2008 ECE 109 / CSCI 255

Exams from Fall 2007 ECE 109