IT 193 Unit 9 Project Grading Rubric
Follow Below Link to Download Tutorial https://homeworklance.com/downloads/193-unit-9-project-grading-rubric/
For More Information Visit Our Website (
https://homeworklance.com/
)
Email us At: Support@homeworklance.com or lancehomework@gmail.com
Rewrite the program from Unit 8 using a file to store the country names and abbreviations (this file Countries.txt can be found in Doc Sharing). This will allow the user to search the more than 250 countries and abbreviations from the complete ISO list. Read the country names and abbreviations in to the array of structures. Note: Unless you include Open File dialog boxes, copy the file into the binDebug folder for the project. Note: For help in basing a new project on an existing project, see “Basing a New Project on an Existing Project” in Chapter 5. Optional Extra: Allow the user to select the file using the Open File dialog box. Project Grading Rubric Anyone up for a challenge? This course offers you the opportunity to go beyond the required course material. Two Challenge Levels are offered to supercharge your coursework: Programming Whiz and Rock Star Programmer. Challenge Levels are a great way for you to learn more about programming, better improve your existing skills and abilities, and/or highlight how knowledgeable you are in the unit material. These levels do not count for additional points or guarantee a higher grade. Challenge Levels offer you an opportunity to stand out, learn more, and gain confidence. To start, follow the rubric and project instructions as normal. If you choose to try it, supplement your project with the challenge levels. Reach out to your instructor and do some research for resources. The “Programming Whiz” level adds to the basic level, and the “Rock-Star Programmer” level adds
more challenges to the “Programming Whiz” level. If you start a challenge level, but it becomes too difficult to handle, please stick with the basic project instructions, as found in the rubric to calculate your grade. Most importantly—have fun with it! Your Challenge Levels for this week: Programming Whiz Allow the user to write the file to the disk using the SaveFileDialog box to save the file after additional countries have been added. Rock-Star Programmer Allow the user to write the file to the disk using the SaveFileDialog box to save the file after additional countries have been added. Check to see if a password (a small textfile) exists in the Bin folder. If so, make the user enter it before opening the program. If not, have the user create a password and save it. Save the project into a file with the name: IT193_YourName_Unit_9_Project.zip Project Requirements: Review the Grading Rubric below before beginning this activity. Project 9 Grading Rubric = 40 points Project Requirements/criteria Maximum points possible for satisfactory completion of task Points earned by student Project Grading Rubric Course: IT193 Unit: 9 Points: 40 Copyright Kaplan University Project works according to specifications. Modifies the Unit 8 project to read country names and abbreviations from a file. (5 points) Uses the StreamReader object to read from the file. (5 points) Uses error handling or exception handling to check for the existence of the file before attempting to open it. (5 points) 0–15 Output is accurate. Project allows user the options to Look up the Abbreviation or Look up the Country Name. (5 points) Correctly displays the Abbreviation or Country Name based on user choice and input. (5 points) In the event that a match cannot be found for the input, display an appropriate error message. (2 points)
Allows user to select the file using the open file dialog. (3 points) 0–15 Logic is efficient. Use the most efficient logic that the textbook or your instructor has covered. 0–5 Project includes comments at top of program: Unit Number Date Programmer Name Program Description Descriptive comments in every procedure. Proper indentation. Proper blank lines. No unused procedures included. 0–5 Extra Credit—allows user to select the file using the open file dialog. 0–4 Column total