====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
gibson:teaching:fall-2014:math445:exam2-vocab [2014/10/27 10:47] gibson |
gibson:teaching:fall-2014:math445:exam2-vocab [2014/10/27 13:04] (current) gibson |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Vocabulary for exam 2, Math 445 ====== | + | ====== Topics for exam 2, Math 445 ====== |
- | if, elseif, else | + | Exam 2 will cover the following material |
- | for loops | + | * ''if'' statements, elseif, else |
+ | * ''for'' loops | ||
+ | * ''switch'' statements | ||
+ | * ''break'' and ''continue'' | ||
+ | * functions | ||
+ | * single argument, single return | ||
+ | * multiple argument, multiple return | ||
+ | * anonymous functions | ||
+ | * ''input'' | ||
+ | * ''fprintf'' | ||
+ | * Newton search | ||
+ | * log-linear relations | ||
- | switch statements | ||
- | break, continue | ||
- | |||
- | functions | ||
- | (single argument, single return, and | ||
- | multiple argument, multiple return) | ||
- | |||
- | anonymous functions | ||
- | |||
- | Newton search |