-------------------------------------------------------
COP 2800 - S13 - Exam - 1 Review Summary    18 Feb 2013
-------------------------------------------------------

QUESTION TYPES:

1 - VOCABULARY  (see definitions of terms for HW-1 and
    HW-2)

2 - TRACE EXECUTION OF PSEUDOCODE, then WRITE JAVA CODE
    that duplicates the function of Pseudocode fragment

3 - FIND ERRORS IN JAVA CODE, then correct them

4 - TRANSFORM one form of pseudocode loop (e.g., forloop)
    to another form (e.g., precondition or postcondition
    loop).

ExtraCredit - Given a specification for the functionality
    of a code fragment, write the corresponding Java code
    (fully commented).

Know your Java Terms:

    CLASS         OBJECT        INSTANCE      INHERITANCE
    DATATYPE      LOGICAL       BYTE          SHORT
    INT           LONG          FLOAT         DOUBLE
    CHAR          ARRAY         CONSTRUCTOR   METHOD
    EXTENDS       and so forth...

Also know what IEEE 754 is (not how it is formatted), and
what it is used for in Java (a standard for floating-point
arithmetic computations).


-EOF-