40 likes | 62 Views
This course introduces programming through pseudocode, covering problem-solving strategies, algorithm creation, and pseudocode implementation. Learn to sequence actions and layout code effectively.
E N D
An Introduction to Programming WITH PSEUDOCODE
Learning Objectives • Identify the sequence of actions to solve a problem • Determine the order of a sequence to correctly solve a problem • Demonstrate the use of pseudocode to solve a problem • Pseudocode can be used to help layout the code Key words = Pseudocode and Algorithm
CHECKPOINT • What have we done so far? • Created an series of actions to solve a given problem. • This is called an Algorithm • Written the list of actions in a numbered sequence • This is called Pseudocode Key words = Pseudocode and Algorithm
Pseudocode Assignment Write pseudocode to create an Hot Fudge sundae. Include the all the steps, get the dish, get the scoop, look in freezer, choose flavor, etc. You should also look in the fridge to see if you are out of Whipped Cream – include what happens if you do have it or don’t have it. Copy and Paste into the Text Entry Box or save in a Word file and upload for grading.