To learn what an algorithm is and how computers use them; we will learn about flow charts, the different shapes used and what they represent.
To learn about Visual Basic and its own user interface; we will learn how to create a new project and how to add objects and code.
To learn how to manipulate the properties of objects in different ways.
To learn about variables, what they are and how they can be used; we will learn about constants, what they are and how they can be used.
To learn about variables, what they are and how they can be used; we will learn about constants, what they are and how they can be used (Lesson 4 continued).
Understanding the programming construct selection and what an IF statement is and how they are used.
To learn what SELECT statements are and how they can be used as an alternative to IF.
To understand the programming construct 'iteration' and how it is used; to understand how to use FOR loops in Visual Basic.
To understand the programming construct 'iteration' and how it is used; to understand how to use WHILE loops in Visual Basic.