CS141: Topics for Week 7: Oct 9, 11, 13, 2017


Computer Science Headlines: ACM Tech News

Mon: Continue from Last Week

Reading:

Lab and Other Activities

Lecture Discussion Topics:

Concepts and Vocabulary

increment/decrement operators
postfix/prefix modes
flow charts
while-loop (a pretest loop)
for-loop (a pretest loop)
unwinding and hand tracing
do-while-loop (a posttest loop)
nested loop
break and continue statement
Control variable, initialization, condition, update; loop body
sentinel value
counter, running total
sum & average: running totals, accumulator
searching for matches
infinite loop
random numbers
debuggers