Question
Create a project on a Pizza Shop using these programming steps below: Create a Word document for Steps 1 7. Include a title page, pages
Create a project on a Pizza Shop using these programming steps below:
Create a Word document for Steps 1 7. Include a title page, pages should be formatted properly, use clear titles for each step. Create your documentation as a comprehensive document using WORD or some other word processing software. Save the file as a PDF file. Step 1: Clearly define what the program is to do. Write a business case clearly indicating: Why this application is being developed and what business problem it will solve. Step 2: Visualize the application running on the computer and design its user interface. Provide sketches of the actual pages these are drawn not printed from the computer. Include all forms. Step 3: List and Define the controls and variables needed for each form. Step 4: Define the values of each control's relevant properties. Select three controls on each page and document the properties for those controls. This means if your form has 7 controls choose 3 of the 7 controls and document the properties for those controls. Step 5 Determine the event handlers and other code needed for a minimum of two required complex methods. Identify what form and what control for the method. Step 6: Create pseudo code AND flowchart for each complex method defined in Step 5. Step 7: Check the code for errors Include a summary of your in troubleshooting and correcting errors. These steps are created in Visual Studio 2015 using Visual Basic.
Step 8: Start Visual Studio and create the forms and other controls identified in Step 3 (complete design and control naming in Visual Basic). Step 9: Use the flowcharts or pseudo code from Step 6 to write the actual code. Step 10: Attempt to run the application. Correct any syntax errors found and repeat this step as many times as necessary. Step 11: Once all syntax errors are corrected, run the program with test data for input. Correct any runtime errors. Repeat this step as many times as necessary.
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