SlideShare a Scribd company logo
1 of 11
Assignment Grading Rubric
Course: IT234 Unit: 5 Points: 60
Copyright Kaplan University
Assignment 5
Outcomes addressed in this activity:
Design relational databases by converting entity-relationship
diagrams into relational tables
Perform the data normalization process
Describe a variety of physical database design techniques
ranging from adding indexes to
denormalization
Course Outcomes:
IT234-2: Analyze the systemic approaches that businesses use
to acquire, store, and present data and
transform it into information used to support business
operations and decision making.
Part 1 – Logical Design
Disclaimer: The organizations and characters depicted in this
exercise are fictional. Any resemblance to real
organizations or individuals is purely coincidental.
Video Centers of Europe, Ltd. is a chain of movie DVD rental
stores. It must maintain data on the DVDs it has
for rent, the movies recorded on the DVDs, its customers, and
the actual rental. Each DVD for rent has a
unique serial number. Movie titles and customer numbers are
also unique identifiers. Assume that each movie
has exactly one “star.” Note the difference in the year that the
movie was originally filmed and the date that a
DVD—an actual disk—was manufactured. Some of the
attributes and functional dependencies in this
environment are as follows:
Attributes
DVD Number
Manufacture Date
Movie Title
Star
Year Filmed
Length [in minutes]
Customer Number
Customer Name
Customer Address
Rental Date
Return Date
Fee Paid
Functional Dependencies
DVDNumber MovieTitle
DVDNumber Star
DVDNumber ManufactureDate
MovieTitle Star
MovieTitle Length
MovieTitle YearFilmed
CustomerNumber CustomerName
CustomerNumber CustomerAddress
Assignment Grading Rubric
Course: IT234 Unit: 5 Points: 60
Copyright Kaplan University
DVDNumber, CustomerNumber, RentalDate
ReturnDate, FeePaid
Source: Gillenson, M. (2011). Fundamentals of database
management systems, second edition. Hoboken,
NJ: John Wiley & Sons.
Using the attributes and functional dependencies above,
consider the following;
For each of the following tables (a,b,c,d,e),
1. First write the table's current normal form (as 1NF, 2 NF, or
3 NF).
2. Then, take those tables that are currently in 1 NF or 2 NF and
reconstruct them as well structured 3 NF
tables.
Primary key attributes are underlined. Do not assume any
functional dependencies other than those shown.
a. Movie Title, Star, Length, Year Filmed
b. DVD Number, Customer Number, Rental Date, Customer
Name, Return Date, Fee Paid
c. DVD Number, Manufacture Date, Movie Title, Star
d. Movie Title, Customer Number, Star, Length, Customer
Name, Customer Address
e. DVD Number, Customer Number, Rental Date, Return Date,
Fee Paid
Part 2 – Physical Design
Consider the following relational database for Happy Cruise
Lines. It keeps track of ships, cruises, ports, and
passengers. A “cruise” is a particular sailing of a ship on a
particular date. For example, the seven-day journey
of the ship Pride of Tampa that leaves on June 13, 2003, and is
a cruise. Note the following facts about this
environment:
Both ship number and ship name are unique in the SHIP Table.
A ship goes on many cruises over time. A cruise is associated
with a single ship.
A port is identified by the combination of port name and
country.
As indicated by the VISIT Table, a cruise includes visits to
several ports and a port is typically included
in several cruises.
Both Passenger Number and Social Security Number are unique
in the PASSENGER Table. A
particular person has a single Passenger Number that is used for
all of the cruises that she takes.
The VOYAGE Table indicates that a person can take many
cruises and a cruise, of course, has many
passengers.
Assignment Grading Rubric
Course: IT234 Unit: 5 Points: 60
Copyright Kaplan University
Source: Gillenson, M. (2011). Fundamentals of database
management systems, second edition. Hoboken,
NJ: John Wiley & Sons.
Analyze each of the following situations and, using the physical
database design techniques discussed in this
unit, indicate how you would modify the logical design shown
to improve performance or otherwise
accommodate it.
a. There is a need to list cruises by cruise number but there is
also a periodic need to list all of the cruises
in order by start date.
b. There is a frequent need to quickly retrieve the data about a
cruise together with the data about the
ship used on the cruise.
c. There is a frequent need to quickly retrieve cruise data based
on departure date.
d. Data about passengers from California must be accessed
quickly and much more frequently than data
about passengers from anywhere else.
e. There is a frequent need to quickly retrieve a list of the port
managers of the ports at which the ship on
any particular cruise will stop.
f. There is a frequent need to quickly find the total number of
passengers who were on any particular
cruise.
g. There is a frequent need to find the start and end dates of
cruises as quickly as possible.
Assignment Grading Rubric
Course: IT234 Unit: 5 Points: 60
Copyright Kaplan University
h. There is a frequent need to find cruise data based on ship
name. Hint: The Ship Name attribute is
unique.
Directions:
For this Assignment you will examine the methodology and
considerations necessary for completion of a
Logical and Physical Design.
For both part 1 and part 2, examine the exhibits provided. Using
your knowledge of the design process
evaluate the exhibits and answer the questions provided.
In a word document, copy each question and then directly
underneath it provide your answer. Format the word
document for maximum readability and clarity. Use a consistent
font throughout. Arial 11, is preferred.
Directions for Submitting Your Assignment:
Compose your Assignment in a Microsoft Word document and
save it as IT 234 YourName_Unit_5.doc and
submit it to the Dropbox for Unit 5.
Written Assignment Requirements:
Written work should be free of spelling, grammar, and APA
errors. Points deducted from the grade for each
writing, spelling, or grammar error are at your instructor’s
discretion.
Please be sure to download the file “Writing Center Resources”
from Doc Sharing to assist you with meeting
APA expectations.
Review the grading rubric below before beginning this activity.
Assignment 5 grading rubric = 60 points
Assignment Requirements Points
Possible
Points Earned
1. Each of the table's current normal form (as
1NF, 2 NF, or 3 NF) is indicated.
0–5
2. Each of the five tables has been properly
reconstructed as well structured 3 NF tables.
0–15
3. A physical design solution is provided for the
problem -- There is a need to list cruises by cruise
number but there is also a periodic need to list all
of the cruises in order by start date.
0–5
4. A physical design solution is provided for the
problem -- There is a frequent need to quickly
0–5
Assignment Grading Rubric
Course: IT234 Unit: 5 Points: 60
Copyright Kaplan University
retrieve the data about a cruise together with the
data about the ship used on the cruise.
5. A physical design solution is provided for the
problem -- There is a frequent need to quickly
retrieve cruise data based on departure date.
0–5
6. A physical design solution is provided for the
problem -- Data about passengers from California
must be accessed quickly and much more
frequently than data about passengers from
anywhere else.
0–5
7. A physical design solution is provided for the
problem -- There is a frequent need to quickly
retrieve a list of the port managers of the ports at
which the ship on any particular cruise will stop.
0–5
8. A physical design solution is provided for the
problem -- There is a frequent need to quickly find
the total number of passengers who were on any
particular cruise.
0– 5
9. A physical design solution is provided for the
problem -- There is a frequent need to find the
start and end dates of cruises as quickly as
possible.
0– 5
10. A physical design solution is provided for the
problem -- There is a frequent need to find cruise
data based on ship name.
0– 5
Total (Sum of all points)
0–60
Less deduction taken for spelling, grammar
and APA errors. Plagiarism is totally
unacceptable.
Adjusted Total Points
Assignment Grading Rubric  Course IT234 Unit 5    Poin.docx

