subject

Csc 143 project ii

hotel reservation/management

purpose: the purpose of this assignment is to you incorporate concepts we learned in csc 143 and get a taste of working as a software developer or a project manager. the topic is chosen to focus especially on oop, your own data structures – linked list and binary tree, and your chance of learning a whole lot more will be inevitable.

background:

we want to update your previous group project to use your own data structures – linked list, binary tree, and so on. your program should be able to make a reservation for and be able to state when the guests have checked out of a room.

deliverables and due dates:

• project proposal by thursday, february 14, 2019

• poster session on thursday, february 28, 2019

• all submissions due on wednesday, march 6, 2019

task: to complete the project, you should:

1. write the project proposal with your team members and submit on canvas

a. the project proposal is the core of your project. spending enough time on your proposal will certainly pay off in the end. most software engineers spend at least 50% of their project allocation time on planning and designing the system.

b. list of things you may want to include in your proposal: title, what you hope to accomplish and how you intend to achieve them, design flow, what your final demo will feature (must features and nice-to-have features), and how you will implement (i. e., data structures, algorithms, inputs and outputs)

c. you need to include the project plan: describe a high level timeline for your project, consisting of major milestones and their short descriptions (1-2 sentences). this will you to scope the work and determine the number of team members you might need.

d. type your proposal and submit on canvas under proposal of project

2. implement the application

3. poster session – no presenter, no demo!

4. submit all files

ansver
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 11:00, najerajulio
What is the foundation for proper monitoring, load balancing and routing in distributed systems
Answers: 3
image
Computers and Technology, 23.06.2019 08:00, ionmjnm3041
The managing director of a company sends a christmas greeting to all his employees through the company email. which type of network does he use? he uses an .
Answers: 3
image
Computers and Technology, 23.06.2019 18:30, aalyssag606
This program should be a short piece of code that prints all of the positive integers from 1 to 100 as described more fully below. the program may contain multiple methods, and if using an oo language, should be contained within a single class or object. the program should be designed so that it begins execution when invoked through whichever mechanism is most common for the implementation language. â–ş print out all positive integers from 1 to 100, inclusive and in order. â–ş print messages to standard output, matching the sample output below. â–ş in the output, state whether the each integer is 'odd' or 'even' in the output. â–ş if the number is divisible by three, instead of stating that the number is odd or even, state that the number is 'divisible by three'. â–ş if the number is divisible by both two and three, instead of saying that the number is odd, even or divisible by three; state that the number is 'divisible by two and three'. â–ş design the logic of the loop to be as efficient as possible, using the minimal number of operations to perform the required logic. sample output the number '1' is odd. the number '2' is even. the number '3' is divisible by three. the number '6' is divisible by two and three.
Answers: 1
image
Computers and Technology, 24.06.2019 04:10, kris1920
Write a program that reads a set of floating-point values. ask the user to enter the values, then print • the average of the values. • the smallest of the values. • the largest of the values. • the range, that is the difference between the smallest and largest. of course, you may only prompt for the values once.
Answers: 3
You know the right answer?
Csc 143 project ii

hotel reservation/management

purpose: the purpose of this...

Questions in other subjects: