Answered step by step
Verified Expert Solution
Question
1 Approved Answer
CIS 4 2 0 Practical Final Exam Please place all answers in this document and upload. Then zip your code for Problem 2 , and
CIS Practical Final Exam
Please place all answers in this document and upload. Then zip your code for Problem and submit that to the same dropbox.
Deliverables:
Problem : Class Diagram pasted in this document
Problem :
Answers to Questions pasted in this document
Screen shot of your code output pasted in this document
zip file with Code uploaded separately to the dropbox
Problem :
Answer to the question pasted in this document
Problem :
Network Diagrams pasted in this document
Problem : Object Modeling
Vision Depot Stock Control Software
Software runs in a depot that ships stocks requested by orders. It helps the depot manager manage stock levels and outstanding orders.
Use Case UC Manager reviews unfulfilled orders
The manager at a depot logs in and sees a list of the sales orders that his depot has not yet fulfilled.
Draw a Class diagram that shows the following information:
Classes
Depot, Product, Stock, Customer, Sales Order, Sales Item
Associations
A Depot holds Stocks.
Products are stocked as Stocks.
A Depot has Customers.
A Customer can have Sales Orders.
A Sales Order has Sales Items.
A Stock can be ordered as a Sales Item
Multiplicities
Each Stock has precisely one Product and is held at one Depot.
Each Customer is served by only one depot.
Each Sales Item is on one Sales Order and is for one Stock.
Attributes
Depot: Id and address,
Customer: name and address,
Sales order: dateOrdered, dueDate,
Sales Item: price and quantity,
Product: description and units.
Paste the Diagram here:
Problem : Implementation
Answer the following questions about the class diagram.
Which sentences are true?
a CheckingAccount implements BankAccount.
b CheckingAccount and SavingAccount are BankAccount.
c CheckingAccount and SavingAccount are associated.
d BankAccount is associated to CheckingAccount.
e SavingAccount can processCheck.
f CheckingAccount has a balance.
Your answers to Question :
a
b
c
d
e
f
Write code to implement the class diagram. In order to have some output, within main make a deposit to checking of $ and a deposit to savings of $ and take a withdrawal from checking of $ and a withdrawal from savings of $ In the space below, paste a screen shot of the output similar to what you see below. Include your student ID in the output, and the system time and date in the screen shot.
Your grade is based on implementation of the Class Diagram. Code with errors may still earn a high grade.
Paste your output below, and upload a zip file with your code.
Problem : System Planning & Analysis
Suppose you are an analyst working for a small company to develop an accounting system. What type of methodology would you use? Why?
Problem : Architecture
You are relatively new member of a project team that is developing a retail store management system for a chain of sporting goods stores. Company headquarters is in Las Vegas, and the chain has twentyseven locations throughout Nevada, Utah, and Arizona. Several cities have multiple stores.
The new system will be a networked clientserver architecture.
Stores will be linked to one of three regional servers, and the regional servers will be linked to corporate headquarters in Las Vegas.
The regional servers also link to one another.
Each retail store will be outfitted with similar configurations of two PCbased pointofsale terminals networked to a local file server.
You have been given the task of developing a network model that will document the geographic structure of this system.
Draw a High level and Low Level network model for this organization.
Paste your diagrams here:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started