Design conditional and iteration constructs

Assignment Help Computer Engineering
Reference no: EM131181852

Ticket Seller Phase I

This assignment contains elements that you have learned over the past few weeks, including:

- Designing well-written and readable programs using a disciplined coding style, including documentation and indentation standards.
- Demonstrating how to implement logic involving sequence, selection, and repetition using Visual Basic.
- Creating useful and well-designed programs that use subroutines, functions, menus, dialog boxes, and other related form objects to solve practical business problems.

Part 1: Design Phase

This is the first of a two-phase assignment. For this phase of the assignment, students will submit a design of their application. There is no coding required for this phase of the assignment. Students will design an application for the following business description:

Ticket Seller is a new startup ticketing company. It has contracted you to develop a Visual Basic system to sell and print tickets for your local basketball arena. The system will provide sales in a Microsoft Windows environment at the ticket office. Management will use your program as a prototype for a future global ticket system. Create your own sample data for the designs. Use your creativity in this design.

This application will be menu-driven. Students will design the application according to the following organizational system:
- A main menu system with the following submenu systems:
i. setup game / ticket menu.
ii. sell tickets menu.
iii. reporting menu.

a. Create a setup subsystem to enter:
i. games.
ii. dates.
iii. prices.
iv. seats.
b. Create a sell subsystem to:
i. display available tickets.
ii. sell tickets and take them out of the available ticket pool.
iii. keep track of the total sales.
iv. provide a group discount (10 or more tickets for 1 transaction - 10% off).

c. Business requires two (2) new screen reports to be generated from the ticketing system. The first screen report shows the daily activity, which shows the number of tickets sold and revenue generated. The second screen report is weekly results. It has the total tickets sold, the total revenue generated, and tickets available for sale. Create a report subsystem for daily and weekly sales.

The following items must be submitted for this phase of the assignment

1. A written paper (at least two pages 1.5 line spacing) describing how the application will be designed
a. Include a cover page
b. Include details about components that will be used in the UI design for each subsystem
c. Programming conventions that will be used in the program code
d. Describe logical flow of subsystems
i. Steps user will execute to accomplish tasks in each subsystem
For example: If a user is in the sell ticket subsystem, what are the required tasked the user must perform to purchase ticket(s)
e. Graphical rendering (such as flowchart, use case), of the application components and interactions.
The specific course learning outcomes associated with this assignment are:
- Apply graphical user interface design principles.
- Design conditional and iteration constructs appropriate to a given programming task.
- Design well-written and readable programs using a disciplined coding style, including documentation and indentation standards.
- Create Visual Basic applications that deploy on multiple platforms such as Web pages, Windows, and Office environments.
- Demonstrate how to implement logic involving sequence, selection, and repetition using Visual Basic.
- Create useful and well-designed programs that use subroutines, functions, menus, dialog boxes, and other related form objects to solve practical business problems.

Ticket Seller Phase II

This assignment contains elements that you have learned over the past few weeks, including:
- An event planning document outlining objects, triggers, and events that will be used to drive the application.
- Designing well-written and readable programs using a disciplined coding style, including documentation and indentation standards.
- Demonstrating how to implement logic involving sequence, selection, and repetition using Visual Basic.
- Creating useful and well-designed programs that use subroutines, functions, menus, dialog boxes, and other related form objects to solve practical business problems.

This is the second of a two (2) phase assignment. You must submit both parts as separate files for the completion of this assignment. Remember, you are only to demonstrate the menu function and not create a major database to track sales.

Ticket Seller is a new startup ticketing company. It has contracted you to develop a Visual Basic system to sell and print tickets for your local basketball arena. The system will provide sales in a Microsoft Windows environment at the ticket office. Management will use your program as a prototype for a future global ticket system. Create your own sample data for the designs. Use your creativity in this design.

The second part of the assignment is the coding phase (see Part II below). This is the actual Visual Basic code to complete the actions defined in the event planning document. For this part of the assignment, you will turn in six (6) screen shots and a copy of all the code created to implement this ticket system.

Part II: Coding Phase

The next step in the process is to take the design you created in the last phase and implement it into Visual Basic. First create the forms and drop the objects into the form. Next write the code behind the scenes to create the menus. Remember, you are only to demonstrate the menu function and not create a major database to track sales.

Create a Windows application to demonstrate the menu flow, include the following elements:

1. Create a main menu system for the:

1. setup game / ticket menu.

2. sell tickets menu.

3. reporting menu.

2. Create a setup subsystem to enter:

1. games.

2. dates.

3. prices.

4. seats.

