The document discusses different methods for component level design:
1. There are three main types of component level design methods: graphical design notation using flowcharts, tabular design notation using decision tables, and program design language using pseudo-code.
2. Flowcharts use sequence, if-then-else, and repetition constructs. Decision tables map conditions to corresponding actions.
3. Pseudo-code describes programming tasks in plain English without strict syntax. It depends on the designer's style.