subject

A small bus company keeps details of the starting place, destination, and fare for all routes which it operates.
 Each route has a unique route number and is divided into a number of stages. A stage
is identified by the names of the bus stops that mark its beginning and end.
 For example, route number 154 goes from Hartlepool-Greatham, GreathamWolviston, Wolviston-Billingham, and Billingham-Norton.
 Each stage may appear in a number of routes, and is given a different sequence
number for each route.
 For example, Greatham-Wolviston is stage 2 on route 154, stage 3 on route 178
Billingham-Sunderland, and stage 6 on route 105 Stockton-Hartlepool.
 The distance in miles is kept for each stage.
 Each route is associated with a number of scheduled departures, each of which is
identified by a day of the week and a time.
 The estimated arrival time at the destination is recorded for each departure. There may
be a number of departures, for different routes, leaving at the same time? on the same
day.
 For example, route 154 departs at 9.15 on Monday, 10.00 on Wednesday, and at 9.30
and 15.00 on Saturday. Route 105 also departs at 9.30 on Saturday.
 Once a week a particular bus is allocated to each departure scheduled for the
following week. The data on which bus is allocated to which departure is only kept
for one week, being removed when buses are allocated for the following week.
 Details of the registration number and seating capacity of each bus are recorded.
 Every route must consist of at least one stage, but details of a stage may be kept even
if it is not currently part of route.
 Details of the scheduled departures are recorded before buses are allocated.
 Details of all buses are recorded even if they are not currently allocated to any
departures. Details of routes are to be recorded before departures have been arranged.
Design database for the given case scenario and also normalize the database. List your
assumptions and clearly indicate the cardinality mappings.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 17:40
Write a modular program (no classes yet, just from what you learned last year), that allows two players to play a game of tic-tac-toe. use a two-dimensional char array with 3 rows and 3 columns as the game board. each element of the array should be initialized with an asterisk (*). the program should display the initial board configuration and then start a loop that does the following: allow player 1 to select a location on the board for an x by entering a row and column number. then redisplay the board with an x replacing the * in the chosen location. if there is no winner yet and the board is not yet full, allow player 2 to select a location on the board for an o by entering a row and column number. then redisplay the board with an o replacing the * in the chosen location. the loop should continue until a player has won or a tie has occurred, then display a message indicating who won, or reporting that a tie occurred. player 1 wins when there are three xs in a row, a column, or a diagonal on the game board. player 2 wins when there are three ox in a row, a column, or a diagonal on the game board. a tie occurs when all of the locations on the board are full, but there is no winner. input validation: only allow legal moves to be entered. the row must be 1, 2, or 3. the column must be 1, 2 3. the (row, column) position entered must currently be empty (i.e., still have an asterisk in it).
Answers: 1
question
Computers and Technology, 23.06.2019 15:00
Jake really works well with numbers and is skilled with computers but doesn't work well with others. which of the jobs discussed in this unit might be best for jake? why?
Answers: 3
question
Computers and Technology, 23.06.2019 21:00
Which set of steps will organize the data to only show foods with more than 100 calories and rank their sugar content from greatest to least?
Answers: 1
question
Computers and Technology, 24.06.2019 01:00
Verify each identity[tex] \frac{csc}{cot \: x \: + \: tan \: x} = cos \: x[/tex]
Answers: 1
You know the right answer?
A small bus company keeps details of the starting place, destination, and fare for all routes which...
Questions
question
Mathematics, 07.12.2020 18:40
question
Social Studies, 07.12.2020 18:40
question
Mathematics, 07.12.2020 18:40
question
Social Studies, 07.12.2020 18:40
question
Mathematics, 07.12.2020 18:40
question
Chemistry, 07.12.2020 18:40
question
Mathematics, 07.12.2020 18:40
Questions on the website: 13722360