3. Create a sell subsystem to:

1. display available tickets.

2. sell tickets and take them out of the available ticket pool.

3. keep track of the total sales.

4. provide a group discount (10 or more tickets for 1 transaction - 10% off).

4. Business requires two (2) new screen reports to be generated from the ticketing system. The first screen report shows the daily activity, which shows the number of tickets sold and revenue generated. The second screen report is weekly results. It has the total tickets sold, the total revenue generated, and tickets available for sale. Create a report subsystem for daily and weekly sales.

5. Provide a total of six (6) screen shots, one (1) for each screen including setup screen menu, main menu, sell screen, report screen menu, daily report screen, and weekly report screen.

6. Provide the Visual Basic code for the entire subsystem.

The specific course learning outcomes associated with this assignment are:

- Apply graphical user interface design principles.

- Design conditional and iteration constructs appropriate to a given programming task.

- Design well-written and readable programs using a disciplined coding style, including documentation and indentation standards.

- Create Visual Basic applications that deploy on multiple platforms such as Web pages, Windows, and Office environments.

- Demonstrate how to implement logic involving sequence, selection, and repetition using Visual Basic.

- Create useful and well-designed programs that use subroutines, functions, menus, dialog boxes, and other related form objects to solve practical business problems.

Reference no: EM131181852

Questions Cloud

Program that checks whether two given strings are circular : Detecting this condition is important in the study of genomic sequences. Write a program that checks whether two given strings s and t are circular
Why would i ever need to integrate with windows : Why would I ever need to integrate with Windows? Many organizations use Microsoft Windows as their desktop solution, and more than likely have Windows servers for file and printer sharing.
What determines the length of a firms cash conversion period : List the events in the working-capital cycle that directly affect cash and those that do not.- What determines the length of a firms cash conversion period?
Channels of distribution to market their products overseas : What are some of the disadvantages that can result when companies use channels of distribution to market their products overseas?
Design conditional and iteration constructs : Design conditional and iteration constructs appropriate to a given programming task and design well-written and readable programs using a disciplined coding style, including documentation and indentation standards.
Write paper on use of spearman rank correlation coefficient : Write a paper (750-1,000 words) regarding the use of Spearman rank correlation coefficient by Messina. Comment on what variables were used; whether it answered the research question.
Examples of cash receipts that are not sales revenue : What are some examples of cash receipts that are not sales revenue? - Explain how expenses and cash disbursements during a month may be different.
Economics analysis essay : For this assignment, you will write a 2-3-page paper (double-spaced, 1-inch margins) providing at least 1 example of how government has overstepped biblical principles in some form of economic policy.
How may a seller speed up collection of accounts receivable : How may a seller speed up the collection of accounts receivable? - Give examples that may apply to various stages in the life cycle of receivables.

Reviews

Write a Review

Computer Engineering Questions & Answers

  1 consider the following network example with the indicated

1. consider the following network example. with the indicated link costs along each link in the figure use dijkstras

  Include any information that you think will be useful in

as a network manager in a medium-size corporation it is your responsibility to use a proactive approach to providing

  Save the punch in or punch out date

Display an input field called "Choice" to input one of the four options - Inputting an incorrect option shall display a prompt indicating that the input was invalid and to try again.

  Most operating systems employ a virtual memory manager vmm

most operating systems use a virtual memory manager vmm whose responsibility is to manage the relationship between the

  Write down a class named testscores

Write down a class named TestScores. The class constructor should accept an array of test scores as its argument. The class should have a process that returns the average of the test scores.

  What personnel implications are when setting up a wan

What personnel implications are when setting up a wan? You are hired by a firm that has offices in Peru, France, the United States, and Hungary. Your job is to coordinate a team of IT workers to connect all of individual sites into one large WAN.

  Wireless networking

Explain the origins/genesis of the wireless networking. Explain the devices included used and how they operate.

  Describe a project that increase an intranet

Describe a project that increase an Intranet.

  Design a program whcih will allow a user to input a list of

design a program that will allow a user to input a list of your family members along with their age and state where

  Example that utilizes some form of recursion

Java / XML example that utilizes some form of recursion. Include blocks of code and the XML with your example

  Two bluetooth modules to control an led

I am trying to do use two bluetooth modules to control an LEDs. I am using HC05 as master and another as slave. I can get the two bluetooth module to pair up and communicate with one another using a serial communication in the Arduino IDE.

  Difference between the two main programming styles

Three-sided box that is connected to the step it references by a dashed line - You represent a decision in a flowchart by drawing a decision symbol.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd