csc 156 Generic course syllabus
|
I. Course II.
Prerequisite III. Course (Catalog)
Description IV. Course Objectives
V. Academic Integrity |
VI. Outline of Topics
VII. Methods of Instruction
VIII. Course Practices Required
IX. Instructional Materials
XI. Other Course Information |
| |
|
|
|
|
|
I. Course
Prefix |
Course
Number |
Course Name |
Credit
|
Lecture |
Lab |
CSC |
156
|
Java Computer
Science I
|
3
|
3
|
1
|
|
|
II. Prerequisite |
| Recommended
MAT
120 or any higher numbered mathematics
course.
|
| |
III. Course Description
|
|
Course is first course in computer programming from basic through intermediate levels. Content includes designing, implementing and debugging maintainable Java programs, demonstrating applications from business and computer sciences. Abstract data types and object-oriented methods enhance study of elementary data structures. |
| |
IV. Course Objectives |
A. Create applets and applications
using the essential programming tools within the Java language.
B. Use methods and modularity to create solutions to complex
programming problems.
C. Solve problems using existing and constructed elementary
data structures.
D. Design software demonstrating the proper use of encapsulation
and data abstraction.
E. Incorporate class objects as a fundamental tool in designing
maintainable software.
|
| |
V. Academic Integrity: |
Students and employees at Oakton Community College are required to demonstrate academic integrity and follow Oakton’s Code of Academic Conduct. This code prohibits:
- cheating,
- plagiarism (turning in work not written by you, or lacking proper citation),
- falsification and fabrication (lying or distorting the truth),
- helping others to cheat,
- unauthorized changes on official documents,
- pretending to be someone else or having someone else pretend to be you,
- making or accepting bribes, special favors, or threats, and
- any other behavior that violates academic integrity.
|
|
There are serious consequences to violations of the academic integrity policy. Oakton’s policies and procedures provide students a fair hearing if a complaint is made against you. If you are found to have violated the policy, the minimum penalty is failure on the assignment and, a disciplinary record will be established and kept on file in the office of the Vice President for Student Affairs for a period of 3 years.
| | | |
Details of the Code of Academic Conduct can be found in the Student Handbook.
|
|
| |
VI. Outline of Topics: |
|
A. Software
Engineering |
|
|
1. Analysis and design |
|
|
2. Implementation and validation |
|
|
3. Maintenance |
|
B. Essential
Programming |
|
|
|
1. Execution Models |
|
|
a. applets
b. applications |
|
|
|
|
2. Sequence |
|
|
|
a. variables,
operators, input and output |
|
|
3. Selection |
|
|
|
a.
binary (if)
b. multi-way (switch) |
|
|
|
|
4. Repetition |
|
|
|
a. pre-test (for while)
b. post-test (do)
|
|
|
|
C. Modularity |
|
|
1. Methods |
|
|
|
a. parameters
b. recursion
|
|
|
|
|
2. Libraries |
|
|
D. Class Objects
and Abstract
Data Types |
|
|
1. Files and Exceptions |
|
|
2. Strings and Arrays |
|
|
3. User Classes |
|
| |
VII. Methods of
Instruction: |
| Lectures,
class discussion, individual and group projects, and use of
a computer laboratory. |
| |
VIII. Course Practices
Required: |
| Reading
of the text is required for understanding the material. Use
of a computer laboratory is necessary to learn the design
of software. |
| |
IX. Instructional
Materials: |
Required Textbooks:
1.
Java Programming: From Problem Analysis to Program Design, 3rd edition, by Malik, Thompson Course Technology, 2007
2.
Lab Manual for Java Programming : From Problem Analysis to Program Design, 2nd edition, by Mayfield, Thompson Course Tehcnology, 2007.
One floppy diskette.
|
| |
X. Methods of Evaluating
Student Progress: |
|
Quizzes,
written homework, computer assignments, major examinations
and a final examination will be used. |
| |
XI. Other Course Information: |
| If you have a documented
learning, psychological, or physical disability you may be
entitled to reasonable academic accommodations or services.
To request accommodations or services, contact the ASSIST
office in Instructional Support Services. All students are
expected to fulfill essential course requirements. The College
will not waive any essential skill or requirement of a course
or degree program. |
| Top of the page |