CS141: Topics for Week 1: Aug 26 & 28, 2015


Lab Programming Assignments

Administrative Details

How to Succeed in this Course

Weekly Quizzes

Vocabulary: Chapter 1 Introduction to Computers and Java

  1. syntax
  2. operators
  3. punctuation
  4. key words
  5. programmer defined names
  6. variables
  7. statement
  1. expression
  2. Java compiler
  3. byte code
  4. source file
  5. Java Virtual Machine
  6. IDE - Integrated Development Enviroment (e.g Netbeans)

Process:
Source code -> COMPILER -> Byte code -> JAVA VIRTUAL MACHINE -> code execution.