1 Project 5: New Venue. 2 New Venue Based on the posted New Venue scenario 077_Ticket_Booth_Scenarios.pdf.

Slides:



Advertisements
Similar presentations
Using the Remedy Requester Console
Advertisements

Academic Quality How do you measure up? Rubrics. Levels Basic Effective Exemplary.
Creating and Submitting a Necessary Wayleave Application
Connecting Parents to Fulton County Schools
Cascading Style Sheets
How-to Use iLab Solutions software within Auckland Science Analytical Services in the Faculty of Science, the University of Auckland Auckland Science Analytical.
Welcome to OpenHouse  The OpenHouse website is located at  It is recommended that this site is viewed at a.
1 Project 6: Tic Tac Toe. 2 Tic Tac Toe A Challange Project 10 Points extra credit on final grade OK to work in groups of 2 or 3.
MiniProject.1 Mini-project ITCS 4146/5146 Grid Computing, 2007, UNC-Charlotte, B. Wilkinson. March 28a, 2007.
COMS S1007 Object-Oriented Programming and Design in Java July 15, 2008.
1 of 7 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
ICS2O-Introduction to Computer Science Using the computers and asking questions. Things to remember in the lab.
By Steven Campbell and Erik Boone.  Sharing projects by putting them into a central repository.  Checking out copies of projects from the repository.
1 Project 6: Cats in Tree. 2 Project 3: Cats in Tree In this project you will Create a class definition for a Cat class. Populate a BST with Cat information.
1 Project 7: Huffman Code. 2 Extend the most recent version of the Huffman Code program to include decode information in the binary output file and use.
SAM 2010 v1.5 Student Walkthrough. Initial Set Up 1.Ensure that you are connected to the Internet. 2.Launch your web browser (Internet Explorer 7 or 8.
1 Project 5: Median. 2 The median of a collection of numbers is the member for which there are an equal number less than or equal and greater than or.
1 Project 7: My Photo Album Graded Project. 2 Assignment Write a web app to permit users to upload and view photos. User can keep up to five photos on.
CIS162AD: C#.Net Programming Level I Instructor: Gary R. Smith, MS.
1 Project 4: XML Product Browser (Not Graded). Objectives This project is an exercise of the following knowledge and skills: Accessing and displaying.
Linking Images to Other Areas within a Blackboard Course Darek Sady.
Fall 2005 Using FrontPage to Enhance Blackboard - Darek Sady1 Using FrontPage to Enhance Blackboard 1.Introduction 2.Starting FrontPage 3.Creating Documents.
1 Software Systems Development CEN Spring 2011 TR 12:30 PM – 1:45 PM ENB 116 Instructor:Dr. Rollins Turner Dept. of Computer Science and Engineering.
1 Project 4: Vehicle Inventory. 2 Write a program to read a text file containing information about vehicles and output the information First in the order.
1 Project 3: Chomp (Not graded). 2 Project 3 The game of Chomp was described in a Math Trek column in Science News:
1 Project 7: Northwind Traders Order Entry. 2 Northwind Order Entry Extend the Select Customer program from Project 6 to permit the user to enter orders.
Blackboard Directions Required Proficiencies. Search ‘blackboard’ in the upper right hand corner.
Go to your school’s web locker site Your user name is the first letter of your first name, the first four letters of.
11 Project 2 Temperature Conversion (Not graded).
INF5181 / Project Fall 2013 Project – Details of submission Deadline: November 18 th, Format: PDF Together with the project report you must submit a declaration.
11 Project 2 Towers of Hanoi. 22 Towers of Hanoi is a well known puzzle that can be very difficult to solve manually but can be programmed very easily.
Project Deliverables CEN Engineering of Software 2.
1 Project 5: Printing Address Labels. 2 Assignment Write a Windows forms program to display and print a set of address labels. Input from a csv file.
1 Project 3 The Kumquat Society Conference. 2 Conference Registration In this project you will write a program to handle a conference registration. The.
Project 3: Ticket Printer
1 COP 3331 Object Oriented Design Spring 2016 Section 001 F 8:00 AM – 10:45 AM CPR 115 Classroom Lecture 3 credit hours Instructor:Dr. Rollins Turner ENB.
1 CAP 4063 Web Application Design Spring 2016 Section 001 TR 11:00 AN – 12:15 PM ENG 4 (classroom lecture) 3 credit hours Instructor:Dr. Rollins Turner.
1 Project 2: Using Variables and Expressions. 222 Project 2 Overview For this project you will work with three programs Circle Paint Ideal_Weight What.
1 Project 3 String Methods. Project 3: String Methods Write a program to do the following string manipulations: Prompt the user to enter a phrase and.
1 Project 1: Tickets. 2 Class Ticket Write a definition for class Ticket. A Ticket object corresponds to a physical ticket for a stage show. Attributes.
1 Project 2: Sorting Cats. Write a C++ console application to read a text file containing information about cats and output the information to the screen.
Confidential & Proprietary T AX -A IDE Site Management Training Chapter 6.
1 Project 4 Address Lookup. Project 4 Write an ASP.NET app that permits users to retrieve addresses from a potentially large list of addresses. There.
1 Project 3: Farey Sequences. 2 Farey Sequences Further details about Farey sequences, and more examples, can be found in the Wikipedia article:
Project Deliverables CIS 4328 – Senior Project 2 And CEN Engineering of Software 2.
1 Project 7: Looping. Project 7 For this project you will produce two Java programs. The requirements for each program will be described separately on.
Working with the interface and interacting with the iPad app.
11 Project 2 Temperature Conversion. 22 Project 2: Temperature Conversion Write an ASP.NET Web Forms app to convert temperatures from Fahrenheit to Celsius.
Complete Ordering System for Promotional Literature and Samples Quick Reference and Training Guide.
1 Project 5: Leap Years. 222 Leap Years Write a program that reads an integer value from the user representing a year and determines if the year is a.
1 Project 4: Computing Distance. 222 Computing Distance Write a program to compute the distance between two points. Recall that the distance between the.
1 Project 4: Palindrome Detector. 2 Assignment Write a C++ program that reads a line of text from the keyboard and reports to the user whether the text.
1 Project 4: Venue Sort. 2 This project is an exercise in Using C++ strings. Operator overloading. Text File Input.
IMPACT SAMR Cover Sheet Task OverviewLearning Objective(s)Suggested Technology Students will write their own word problem, use Educreations to display.
1 Project 5 Eyeglass Rx User Control. Eyeglass Rx Earlier in the semester we looked at an eyeglass prescription as an example of an HTML table. 2.
1 Project 15: Animals Using Derived Classes and Inheritance.
1 Project 6: New Venue. 2 New Venue Based on the posted New Venue scenario
1 Project 8: Tic Tac Toe. 2 Assignment Write an HTML and JavaScript page that pemits users to play Tic Tac Toe. Both players use a single browser. Alternating.
1 Project 7: Ticket_Booth_0 Using XML. 2 Ticket Booth 0 Base Level 0 of the real Ticket Booth program. Gets information for a single venue from an XML.
1 Project 12: Cars from File. This is an extension of Project 11, Car Class You may use the posted solution for Project 11 as a starting point for this.
1 Project 6: Northwind Orders. 2 The Northwind Traders Database The Northwind Traders database was created by Microsoft for training and demonstration.
Setting Out My Research Book
Exam 3 Information George Koutsogiannakis
To Logon: URL: Input: Login ID (user address)
CSS 422 Education for Service-- tutorialrank.com
Quiz 2 Information George Koutsogiannakis
OneSupport Help Center (OSHC) Training
Vendor Portal Registration Procedures
Unemployment Insurance Agency Michigan Web Account Manager
Presentation transcript:

1 Project 5: New Venue

2 New Venue Based on the posted New Venue scenario 077_Ticket_Booth_Scenarios.pdf create a class diagram for classes needed to implement the New Venue scenario. It is OK to provide multiple diagrams if desired. These classes should describe software vs. the real world. Your diagram(s) should be in the form of a file, so that you can submit it via Blackboard assignments. You can either use a drawing program such as Visio or PowerPoint, or draw the diagram by hand and scan it or photograph it. Be sure it is legible.

3 Venue Classes Be sure that there is a responsible class for each operation that the system must perform in the New Venue scenario. Be sure there is a home for each piece of information needed in order to perform the required actions. Show required associations between the classes. Avoid redundancy. There should be only one class responsible for a given operation. Each required piece of information should have only one home.

4 New Venue Write a program to implement the New Venue use case. Omit login and function selection. Start at the beginning of the Add Venue operation. Terminate upon completion.

5 Existing Classes Reuse class definitions from previous projects where possible. Update them if necessary. New method in class Venue: Display_All( ) Display seats and seating sections as well as name and address.

6 Seating Plan Row A Row B Row C Row D Row E Row F Front Section Back Section Left Section Right Section Center Section

7 User Interface

8

9

10 Ground Rules You may work with one other person. OK to work alone if you prefer. If you do work as a pair Work together! Both members are expected to contribute. Submit a single set of the deliverables. Both members should understand work in detail. Do not share your work with other students. Before or after submitting the project. It is OK to discuss the project. Do not copy any other student’s work. Don’t look at anyone else’s deliverables. Don’t let anyone look at your deliverables.

11 Ground Rules Except for code posted on the class web site Do not copy code from the Internet or any other source. Write your own code.

12 Submission Project is due by 11:59 PM, Sunday, March 27. Deliverables: Document file for class diagram(s). Source code for the program. If you work with another student, include both names in the assignment comments. Submit only one solution. Use the Blackboard Assignment to submit your project.