More Related Content

Similar to Assignment Grading Rubric Course IT234 Unit 5 Poin.docx

Commercial Crew Program status-update-1-9-13
Commercial Crew Program status-update-1-9-13Commercial Crew Program status-update-1-9-13
Commercial Crew Program status-update-1-9-13
Dmitry Tseitlin
 
Ia_Whiteley-resume-2015
Ia_Whiteley-resume-2015Ia_Whiteley-resume-2015
Ia_Whiteley-resume-2015
IWW Whiteley
 
Signature AssignmentGrading GuideOPS571 Version 83S.docx
Signature AssignmentGrading GuideOPS571 Version 83S.docxSignature AssignmentGrading GuideOPS571 Version 83S.docx
Signature AssignmentGrading GuideOPS571 Version 83S.docx
maoanderton
 
Chamberlain College of NursingNR439 – Evidence-Based Practic.docx
Chamberlain College of NursingNR439 – Evidence-Based Practic.docxChamberlain College of NursingNR439 – Evidence-Based Practic.docx
Chamberlain College of NursingNR439 – Evidence-Based Practic.docx
cravennichole326
 
Charles K. Maddox resume 7
Charles K. Maddox resume 7Charles K. Maddox resume 7
Charles K. Maddox resume 7
charles maddox
 
