Introduction to programming and Essentials of Psychology Only for the tutor John Mureithi
Final Graded Project
Introduction to Programming
1
INTRODUCTION Congratulations! You’ve completed all the text materials for this course. All you have left to do is to complete this final graded project, which will demonstrate the programming and logic skills you’ve acquired. This graded project will be similar to the ones you’ve worked on throughout the course. If you’ve successfully completed the assignments and graded project for each lesson, you should have no problem completing the tasks for this project.
MICROSOFT VISIO You’ve already installed Microsoft Visio, but if you for some reason need to reinstall the program, visit the Getting Started Guide at http://visio.microsoft.com.
1. You can download a free 60-day trial version by following these steps:
http://visio.microsoft.com and click Download Free Visio Trial.
2. Follow the on-screen prompts to download the trail.
3. Open Visio from the Start Menu. It may appear in the Microsoft Office menu.
4. Activate your trial version after you open Visio.
Note: The system requirements for the Visio trial are Windows 7, Windows Vista, Windows XP with Service Pack (SP) 2, Windows Server 2003 with SP1, or another later operating system.
Introduction to Programming
Introduction to Programming2
YOUR ASSIGNMENT This final graded project is divided into two parts.
Part 1 Turn to page 223 of your textbook and locate Programming Exercise 2—Calories Burned. Create a program that calcu- lates the number of calories burned while running on a treadmill. An individual running on this particular treadmill burns 3.9 calories per minute.
Design a program that uses a loop to display the number of calories burned after running 10, 15, 20, 25, and 30 minutes. To complete Part 1,
1. Create a flowchart for this program using the data provided.
2. Create pseudocode for this program using the data provided.
Part 2 Turn to page 427 of your textbook and locate Programming Exercise 6—Golf Scores. You’ll create a program for a Golf Club that
n Reads each player’s name and golf score as keyboard inputs, and saves these records as golf.dat.
n Reads the golf.dat records and displays them.
To complete Part 2,
1. Create a flowchart for this program using the data provided.
2. Create pseudocode for this program using the data provided.
SUBMITTING YOUR WORK Congratulations! Now that you’ve completed the final graded programming project, you’re ready to apply all you’ve learned about programming to your own projects. All you must do now is inspect your completed project files one last time before you e-mail the files to your instructor for grading.
Introduction to Programming 3
Be sure to submit these four files for grading:
1. Part 1: Flowchart
2. Part 1: Pseudocode
3. Part 2: Flowchart
4. Part 2: Pseudocode
Follow this procedure to submit your assignment online:
1. On your computer, save a revised and corrected version of your project. Make sure to include the project number (41800600) to identify the project.
2. Go to http://www.pennfoster.edu and log in.
3. Go to Student Portal.
4. Click on Take Exam next to the lesson on which you’re working
5. Enter your e-mail address in the box provided. (Note: This information is required for online submission.)
6. Attach your file or files as follows:
n Click on the Browse box.
n Locate the file you wish to attach.
n Double-click on the file.
n Click on Upload File.
7. Click on Submit Files.
Your instructor will use these guidelines to grade your project:
Part 1 n Created the pseudocode for the program 10 points
n Created the main module 10 points
n Created the end module 10 points
n Created the flowchart for the program 10 points
n Created the loop in the flowchart 10 points
TOTAL POINTS FOR PART 1 50 points
Introduction to Programming4
Part 2 n Created the pseudocode for the program 10 points
n Created the main module 10 points
n Created pseudocode to open and display the input file 10 points
n Created the flowchart for the program 10 points
n Created the flowchart to open and display the input file 10 points
TOTAL POINTS FOR PART 2 50 points