1.) - Design the class model and produce a class diagram
for a set of vehicle types for a vehicle manufacturer. At
a minimum, the class model should include the following
information:
- Type of vehicle (e.g. sedan, truck, etc),
- Number of seats
- Number of doors
- Color of the vehicle
- Transmission type (auto vs manual)
- Engine’s rated horsepower
- Number of engine cylinders
- Engine size (in liters)
- Number of stereo speakers
- Does it include satellite radio?
- Does it have a CD player? (and if so, how many CDs
can it hold?)
- Is it front, rear, all, or 4 wheel drive?
- Truck bed type (e.g. short, standard, long)
- Trunk size (for those vehicle types that have a
trunk)
2.) I want to create an in-memory definition for a set of
airline routes for a small airline company. I want to
maintain a list of all of my planes and their current
locations (or their destination location if they are
currently in the air). One of the possible locations needs
to be “hangar” for maintenance or repairs. I want to have
the full airline schedule available so that I can look for
available flights. I also want to store information on
which planes are operating each schedule.
Assuming that a customer comes to the ticketing counter at
one of my airports when it opens at 6:00am, I want to be
able to give a customer the fastest option to get from one
airport to another. Keep in mind that it may take more
than one flight to get from one airport to another.
Describe how you would fulfill this request with your
design.
3.) I want to create a course registration database for a
university. I want to store information for each
department, information for each course (including which
department they’re offered under as well as which
professors are teaching them), information for each
professor, and the list of the registered students and
which courses each student has registered for.
Keep in mind that an instance of a course could be taught
by multiple instructors (i.e. one instructor for the first
half of the course and then a different instructor for the
second half).
Also keep in mind that there could be multiple instances of
a given course offered by different sets of instructors
(e.g. offered by Bob Smith on Mondays & Wednesdays at 10am
and Bill Jones on Tuesdays & Thursdays at 1pm).
Design a set of database tables to store this information.
4.) Given the following: You have an application that
consists of three parts: a front end GUI, a middle-ware
layer where all the processing of data takes place and a
database where data is read from.
What are the areas that would be most likely to break?
What would your testing strategy for this be? Why?
5.) Imagine I am handing you a wine glass and I ask you to
test it. What would your testing strategy for this be?
Answer Posted / drunkenbrucelee
Did you get the answers for these questions? Please let me
know them if you know. Thanks.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Write a shell program. Enter number of days from keyboard. Find out the number of years, month and days it contains
What is the difference between CLEAR & RESET and OPEN & CLOSE OPCOEDS(USING RPG/400).wheare we can use this?can any body tell me in real time senario with example please?
THERE ARE 4 SOURCE FILES WHICH CONTAINS SAME METADATA CREATE A TARGET THAT SHOULD DISPLAY THE FILE NAME ALONG WITH THE RECORD PLEASE SEND THE ANSWERFOR THIS QUESTION WITH MAPPING
Write a pascal program to calculate the sum of the first 100 even number and odd number
How to set fixed width in particular
Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?
How to call a C++ function which is compiled with C++ compiler in C code?
Please describe an example where you used object orientation in one of your programs.
Q1.Write a C program which asks the user for a number between 1 to 9 and shows the number. If the user inputs a number out of the specified range, the program should show an error and prompt the user for a valid input.
what is the difference between read the data from table and infotype
please any one pass file aid,xpeditor and endeavor tools
Definition of Singleton Class? what is the Purpose of it? what is the advantage?
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table by using proc sql?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box. eg: 3 box contain stick as:1,1,1. if u take 1 stick from 3rd numbred box you will any how win the match.
can we use commit,rollback in triggers and how?