1 Project 4 Introduction - the SeaPort Project seri.docx
1  Project 4 Introduction - the SeaPort Project seri.docx1  Project 4 Introduction - the SeaPort Project seri.docx
1 Project 4 Introduction - the SeaPort Project seri.docx
honey725342
 

Similar to Assignment Grading Rubric Course IT234 Unit 5 Poin.docx (20)

NASA_CCO_status-2013 update
NASA_CCO_status-2013 updateNASA_CCO_status-2013 update
NASA_CCO_status-2013 update
 
Strayer cis-438-week-4-assignment-2
Strayer cis-438-week-4-assignment-2Strayer cis-438-week-4-assignment-2
Strayer cis-438-week-4-assignment-2
 
Commercial Crew Program status-update-1-9-13
Commercial Crew Program status-update-1-9-13Commercial Crew Program status-update-1-9-13
Commercial Crew Program status-update-1-9-13
 
bob_Clato_resume 2017
bob_Clato_resume 2017bob_Clato_resume 2017
bob_Clato_resume 2017
 
NLP-Focused Applied ML at Scale for Global Fleet Analytics at ExxonMobil
NLP-Focused Applied ML at Scale for Global Fleet Analytics at ExxonMobilNLP-Focused Applied ML at Scale for Global Fleet Analytics at ExxonMobil
NLP-Focused Applied ML at Scale for Global Fleet Analytics at ExxonMobil
 
Denver devops : enabling DevOps with data virtualization
Denver devops : enabling DevOps with data virtualizationDenver devops : enabling DevOps with data virtualization
Denver devops : enabling DevOps with data virtualization
 
Strayer cis-417-week-4-assignment-2
Strayer cis-417-week-4-assignment-2Strayer cis-417-week-4-assignment-2
Strayer cis-417-week-4-assignment-2
 
RDA & DVDs : Bringing it All Together: RDA from Experience : COMO XXV
RDA & DVDs : Bringing it All Together: RDA from Experience : COMO XXVRDA & DVDs : Bringing it All Together: RDA from Experience : COMO XXV
RDA & DVDs : Bringing it All Together: RDA from Experience : COMO XXV
 
BGOUG "Agile Data: revolutionizing database cloning'
BGOUG  "Agile Data: revolutionizing database cloning'BGOUG  "Agile Data: revolutionizing database cloning'
BGOUG "Agile Data: revolutionizing database cloning'
 
Ia_Whiteley-resume-2015
Ia_Whiteley-resume-2015Ia_Whiteley-resume-2015
Ia_Whiteley-resume-2015
 
Aqua Browser Implementation at Oklahoma State University
Aqua Browser Implementation at Oklahoma State UniversityAqua Browser Implementation at Oklahoma State University
Aqua Browser Implementation at Oklahoma State University
 
Signature AssignmentGrading GuideOPS571 Version 83S.docx
Signature AssignmentGrading GuideOPS571 Version 83S.docxSignature AssignmentGrading GuideOPS571 Version 83S.docx
Signature AssignmentGrading GuideOPS571 Version 83S.docx
 
JKnightResume16
JKnightResume16JKnightResume16
JKnightResume16
 
Chamberlain College of NursingNR439 – Evidence-Based Practic.docx
Chamberlain College of NursingNR439 – Evidence-Based Practic.docxChamberlain College of NursingNR439 – Evidence-Based Practic.docx
Chamberlain College of NursingNR439 – Evidence-Based Practic.docx
 
Kscope 2013 delphix
Kscope 2013 delphixKscope 2013 delphix
Kscope 2013 delphix
 
Ground Processing Affordability for Space Vehicles
Ground Processing Affordability for Space VehiclesGround Processing Affordability for Space Vehicles
Ground Processing Affordability for Space Vehicles
 
