CS141: Topics for Sept 16, 18 & 20, 2013


Misc

In the news ...

ACM Technews Archive

Homework and Reading

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

Chapter 4 Vocabulary

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

while-loop
for-loop
unwinding and hand tracing
do-while-loop
nested loop
break Statement
Loop variable, initialization, condition, update; loop body
sentinel value
pseudorandom number
counter, running total
accumulator
Monte Carlo Method

Topics: Chp 3 - if-else (review from last time)

Topics: Chp 4 - Loops

In Class Practice Activities