CS141: Topics for Week 1: Jan 17/19, 2018


Lab Programming Assignments

Administrative Details

How to Succeed in this Course

Weekly Quizzes

Quizzes are based on the current assigned reading.

Chapter 1 Introduction

Main Topics

Interactive Exercises

Vocabulary

  • CPU
  • Memory
  • Secondary storage
  • Java compiler
  • Java Virtual Machine
  • (Java) library package, e.g. see Java API
  • source file
  • byte code
  • class file
  • IDE - Integrated Development Enviroment (e.g Netbeans)
  • backing up
  • syntax
  • case sensitive
  • block of code
  • main method
  • statement
  • string
  • compile time error
  • run-time error
  • algorithm
  • pseudocode