Open Source Data Backup, or: How to Sleep Better at Night (OSCON 2005)
Open Source Data Backup, or: How to Sleep Better at Night (OSCON 2005)Open Source Data Backup, or: How to Sleep Better at Night (OSCON 2005)
Open Source Data Backup, or: How to Sleep Better at Night (OSCON 2005)
 
Acquaint you with WIM Why produce WIM in the military Describe Rational Ro...
Acquaint you with WIM  Why produce WIM in the military   Describe Rational Ro...Acquaint you with WIM  Why produce WIM in the military   Describe Rational Ro...
Acquaint you with WIM Why produce WIM in the military Describe Rational Ro...
 
Charles K. Maddox resume 7
Charles K. Maddox resume 7Charles K. Maddox resume 7
Charles K. Maddox resume 7
 
1 Project 4 Introduction - the SeaPort Project seri.docx
1  Project 4 Introduction - the SeaPort Project seri.docx1  Project 4 Introduction - the SeaPort Project seri.docx
1 Project 4 Introduction - the SeaPort Project seri.docx
 

More from ssuser562afc1

PHYS 102In the Real World” Discussion TopicsYou may choose yo.docx
PHYS 102In the Real World” Discussion TopicsYou may choose yo.docxPHYS 102In the Real World” Discussion TopicsYou may choose yo.docx
PHYS 102In the Real World” Discussion TopicsYou may choose yo.docx
ssuser562afc1
 
PHYSICS DATA SHEET.docx
PHYSICS DATA SHEET.docxPHYSICS DATA SHEET.docx
PHYSICS DATA SHEET.docx
ssuser562afc1
 
Phonemic Awareness TableTaskScriptingDescription and.docx
Phonemic Awareness TableTaskScriptingDescription and.docxPhonemic Awareness TableTaskScriptingDescription and.docx
Phonemic Awareness TableTaskScriptingDescription and.docx
ssuser562afc1
 
Philosophy 2582 - Media Ethics Paper 1 (Noam Chomsky) 
.docx
Philosophy 2582 - Media Ethics Paper 1 (Noam Chomsky) 
.docxPhilosophy 2582 - Media Ethics Paper 1 (Noam Chomsky) 
.docx
Philosophy 2582 - Media Ethics Paper 1 (Noam Chomsky) 
.docx
ssuser562afc1
 
Philosophy 7 Asian Philosophy (Fall 2019) Paper Guidelines .docx
Philosophy 7 Asian Philosophy (Fall 2019) Paper Guidelines .docxPhilosophy 7 Asian Philosophy (Fall 2019) Paper Guidelines .docx
Philosophy 7 Asian Philosophy (Fall 2019) Paper Guidelines .docx
ssuser562afc1
 
PIC.jpga.zipAPA.pptAPA Style--Review.docx
PIC.jpga.zipAPA.pptAPA Style--Review.docxPIC.jpga.zipAPA.pptAPA Style--Review.docx
PIC.jpga.zipAPA.pptAPA Style--Review.docx
ssuser562afc1
 
PHIL101 B008 Win 20 ! # AssignmentsAssignmentsAssignmen.docx
PHIL101 B008 Win 20  !  # AssignmentsAssignmentsAssignmen.docxPHIL101 B008 Win 20  !  # AssignmentsAssignmentsAssignmen.docx
PHIL101 B008 Win 20 ! # AssignmentsAssignmentsAssignmen.docx
ssuser562afc1
 
Phase 3 Structured Probl.docx
Phase 3 Structured Probl.docxPhase 3 Structured Probl.docx
Phase 3 Structured Probl.docx
ssuser562afc1
 
Phil 2101 Final PaperGuidelines Approximately 5 pages, doubl.docx
Phil 2101 Final PaperGuidelines Approximately 5 pages, doubl.docxPhil 2101 Final PaperGuidelines Approximately 5 pages, doubl.docx
Phil 2101 Final PaperGuidelines Approximately 5 pages, doubl.docx
ssuser562afc1
 
Perspectives on WarInstructionsAnalyze After watching .docx
Perspectives on WarInstructionsAnalyze After watching .docxPerspectives on WarInstructionsAnalyze After watching .docx
Perspectives on WarInstructionsAnalyze After watching .docx
ssuser562afc1
 

