Answered step by step
Verified Expert Solution
Question
1 Approved Answer
HW 5 Time Controlled Repetition and Random Char Values In this homework, we will develop a typing practice program for young kids to learn and
HW 5 Time Controlled Repetition and Random Char Values In this homework, we will develop a typing practice program for young kids to learn and practice typing on a computer keyboard. Let's assume this is the level 1 practice, where kids only type single letters in lower case. Here is the sample of how this program should execute. Welcome to the typing practice! When you see a letter displayed on the screen, type the same letter on your keyboard. Let's see how many you can score in 1 minute! Please type: m n Please type: k Please type: o i Please type: e e Please type: o o Please type: q Congratulation! Within 1 minute, you typed 6 letters. You are 83.33% correct in this practice Part A (8 points) In a Word, PPT file or a PDF file, develop a solution for this problem. Put your name, date, and HW5 on the top of the document. 1. Develop a flow chart for this problem. (8 pts) Suggestion: You can start from a simple version of flowchart. It may take a few rounds of modification to get a good one. Lay out the tasks / rectangles for one typing practice / question first. Then make it a repetition and add how you control the repetition. Use correct shapes and symbols - circle for start and end, rectangles for tasks, diamonds for conditions, and arrows to show the sequence. You can use hand drawing, Word, Visio or Raptor in your preference. Make sure the submission is a screenshot picture, PPT file or a PDF. If you create the flowchart using MS Word, you are recommended to save it to PDF for submission, to make sure the shapes and connections won't be altered in the submission
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started