Lesson 15
Introduction to Programming
Welcome
There are many different types of programming languages. Each programming language has its own syntax or style for entering instructions. To program in a particular language you must learn the syntax of the language. In any programming language, we are writing instructions for the computer or device to follow. Programming is logical and fun!
Lesson Goals
- To gain a general understanding of programming
- To write a simple program showing output
- To write a simple program asking for input
- To write a program that averages three numbers
In Lesson 15 you will learn how to:
- Write a program to display output
- Write a program to accept input
- Use an If Then statement
Upon completion of this lesson you will be able to answer the following questions:
- What command do you use to display text?
- What command do we use to clear the display window?
- What command would you type to place the words “You won!” at position 10, 50 in the display window?
- If Then statements must end with what command?
- What is a walk through in the programming world?
Time Required
About 60 minutes.