Skip to content

caulog/Introduction-to-Computer-Science

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSC-111

Projects from Fall 2020 Introduction to CS (CSC111) course in Java

Course objectives

  1. Analyze and explain the behavior of programs involving fundamental program constructs.
  2. Write short programs that use fundamental program constructs including standard conditional and iterative control structures.
  3. Identify and correct syntax and logic errors in programs using effective debugging and testing methods.
  4. Write and use methods using parameter passing and return values as required by a problem.
  5. Design and implement classes based on the attributes and behaviors needed to solve a problem.
  6. Design and implement classes that inherit attributes and behaviors from other classes.
  7. Write Javadoc comments for classes and methods.
  8. Use interfaces that are defined in the Java API.
  9. Use an integrated development environment and a debugger.

About

Projects from Fall 2020 Introduction to CS (CSC111) course in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages