COMP 102 - Problem-Solving and Computational Thinking II

Description

Topics focus on the introduction to the engineering of computer applications emphasizing modern software engineering principles: object-oriented design, decomposition, encapsulation, abstraction, and testing.

Prerequisite

Duration

COMP 1018 weeks

Curriculum

Week 1

Day 1

  • Visual Programming
  • Control structures

Day 2

  • Problem-solving
  • Program decomposition
  • The idea of an algorithm

Day 3

  • Introduction to Java
  • Classes and objects
  • The Program class hierarchy

Day 4

  • Variables
  • values, and types
  • Arithmetic expressions

Day 5

  • Boolean expressions, Control statements