Monday |
Tuesday |
Wednesday |
Thursday |
Friday |
3 |
4 |
5 |
6 |
7 |
10 |
11 |
12 |
13 |
14 |
17 |
18 |
19 |
20 |
21 |
24 |
26 |
27 LAB
|
28 Passing Lab |
STI Assessment
Back to Course Homepage
Skills array & Objectives
Students will be able to:
Use the INPUT statement.
Use the READ and DATA statements .
Use commas and semicolons to format program output.
Use the TAB and SPC functions .
Explain how the PRINT USING statement works .
Use block IF statements to create decision structures.
Explain the difference between single-alternative and double
alternative decision structures.
Explain the meaning of the relational operators and use relational
operators in expressions.
Define the term collating sequence.
Use the SELECT CASE statement in programs.
Write programs using menus.
Use the logical operators NOT, AND, and OR