Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Computer Engineering Expert

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.

Computer Engineering, Engineering

  • Category:- Computer Engineering
  • Reference No.:- M91937958

Have any Question?


Related Questions in Computer Engineering

Carbonated drinks like cola tonic water and club soda are

Carbonated drinks like cola, tonic water and club soda are pleasantly bubbly due to the following decomposition of carbonic acid: H2CO3(aq) → H2O(l) + CO2(g) If a sample of H2CO3 decomposes over water at 50°C, 0.23 L of ...

With respect to tm4c123 arm cortex m4 processorhow many

With respect to TM4C123 ARM Cortex M4 Processor How many machine cycles are required to process first line of ISR after an interrupt occurs? What are the other benefits of NVIC to process interrupt more efficiently?

Question future policy and legislative issuesthe

Question: Future Policy and Legislative Issues The cyberspace domain continues to grow significantly in terms of its size, influence, and complexity. This complexity requires some form of meaningful policy formulation. D ...

Listen to or read the transcript of this podcast

Listen to (or read the transcript of) this podcast (https://www.stlouisfed.org/education/economic-lowdown-podcast-series/episode-16-elasticity-of-demand) from the Federal Reserve Bank of St. Louis. Describe your experien ...

What are the minimum and maximum values in decimal if an

What are the minimum and maximum values (in decimal) if an 8-bit binary number is given unsigned and two's complement formats?

How can i get the first element from a linked listfor

How can I get the first element from a linked list? For example, if I am working on a number guessing game with linked list, and there is a list called priorGuess, which stores all the guesses that is given. PriorGuess h ...

Suppose pointers are 4 bytes long and keys are 12 bytes

Suppose pointers are 4 bytes long, and keys are 12 bytes long. How many keys and pointers will a block of 16,384 bytes have?

Quality management plan it should includea short statement

Quality Management Plan. It should include: A short statement that reflects your team's philosophy or objective for ensuring that you deliver a quality system to your client. Develop and describe the following that your ...

What are the characteristics of perfect competition and

What are the characteristics of perfect competition, and does is exist in the real world?

Question imagine that you are hired as a cio of a quickly

Question: Imagine that you are hired as a CIO of a quickly growing retail chain with an online presence. You have growing transactional databases but want to build a business intelligence infrastructure. You also have va ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As