CS141: Topics for Sept 4 & 6, 2013


Homework and Reading

The reading and homework for this week can be found here: Lab 2: Fundamental Data Types

Chapter 2 Vocabulary

Chapter 2 is full of a lot of vocabulary. It is important that you understand what these words mean otherwise you will be lost as we go forward. For practice, check out the WileyPlus Chapter 2 Flash Cards!

The words in green will be dealt with in much more detail later, so don't worry if they don't completely make sense.

variable
type
constant
magic number
literal
statement
expression
Mod function
declare
initialize
assignment statement
operator
operator precedence
cast
stepwise refinement
primitive type vs object
class & object
instance vs static method
dot notation
parameter & argument
method

Topics: Variable types, math, I/O

In Class Practice Activities