click below
click below
Normal Size Small Size show me how
.NETProg1W1
Term | Definition |
---|---|
o Sequential Structures | Once a task is complete you do the next task. The computer reads only 1 task at a time and not multiple. This is a sequential statement. Task 1) Take a step Task 2) Take a step Task 3) Take a step |
o Iterative Structures | (Looping) When you repeat something a certain amount of times or until a condition is met. Structure DO until (condition) task 1 task 2 Loop |
o Conditional Structures | (If then, Else, End if) Based on the answer you will do one set of task or do another set of tasks. Structure If (Condition) then task 1 task 2 Else task 3 task 4 End if |
o Modular Development | |
o Multiple Forms | |
o Arrays | |
o External Datasets |