Small Basic 1 Create a Small Basic program

Small Basic 1. Create a Small Basic program called Challenge 1. 2. Your statements should include the following: 2 different foreground colors Unit 1 Challenge #1 A Standards Based Grading 1 -0

Small Basic Unit 1 Challenge #1 B Standards Based Grading 2 -0 1. Open your Challenge 1 in Small Basic. 2. Create a variable that is called number 1, and store the value from the user in it. 3. Create a variable that is called number 2, and store the value from the user in it. 4. Create a variable called sum, calculate the sum of the two numbers and store the values in that variables. 5. Display the sum of the two numbers.

Small Basic Standards Based Grading 3 -0 difference of product of quotient of Unit 1 Challenge #1 C 1. Open your Challenge 1 in Small Basic. 2. Create a variable called difference, calculate the difference of the two numbers and store the values in that variables. 3. Display the difference of the two numbers. 4. Create a variable called product, calculate the product of the two numbers and store the values in that variables. 5. Display the product of the two numbers. 6. Create a variable called quotient, calculate the quotient of the two numbers and store the values in that variables. 7. Display the quotient of the two numbers.

Small Basic Unit 1 Challenge #1 D Standards Based Grading 4 -0 Conditional statements in a computer program will perform different actions depending upon specified conditions such as an If Then statement. 1. Open your Challenge 1 in Small Basic. 2. Add a question asking if the user wants to add, subtract, multiply, or divide. 3. Based upon what the user chooses, the math calculation will take place. You will be using If Then statements for this. 4. Bonus Option – get the program to repeat and keep running until the X is used to close the program. Standards Based Grading 4 -1
- Slides: 4