Written Exam 1
- When
- Friday October 7, 12:30-1:20pm
- Where
- OHS 317
- Topics
- SLIM programming
- Java
- values:
boolean
, byte
, char
, short
, int
, long
, float
, double
- operators:
&&
||
!
<
<=
>
>=
==
!=
+
-
*
/
%
++
--
- variables
- expressions
- coercion and casting
- statements:
if
, switch
, for
, while
, do ... while
- strings and arrays
- Text Reading
- Kaiser, Knight, & Hailperin: Chapter 11.1-11.4
- Sedgewick & Wayne: Chapters 1.1-1.4
- Exam Format
- This written exam is closed-book and mostly closed-notes. No calculator, computer, or mobile device is allowed but you may bring in a single notebook-sized sheet of paper with your hand-written notes for reference. Both sides are ok to use but computer-generated printout is not allowed.