[prev] [index] [next]

Inputs

At the start of this course you should be able to:
  • produce a correct C program from a simple specification
  • understand the state-based model of computation
    (variables, assignment, parameters, scope(?))
  • use fundamental C data structures
    (char, int, float, arrays, pointers(?))
  • use fundamental control structures
    (sequence, selection (if), iteration (for, while))
  • use abstraction via function declarations
  • fix simple bugs in incorrect programs