1 / 4

Learning Pseudocode: Solving Problems & Writing Algorithms

This course introduces programming through pseudocode, covering problem-solving strategies, algorithm creation, and pseudocode implementation. Learn to sequence actions and layout code effectively.

jeannem
Download Presentation

Learning Pseudocode: Solving Problems & Writing Algorithms

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. An Introduction to Programming WITH PSEUDOCODE

  2. 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

  3. 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

  4. 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.

More Related