More from ssuser562afc1 (20)

Pick an Apollo Mission that went to the Moon.  Some mission only orb.docx
Pick an Apollo Mission that went to the Moon.  Some mission only orb.docxPick an Apollo Mission that went to the Moon.  Some mission only orb.docx
Pick an Apollo Mission that went to the Moon.  Some mission only orb.docx
 
Pick a topic from data.gov that has large number of data sets on wid.docx
Pick a topic from data.gov that has large number of data sets on wid.docxPick a topic from data.gov that has large number of data sets on wid.docx
Pick a topic from data.gov that has large number of data sets on wid.docx
 
Pick an animal with sophisticated communication. Quickly find and re.docx
Pick an animal with sophisticated communication. Quickly find and re.docxPick an animal with sophisticated communication. Quickly find and re.docx
Pick an animal with sophisticated communication. Quickly find and re.docx
 
Pick a real healthcare organization or create your own. Think about .docx
Pick a real healthcare organization or create your own. Think about .docxPick a real healthcare organization or create your own. Think about .docx
Pick a real healthcare organization or create your own. Think about .docx
 
PHYS 102In the Real World” Discussion TopicsYou may choose yo.docx
PHYS 102In the Real World” Discussion TopicsYou may choose yo.docxPHYS 102In the Real World” Discussion TopicsYou may choose yo.docx
PHYS 102In the Real World” Discussion TopicsYou may choose yo.docx
 
Photosynthesis and Cellular RespirationCellular respiration .docx
Photosynthesis and Cellular RespirationCellular respiration .docxPhotosynthesis and Cellular RespirationCellular respiration .docx
Photosynthesis and Cellular RespirationCellular respiration .docx
 
Philosophy of Inclusion Research SupportIt is not enough to simp.docx
Philosophy of Inclusion Research SupportIt is not enough to simp.docxPhilosophy of Inclusion Research SupportIt is not enough to simp.docx
Philosophy of Inclusion Research SupportIt is not enough to simp.docx
 
PHYSICS DATA SHEET.docx
PHYSICS DATA SHEET.docxPHYSICS DATA SHEET.docx
PHYSICS DATA SHEET.docx
 
Physical Assessment Reflection Consider your learning and gr.docx
Physical Assessment Reflection Consider your learning and gr.docxPhysical Assessment Reflection Consider your learning and gr.docx
Physical Assessment Reflection Consider your learning and gr.docx
 
Phonemic Awareness TableTaskScriptingDescription and.docx
Phonemic Awareness TableTaskScriptingDescription and.docxPhonemic Awareness TableTaskScriptingDescription and.docx
Phonemic Awareness TableTaskScriptingDescription and.docx
 
Philosophy 2582 - Media Ethics Paper 1 (Noam Chomsky) 
.docx
Philosophy 2582 - Media Ethics Paper 1 (Noam Chomsky) 
.docxPhilosophy 2582 - Media Ethics Paper 1 (Noam Chomsky) 
.docx
Philosophy 2582 - Media Ethics Paper 1 (Noam Chomsky) 
.docx
 
Pick a large company you like. Find their Statement of Cash Flow.docx
Pick a large company you like. Find their Statement of Cash Flow.docxPick a large company you like. Find their Statement of Cash Flow.docx
Pick a large company you like. Find their Statement of Cash Flow.docx
 
Philosophy 7 Asian Philosophy (Fall 2019) Paper Guidelines .docx
Philosophy 7 Asian Philosophy (Fall 2019) Paper Guidelines .docxPhilosophy 7 Asian Philosophy (Fall 2019) Paper Guidelines .docx
Philosophy 7 Asian Philosophy (Fall 2019) Paper Guidelines .docx
 
PIC.jpga.zipAPA.pptAPA Style--Review.docx
PIC.jpga.zipAPA.pptAPA Style--Review.docxPIC.jpga.zipAPA.pptAPA Style--Review.docx
PIC.jpga.zipAPA.pptAPA Style--Review.docx
 
PHIL101 B008 Win 20 ! # AssignmentsAssignmentsAssignmen.docx
PHIL101 B008 Win 20  !  # AssignmentsAssignmentsAssignmen.docxPHIL101 B008 Win 20  !  # AssignmentsAssignmentsAssignmen.docx
PHIL101 B008 Win 20 ! # AssignmentsAssignmentsAssignmen.docx
 
