Ticketseller

Assignment Help Basic Computer Science
Reference no: EM13755316

Assignment "TicketSeller"

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.

This assignment will contain two (2) Parts: Event Planning Document and Coding phase. 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.

TicketSeller 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.

Every software project can be broken down to two parts. The first is the screen design. It includes the graphical screen layout and how each object reacts when it is triggered. A simple example is an exit button. The graphical design will consist of a red button with the word "exit". The event planning document will define the name of the button, how is it invoked, and the action that occurs. (See Part I below). For this part of the assignment, you will turn in an event planning document created in Word.

The second part 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. Remember, you are only to demonstrate the menu function and not create a major database to track sales.

Part I: Event Planning Document

The event planning document consists of a table that defines the actions for a specific object used on the Visual Basic form. This is an important component to complete before you start building the application for TicketSeller, because it provides a plan on how to implement your application. For example, if you have two (2) ticket prices, the event planning document will tell you to use a list box that displays two (2)  ticket prices ($25 for upper level seats and $50 for lower level seats).

1. Create an event planning document in which you input the information pertaining to your application including the following:

a. The object

b. The event trigger

c. The event process:

For this assignment, an example may be necessary. Please see the sample below and refer to Figure 3-68 on page 158 of the textbook for further example.

Progam name: Ticketpgm | Object | btnExit  -  Developer: Joe Smith | Event Trigger | Click   -   Object: frmMainMenu | Event process | Close the window

Your assignment must follow these formatting requirements:

  • Be typed, double spaced, using Times New Roman font (size 12), with one-inch margins on all sides. Check with your professor for any additional instructions.
  • Include a cover page containing the title of the assignment, the student's name, the professor's name, the course title, and the date.

Part II: Coding Phase

You must submit the following for the completion of Part 2 of this assignment.

  • 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.
  • The Visual Basic code for the entire subsystem.

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 to 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.

2. Create a Windows application to demonstrate the menu flow.

 a. Create a main menu system for the:

  i.    setup game / ticket menu.

  ii.    sell tickets menu.

  iii.    reporting menu.

 b. Create a setup subsystem to enter:

  i.    games.

  ii.    dates.

  iii.    prices.

  iv.    seats.

 c. 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).

d. 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 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: EM13755316

Questions Cloud

The bonds are issued at face value : The Colson Company issued $300,000 of 10% bonds on January 1, 2014. The bonds are due January 1, 2020, with interest payable each July 1 and January 1. The bonds are issued at face value. Prepare Colson’s journal entries for (a) the January issuance,..
Assess the probable difficulties and risks : Case Study: ING Life, Assess the probable difficulties and risks associated with using a public infrastructure such as the Internet as part of a business solution
Choose a type of company : You learned about business finance. Now, you'll apply what you learned. 1. For this assignment, choose a type of company that you could imagine yourself starting. Describe the type of company. (1-4 sentences.)
How did the nuclear arms race change our world : How did the nuclear arms race change our world?
Ticketseller : 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.
Around what year was the first veda written : Around what year was the first veda written?
Revenue recognition a major focus of external audits : Why the risk of fraud is related to revenue recognition a major focus of external audits? What is "period-end-reporting" and how might it affect revenue recognition?
Adjusting entry that should be recorded to fairly present : During the month of June, Rowling Boutique had cash sales of $352,556 and credit sales of $226,416, both of which include the 6% sales tax that must be remitted to the state by July 15. Prepare the adjusting entry that should be recorded to fairly pr..
What are the total equivalent units for conversion costs : The Filling Department of Savannah Lotion Company had 3,000 ounces in beginning work in process inventory (60% complete). During the period, 40,400 ounces were completed. The ending work in process inventory was 600 ounces (25% complete). What are th..

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Benefit from implementing locking methods

Describe how locks could be used in order to qualify data transactions and enhance concurrency control. Suggest at least two business scenarios that would benefit from implementing locking methods.

  Review the wbs and gantt chart you created for tasks

Review the WBS and Gantt chart you created for Tasks Propose three to five additional activities that would help you estimate resources and durations. Write a one-page paper describing these new activities.

  Write a program that calculates how many km had went a man

One man had lost in the forest, he went a km to the south, b km to the west, c km to north and d km to the east. After that he found a road and met another man driving a car who picked him to the nearest town

  Design and test using logic works a dual-output function

Design and test using Logic Works a dual-output function to implement a full-adder in Sum-of-Products form. Show the transistor count on your schematic. For bonus points optimize the circuit to minimize transistor count.

  Use a cluster to provide fault-tolerant computing

Describe the trade-offs between your solution and a single multiprocessor-based computer system solution.

  Components in a database management systems

Describe the main components in a Database management systems (DBMS)

  Calculations without an arithmetic and logic unit (alu)

Determine whether or not it is not possible for microprocessors to perform calculations without an Arithmetic and Logic Unit (ALU)

  Create a jframe that uses borderlayout

Create a JFrame that uses BorderLayout. Place a JButton in the center region. Each time the user clicks the JButton, change the background color in one of the other regions. Save the file as JColorFrame.java.

  Dynamic programming

Please provide with a detailed answer using DYNAMIC PROGRAMMING

  Write a function print_array()

The program should have a function count() for counting the number of negative elements and the number of non-negative elements of an array, a function split() for splitting the list into negative and non-negative lists, and a function print_array..

  Common types of policies for web services

What are the most common types of policies for Web services? 12.2 What are the main components of WS-Policy Framework?

  What does the memory model of a microcontroller show

What does the memory model of a microcontroller show? Discuss the reasons for different types of memory such as RAM, EEPROM, and FLASH used in HCS12.

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