140 likes | 160 Views
Explore the fundamentals of programming logic and design in this comprehensive guide by Angela Robinson. Learn how to create algorithms, use pseudo code, and design flow charts to build effective programs. Discover essential tools and resources to enhance your coding skills in this engaging tutorial.
E N D
Intro to Programming Logic and Design CIS 115 Brought to you by: done by Angela Robinson for CSC 289
Table of Contents: • Before you begin • What will it do? • How will it do this? • Tools • Pseudo Code • Flow Charts • Summary Review done by Angela Robinson for CSC 289
Before you begin… Ask yourself these questions… done by Angela Robinson for CSC 289 Table of Contents
What will the Program be doing? done by Angela Robinson for CSC 289 Table of Contents
How do you do that? • Find Toothbrush • Find Toothpaste • Put toothpaste on toothbrush • Brush teeth until clean • Rinse mouth with water done by Angela Robinson for CSC 289 Table of Contents
done by Angela Robinson for CSC 289 Table of Contents
Tools to go beyond Algorithm Reference: Algorithm document done by Angela Robinson for CSC 289 Table of Contents
Flow Chart The top picture are symbols from MS Visio Basic Flowchart symbols. The bottom two pictures are taken from Raptor. Click here for the Flowchart document of the Brushing Teeth algorithm done by Angela Robinson for CSC 289 Table of Contents
Pseudo Code Click here to access the pseudo code document for brushing your teeth. done by Angela Robinson for CSC 289 Table of Contents
Lets Review A summary of what we have learned here done by Angela Robinson for CSC 289 Table of Contents
What are the two questions to start your design process? • What is the program going to be doing? • How do you do it? done by Angela Robinson for CSC 289 Table of Contents
What are the basic steps of the program called? An Algorithm done by Angela Robinson for CSC 289 Table of Contents
What tools can you use to design your program after getting an Algorithm? • Pseudo Code • Flow Charts done by Angela Robinson for CSC 289 Table of Contents
Resources • Clip art provided by either Microsoft or Click Art 400K of Borderbund • Starting out with Programming logic & Design, second edition by Tony Gaddis • Video recorded with Cam Studio (www.camstudio.org) • Video edited with Adobe Premiere (www.adobe.com) done by Angela Robinson for CSC 289 Table of Contents