Keunwoo Lee : CSE 142 : Vocabulary
Terms you should know:
Up to Oct. 7:
- variable
- type
- declaration
- assignment
- initialize
- expression
- operator
- precedence
- explicit conversion, casting
- input
- output
- commenting
- conditional statement
- conditional expression (a.k.a. Boolean, logical expr.)
- flow of control
Up to Oct. 14: (for the midterm)
- identifier
- #define constant
- function
- to call a function (also, to invoke)
- control flow (review)
- parameter
- to return, return value
- conditional statement (review)
- compound statement (also, block)
- nested if
Up to Oct. 21:
- functions:
- definition vs. prototype/declaration
- definition vs. call
- (static) call graph
- local variable
- loop condition
- loop body
- *control flow (yet again, review)
Keunwoo Lee
Last modified: Sat Oct 23 17:31:39 PDT 1999