Data Structures and Arrays

A. declare the size of one-dimensional arrays, for example: A[1:n]

B. show understanding of the use of a variable as an index in an array

C. read values into an array using a FOR … TO … NEXT loop

D. understand and use pseudocode, using the following commands and statements:

i. INPUT and OUTPUT (e.g. READ and PRINT)

ii. totalling (e.g. Sum <– Sum + Number)

iii. counting (e.g. Count <– Count + 1)


Notes