Computers are excellent machines for performing mathematical operations. In this lesson we learn about the different mathematical operators we can use to perform mathematical computations, and we create useful programs that compute useful information for the user.
Objective
Students will be able to…
* Describe the different mathematical operators we can use in programs
* Create programs that use basic math to compute useful things
* Create programs that take in user input, do simple computations with the input, and produce useful output
Activities
These are all the activities included in the lesson.
Activity | ||
---|---|---|
Video | ||
Quiz | PRINT QUIZPRO | |
Example | ||
Example | ||
Example | ||
Exercise | REVIEW FOR CLASS | |
Exercise | REVIEW FOR CLASS |
Open the Google Doc for this class. In your own words at the TOP of the Doc, explain what you learned today and how it can help you write programs.
SANDBOX–create a new programs that uses at least one WHILE LOOP and IF ELSE statement. Include at least 2 of your own functions. Show me.