Degrees
IS 205 Introduction to Java Programming Course Objectives
An student of IS 205 should be able to:
- Demonstrate proficient use of a text editor to independently create, store, and edit Java source programs from instructor supplied specifications, that illustrate comprehension of object oriented programming concepts.
- Compile and debug Java source programs using compiler generated error/warning messages so that no errors or warnings are generated.
- Include in a Java source program, clear, concise, internal documentation, in the form of commentary statements. Evidence of documentation will also be demonstrated by the use of self-documenting data-names throughout the source code.
- Correct all logic errors in a Java program in order to achieve the correct/desired output illustrating: sequence, iteration, and selection logic structures.
|