The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Apr 2017 |
| Last Sign in: | 103 Weeks Ago, 3 Days Ago |
| Questions Answered: | 4870 |
| Tutorials Posted: | 4863 |
MBA IT, Mater in Science and Technology
Devry
Jul-1996 - Jul-2000
Professor
Devry University
Mar-2010 - Oct-2016
Homework 1
For this lesson we will be designing a RDBMS plan. In this plan you will create the following forms:
List of Reports
Table Development form
Schema and Table Characteristics (Data Dictionary)
Computer Club Database
You are a database designer for the Computer Club. You want to computerize the club's membership list. You have the name, address, telephone number, and e-mail address for each member. You also would like to add the committee name to which each member is assigned, and when the committee meets. You want to create a report listing all members' information such as name and e-mail addresses, a form that lists all information for each member, and mailing labels.
Plan an RDBMS for this problem using the list of requirement above and the above information.
When you complete all of the above forms drop them into the dropbox for this assignment.
Homework 2
In this assignment we are look and Object-Oriented Programming concepts. You have been requested to develop the logic for program to process a class called RetailItem. This class contains the following attributes: item description, units in inventory, and price. This class is also suppose to contain the following methods
A method named purchase_item that used to purchase an item from the inventory
A method named get_total that recovers the cost of an item
A method show_item that display the description of a item and its cost
With the above information draw UML diagram. When you complete them drop them into the assignment dropbox.
Â
Â
Homework 1
For this lesson we will be designing a RDBMS plan. In this plan you will create the
following forms:
List of Reports
Table Development form
Schema and Table Characteristics (Data Dictionary)
Computer Club Database
You are a database designer for the Computer Club. You want to computerize the club's
membership list. You have the name, address, telephone number, and e-mail address
for each member. You also would like to add the committee name to which each
member is assigned, and when the committee meets. You want to create a report listing
all members' information such as name and e-mail addresses, a form that lists all
information for each member, and mailing labels.
Plan an RDBMS for this problem using the list of requirement above and the above
information.
When you complete all of the above forms drop them into the dropbox for this
assignment. Homework 2
In this assignment we are look and Object-Oriented Programming concepts. You have
been requested to develop the logic for program to process a class called RetailItem.
This class contains the following attributes: item description, units in inventory, and
price. This class is also suppose to contain the following methods
A method named purchase_item that used to purchase an item from the inventory
A method named get_total that recovers the cost of an item A method show_item that display the description of a item and its cost
With the above information draw UML diagram. When you complete them drop them
into the assignment dropbox.
-----------