CS141: Topics for Sept 23, 25 & 27, 2013


In the news ...

ACM Technews Archive

Homework and Reading

The reading and homework for this week can be found here: Lab 5: Loops

Vocabulary

For practice, check out the WileyPlus Chapter 5 Flash Cards!

method (function, member function, procedure)
black box
modularization
stepwise refinement (revisited)
reusability
return type, return value
(formal) parameter variable
argument (actual parameter)
parameter passing
variable scope: local, global
tracing code
stub
recursive methods

Common expressions are:

"call a method" or "call a function"
"return a value"
"pass a value as a parameter"

Topics: Chp 4 - Loops (topics still to cover)

Topics: Chp 5 - Methods

In Class Practice Activities