Phase 3 Structured Probl.docx
Phase 3 Structured Probl.docxPhase 3 Structured Probl.docx
Phase 3 Structured Probl.docx
 
Phil 2101 Final PaperGuidelines Approximately 5 pages, doubl.docx
Phil 2101 Final PaperGuidelines Approximately 5 pages, doubl.docxPhil 2101 Final PaperGuidelines Approximately 5 pages, doubl.docx
Phil 2101 Final PaperGuidelines Approximately 5 pages, doubl.docx
 
Perspectives on WarInstructionsAnalyze After watching .docx
Perspectives on WarInstructionsAnalyze After watching .docxPerspectives on WarInstructionsAnalyze After watching .docx
Perspectives on WarInstructionsAnalyze After watching .docx
 
pestle research for chile bolivia paraguay uruguay .docx
pestle research for chile bolivia paraguay uruguay .docxpestle research for chile bolivia paraguay uruguay .docx
pestle research for chile bolivia paraguay uruguay .docx
 
Pg. 04Question Four Assignment 2Deadline Saturd.docx
Pg. 04Question Four Assignment 2Deadline Saturd.docxPg. 04Question Four Assignment 2Deadline Saturd.docx
Pg. 04Question Four Assignment 2Deadline Saturd.docx
 

Recently uploaded

SPLICE Working Group: Reusable Code Examples
SPLICE Working Group:Reusable Code ExamplesSPLICE Working Group:Reusable Code Examples
SPLICE Working Group: Reusable Code Examples
Peter Brusilovsky
 
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
中 央社
 

Recently uploaded (20)

The Liver & Gallbladder (Anatomy & Physiology).pptx
The Liver &  Gallbladder (Anatomy & Physiology).pptxThe Liver &  Gallbladder (Anatomy & Physiology).pptx
The Liver & Gallbladder (Anatomy & Physiology).pptx
 
VAMOS CUIDAR DO NOSSO PLANETA! .
VAMOS CUIDAR DO NOSSO PLANETA!                    .VAMOS CUIDAR DO NOSSO PLANETA!                    .
VAMOS CUIDAR DO NOSSO PLANETA! .
 
Đề tieng anh thpt 2024 danh cho cac ban hoc sinh
Đề tieng anh thpt 2024 danh cho cac ban hoc sinhĐề tieng anh thpt 2024 danh cho cac ban hoc sinh
Đề tieng anh thpt 2024 danh cho cac ban hoc sinh
 
Trauma-Informed Leadership - Five Practical Principles
Trauma-Informed Leadership - Five Practical PrinciplesTrauma-Informed Leadership - Five Practical Principles
Trauma-Informed Leadership - Five Practical Principles
 
Basic Civil Engineering notes on Transportation Engineering & Modes of Transport
Basic Civil Engineering notes on Transportation Engineering & Modes of TransportBasic Civil Engineering notes on Transportation Engineering & Modes of Transport
Basic Civil Engineering notes on Transportation Engineering & Modes of Transport
 
Observing-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptxObserving-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptx
 
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
 
SPLICE Working Group: Reusable Code Examples
SPLICE Working Group:Reusable Code ExamplesSPLICE Working Group:Reusable Code Examples
SPLICE Working Group: Reusable Code Examples
 
PSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptxPSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptx
 
MOOD STABLIZERS DRUGS.pptx
MOOD     STABLIZERS           DRUGS.pptxMOOD     STABLIZERS           DRUGS.pptx
MOOD STABLIZERS DRUGS.pptx
 
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
 
OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...
 
How to Manage Website in Odoo 17 Studio App.pptx
How to Manage Website in Odoo 17 Studio App.pptxHow to Manage Website in Odoo 17 Studio App.pptx
How to Manage Website in Odoo 17 Studio App.pptx
 
An overview of the various scriptures in Hinduism
An overview of the various scriptures in HinduismAn overview of the various scriptures in Hinduism
An overview of the various scriptures in Hinduism
 
When Quality Assurance Meets Innovation in Higher Education - Report launch w...
When Quality Assurance Meets Innovation in Higher Education - Report launch w...When Quality Assurance Meets Innovation in Higher Education - Report launch w...
When Quality Assurance Meets Innovation in Higher Education - Report launch w...
 
