{"id":364,"date":"2015-06-19T12:39:51","date_gmt":"2015-06-19T12:39:51","guid":{"rendered":"http:\/\/assignmenttask.com\/tutorhelp\/?p=364"},"modified":"2022-10-15T05:25:55","modified_gmt":"2022-10-15T05:25:55","slug":"application-designing-help","status":"publish","type":"post","link":"https:\/\/assignmenttask.com\/tutorhelp\/application-designing-help\/","title":{"rendered":"Application Designing Help"},"content":{"rendered":"<p>For this assignment, you are required to design an application for a children\u2019s party venue.\u00a0 The party venue wants a program that will allow staff to book in children\u2019s parties and check for available party times.\u00a0 This program is for staff use only. \u00a0 The program must cater for each of the following requirements:<\/p>\n<p>1)\u00a0\u00a0\u00a0 Register a new party.\u00a0 The party venue needs to store the name of the person making the booking, the child\u2019s name, the child\u2019s age, the theme of the party, any food allergies, the number of guests and any special requests.<\/p>\n<p>2)\u00a0\u00a0\u00a0 Schedule parties.\u00a0 Guests have exclusive use of the venue for the party, so only one party can be booked at any one time.<\/p>\n<p>3)\u00a0\u00a0\u00a0 Display the party listing.\u00a0 This lists all parties.\u00a0 When a party is selected, list all the details for that party, including its scheduled date and time.<\/p>\n<p>4)\u00a0\u00a0\u00a0 Display all the party bookings for a selected day.\u00a0 These should be sorted from the earliest party time to the latest time, and identify which party is scheduled at which time.<\/p>\n<p>Task Description: \u00a0 1)\u00a0\u00a0\u00a0 Design. Prior to commencing coding, you need to plan what you\u2019re going to code.\u00a0 Write an algorithm that describes how your program is going to work and how it links together.<\/p>\n<p>2)\u00a0\u00a0\u00a0 Implementation Develop a program for the party venue staff.\u00a0 This needs to:<\/p>\n<p>a.\u00a0\u00a0\u00a0 Use a menu to provide the user with options to access different parts of the program.<\/p>\n<p>b.\u00a0\u00a0\u00a0 Include all the functionality described under the application description.\u00a0 Make sure this includes the following elements:<\/p>\n<ol>\n<li>at least one array<\/li>\n<li>at least one if statement<\/li>\n<\/ol>\n<ul>\n<li>at least one while or do-while loop<\/li>\n<\/ul>\n<ol>\n<li>at least one for loop<\/li>\n<li>at least one switch statement<\/li>\n<\/ol>\n<ol>\n<li>Keep running until the user selects a menu option to exit the program.<\/li>\n<\/ol>\n<p>You should aim to write code following high quality coding practices, including comments, trapped exceptions and exhibiting good design where code is separated into separate methods.<\/p>\n<p><strong>Warning: <\/strong>In this task, you are <u>not allowed<\/u> to use any automated code-writing tools.\u00a0 You must manually write \/ type the whole program by yourself.\u00a0 Failing to do so will result in no marks for the entire assignment.<\/p>\n<p>In your supplementary documentation, explain how you have tested your code and the results of your testing.\u00a0 This means writing down the inputs and actions which the marker should follow to reproduce the scenarios you used to check the program is working.\u00a0 Include screenshots demonstrating the results when you tested your code.<\/p>\n<p><strong>Submission Requirements: <\/strong><\/p>\n<p>All files you wish to submit must be placed into a single ZIP file (with extension of .zip).<\/p>\n<p>At a minimum, the following files should be present:<\/p>\n<p>Assignment1.docx \u2013 for Tasks 1 and 3<\/p>\n<p>All code files to allow your program to be compiled and run.<\/p>\n<p>The work submitted must be your own work.\u00a0 You may be required to discuss your work with your tutor, either in lab classes or via a Skype, Google Hangout or telephone conversation with the marker.<\/p>\n<p>CRICOS Provider No. 00103D\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 ITECH1400 Assignment 1<\/p>\n<h1>Marking Guide: ITECH1400<\/h1>\n<table width=\"697\">\n<tbody>\n<tr>\n<td width=\"151\"><strong>Task <\/strong><\/td>\n<td width=\"480\"><strong>Details <\/strong><\/td>\n<td width=\"66\"><strong>Marks <\/strong><\/td>\n<\/tr>\n<tr>\n<td width=\"151\">Task 1: Design<\/td>\n<td width=\"480\">Write an algorithm that describes how your program is going to work and how it links together.<\/td>\n<td width=\"66\">\/4<\/td>\n<\/tr>\n<tr>\n<td width=\"151\">Task 2:<\/p>\n<p>Implementation<\/td>\n<td width=\"480\">Implementation of a program for the party staff, which:<\/p>\n<p>&#8211;\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Uses a menu to provide the user with options to access different parts of the program.<\/p>\n<p>&#8211;\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Allows the user to:<\/p>\n<p>o\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Register a new party.\u00a0 The party venue needs to store the name of the person making the booking, the child\u2019s name, the child\u2019s age, the theme of the party, any food allergies, the number of guests and any special requests. o Schedule parties.\u00a0 Guests have exclusive use of the venue for the party, so only one party can be booked at any one time.<\/p>\n<p>o\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Display the party listing.\u00a0 This lists all parties.\u00a0 When a party is selected, list all the details for that party, including its scheduled date and time. o Display all the party bookings for a selected day.\u00a0 These should be sorted from the earliest party time to the latest time, and identify which party is scheduled at which time.<\/p>\n<p>&#8211;\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Includes o at least one array o at least one if statement o at least one while or do-while loop o at least one for loop o at least one switch statement<\/p>\n<p>&#8211;\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Keeps running until the user selects a menu option to exit the program.<\/td>\n<td width=\"66\">\n<p>\/13<\/td>\n<\/tr>\n<tr>\n<td width=\"151\">Task 3: Testing<\/td>\n<td width=\"480\">Documented testing results, that:<\/p>\n<p>&#8211;\u00a0\u00a0\u00a0\u00a0 explain how you have tested your code<\/p>\n<p>&#8211;\u00a0\u00a0\u00a0\u00a0 show the results of your testing with inputs and outputs included.<\/p>\n<p>&#8211;\u00a0\u00a0\u00a0\u00a0 include screenshots showing the test results.<\/td>\n<td width=\"66\">\/3<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>To get assignment help, please contact to our live chat adviser<\/strong><\/p>\n<p><a href=\"https:\/\/chatserver.comm100.com\/ChatWindow.aspx?planId=135&amp;visitType=1&amp;byHref=1&amp;partnerId=-1&amp;siteid=207633\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" class=\" size-medium wp-image-196 aligncenter\" src=\"http:\/\/assignmenttask.com\/assignment-sample\/wp-content\/uploads\/2015\/06\/chat-now-300x113.png\" alt=\"chat expert for your assignment help\" width=\"300\" height=\"113\" srcset=\"https:\/\/assignmenttask.com\/tutorhelp\/wp-content\/uploads\/2015\/06\/chat-now-300x113.png 300w, https:\/\/assignmenttask.com\/tutorhelp\/wp-content\/uploads\/2015\/06\/chat-now.png 525w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>For this assignment, you are required to design an application for a children\u2019s party venue.\u00a0 The party venue wants a program that will allow staff to book in children\u2019s parties and check for available party times.\u00a0 This program is for <a href=\"https:\/\/assignmenttask.com\/tutorhelp\/application-designing-help\/\" class=\"read-more\">Read More &#8230;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[313],"tags":[359,65,6,360,11,10],"class_list":["post-364","post","type-post","status-publish","format-standard","hentry","category-engineering","tag-application-designing","tag-assignment-help","tag-australia","tag-programming-assignment","tag-uk","tag-usa"],"_links":{"self":[{"href":"https:\/\/assignmenttask.com\/tutorhelp\/wp-json\/wp\/v2\/posts\/364","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/assignmenttask.com\/tutorhelp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/assignmenttask.com\/tutorhelp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/assignmenttask.com\/tutorhelp\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/assignmenttask.com\/tutorhelp\/wp-json\/wp\/v2\/comments?post=364"}],"version-history":[{"count":3,"href":"https:\/\/assignmenttask.com\/tutorhelp\/wp-json\/wp\/v2\/posts\/364\/revisions"}],"predecessor-version":[{"id":1100,"href":"https:\/\/assignmenttask.com\/tutorhelp\/wp-json\/wp\/v2\/posts\/364\/revisions\/1100"}],"wp:attachment":[{"href":"https:\/\/assignmenttask.com\/tutorhelp\/wp-json\/wp\/v2\/media?parent=364"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/assignmenttask.com\/tutorhelp\/wp-json\/wp\/v2\/categories?post=364"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/assignmenttask.com\/tutorhelp\/wp-json\/wp\/v2\/tags?post=364"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}