- Knowledge of a procedural programming
language
(e.g.: Java,
C, etc)
- You know how to define a
simple variable and
structured variables
(arrays, linked lists)
- You know how to use these
variables
- You know what an assignment statement
is and what it does
- You know what an if-statement
is and what it does
- You know what an while-statement
is and what it does
- You know what an for-statement
is and what it does
- You know how to define a
method and
how to use it
(= passing parameters and get return value)
- You know what a
recursive method (function)
- Etc.
|
- Knowledge of 2 simple data structures:
- How to define an
array
and how to
use the array elements
- How to define a
linked list
and how to
insert/delete/find
elements in the linked list
|
|