Sternal Fractures & Dislocations - EMGuidewire Radiology Reading Room
Sternal Fractures & Dislocations - EMGuidewire Radiology Reading RoomSternal Fractures & Dislocations - EMGuidewire Radiology Reading Room
Sternal Fractures & Dislocations - EMGuidewire Radiology Reading Room
 
Spring gala 2024 photo slideshow - Celebrating School-Community Partnerships
Spring gala 2024 photo slideshow - Celebrating School-Community PartnershipsSpring gala 2024 photo slideshow - Celebrating School-Community Partnerships
Spring gala 2024 photo slideshow - Celebrating School-Community Partnerships
 
UChicago CMSC 23320 - The Best Commit Messages of 2024
UChicago CMSC 23320 - The Best Commit Messages of 2024UChicago CMSC 23320 - The Best Commit Messages of 2024
UChicago CMSC 23320 - The Best Commit Messages of 2024
 
8 Tips for Effective Working Capital Management
8 Tips for Effective Working Capital Management8 Tips for Effective Working Capital Management
8 Tips for Effective Working Capital Management
 
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
 

Assignment Grading Rubric Course IT234 Unit 5 Poin.docx

  • 1. Assignment Grading Rubric Course: IT234 Unit: 5 Points: 60 Copyright Kaplan University Assignment 5 Outcomes addressed in this activity: Design relational databases by converting entity-relationship diagrams into relational tables Perform the data normalization process Describe a variety of physical database design techniques ranging from adding indexes to denormalization Course Outcomes: IT234-2: Analyze the systemic approaches that businesses use to acquire, store, and present data and transform it into information used to support business operations and decision making. Part 1 – Logical Design Disclaimer: The organizations and characters depicted in this
  • 2. exercise are fictional. Any resemblance to real organizations or individuals is purely coincidental. Video Centers of Europe, Ltd. is a chain of movie DVD rental stores. It must maintain data on the DVDs it has for rent, the movies recorded on the DVDs, its customers, and the actual rental. Each DVD for rent has a unique serial number. Movie titles and customer numbers are also unique identifiers. Assume that each movie has exactly one “star.” Note the difference in the year that the movie was originally filmed and the date that a DVD—an actual disk—was manufactured. Some of the attributes and functional dependencies in this environment are as follows: Attributes DVD Number Manufacture Date Movie Title Star Year Filmed Length [in minutes] Customer Number Customer Name Customer Address Rental Date Return Date Fee Paid Functional Dependencies DVDNumber MovieTitle DVDNumber Star DVDNumber ManufactureDate
  • 3. MovieTitle Star MovieTitle Length MovieTitle YearFilmed CustomerNumber CustomerName CustomerNumber CustomerAddress Assignment Grading Rubric Course: IT234 Unit: 5 Points: 60 Copyright Kaplan University DVDNumber, CustomerNumber, RentalDate ReturnDate, FeePaid Source: Gillenson, M. (2011). Fundamentals of database management systems, second edition. Hoboken, NJ: John Wiley & Sons. Using the attributes and functional dependencies above, consider the following; For each of the following tables (a,b,c,d,e), 1. First write the table's current normal form (as 1NF, 2 NF, or 3 NF). 2. Then, take those tables that are currently in 1 NF or 2 NF and reconstruct them as well structured 3 NF tables. Primary key attributes are underlined. Do not assume any functional dependencies other than those shown.
  • 4. a. Movie Title, Star, Length, Year Filmed b. DVD Number, Customer Number, Rental Date, Customer Name, Return Date, Fee Paid c. DVD Number, Manufacture Date, Movie Title, Star d. Movie Title, Customer Number, Star, Length, Customer Name, Customer Address e. DVD Number, Customer Number, Rental Date, Return Date, Fee Paid Part 2 – Physical Design Consider the following relational database for Happy Cruise Lines. It keeps track of ships, cruises, ports, and passengers. A “cruise” is a particular sailing of a ship on a particular date. For example, the seven-day journey of the ship Pride of Tampa that leaves on June 13, 2003, and is a cruise. Note the following facts about this environment: Both ship number and ship name are unique in the SHIP Table. A ship goes on many cruises over time. A cruise is associated with a single ship. A port is identified by the combination of port name and country. As indicated by the VISIT Table, a cruise includes visits to several ports and a port is typically included in several cruises. Both Passenger Number and Social Security Number are unique in the PASSENGER Table. A particular person has a single Passenger Number that is used for all of the cruises that she takes. The VOYAGE Table indicates that a person can take many
  • 5. cruises and a cruise, of course, has many passengers. Assignment Grading Rubric Course: IT234 Unit: 5 Points: 60 Copyright Kaplan University Source: Gillenson, M. (2011). Fundamentals of database management systems, second edition. Hoboken, NJ: John Wiley & Sons. Analyze each of the following situations and, using the physical database design techniques discussed in this unit, indicate how you would modify the logical design shown to improve performance or otherwise accommodate it. a. There is a need to list cruises by cruise number but there is also a periodic need to list all of the cruises in order by start date. b. There is a frequent need to quickly retrieve the data about a cruise together with the data about the ship used on the cruise. c. There is a frequent need to quickly retrieve cruise data based
  • 6. on departure date. d. Data about passengers from California must be accessed quickly and much more frequently than data about passengers from anywhere else. e. There is a frequent need to quickly retrieve a list of the port managers of the ports at which the ship on any particular cruise will stop. f. There is a frequent need to quickly find the total number of passengers who were on any particular cruise. g. There is a frequent need to find the start and end dates of cruises as quickly as possible. Assignment Grading Rubric Course: IT234 Unit: 5 Points: 60 Copyright Kaplan University h. There is a frequent need to find cruise data based on ship name. Hint: The Ship Name attribute is unique. Directions: For this Assignment you will examine the methodology and considerations necessary for completion of a Logical and Physical Design.
  • 7. For both part 1 and part 2, examine the exhibits provided. Using your knowledge of the design process evaluate the exhibits and answer the questions provided. In a word document, copy each question and then directly underneath it provide your answer. Format the word document for maximum readability and clarity. Use a consistent font throughout. Arial 11, is preferred. Directions for Submitting Your Assignment: Compose your Assignment in a Microsoft Word document and save it as IT 234 YourName_Unit_5.doc and submit it to the Dropbox for Unit 5. Written Assignment Requirements: Written work should be free of spelling, grammar, and APA errors. Points deducted from the grade for each writing, spelling, or grammar error are at your instructor’s discretion. Please be sure to download the file “Writing Center Resources” from Doc Sharing to assist you with meeting APA expectations. Review the grading rubric below before beginning this activity. Assignment 5 grading rubric = 60 points Assignment Requirements Points Possible
  • 8. Points Earned 1. Each of the table's current normal form (as 1NF, 2 NF, or 3 NF) is indicated. 0–5 2. Each of the five tables has been properly reconstructed as well structured 3 NF tables. 0–15 3. A physical design solution is provided for the problem -- There is a need to list cruises by cruise number but there is also a periodic need to list all of the cruises in order by start date. 0–5 4. A physical design solution is provided for the problem -- There is a frequent need to quickly 0–5 Assignment Grading Rubric Course: IT234 Unit: 5 Points: 60
  • 9. Copyright Kaplan University retrieve the data about a cruise together with the data about the ship used on the cruise. 5. A physical design solution is provided for the problem -- There is a frequent need to quickly retrieve cruise data based on departure date. 0–5 6. A physical design solution is provided for the problem -- Data about passengers from California must be accessed quickly and much more frequently than data about passengers from anywhere else. 0–5 7. A physical design solution is provided for the problem -- There is a frequent need to quickly retrieve a list of the port managers of the ports at which the ship on any particular cruise will stop. 0–5 8. A physical design solution is provided for the problem -- There is a frequent need to quickly find the total number of passengers who were on any particular cruise.
  • 10. 0– 5 9. A physical design solution is provided for the problem -- There is a frequent need to find the start and end dates of cruises as quickly as possible. 0– 5 10. A physical design solution is provided for the problem -- There is a frequent need to find cruise data based on ship name. 0– 5 Total (Sum of all points) 0–60 Less deduction taken for spelling, grammar and APA errors. Plagiarism is totally unacceptable. Adjusted Total Points