SlideShare a Scribd company logo
1 of 5
CIS 339 Complete Class
iLabs/CIS339
Click Link Below To Buy:
https://hwaid.com/shop/cis-339-complete-class-ilabscis339/
Contact Us:
hwaidservices@gmail.com
CIS 339 Complete Class iLabs
CIS 339iLab 1 System Requirements
CIS/339 iLab 2 of 7
CIS 339iLab 3 – Structural Modeling – Class Diagram and CRCs
CIS 339iLab 4 – Sequence,Communication,and State Diagrams
CIS 339iLab 5 – Package Diagrams
CIS 339iLab 6 – CRCs,Contracts,and Method Specifications
CIS 339iLab 7 – Object-Oriented Application Coding
CIS 339iLab 1 System Requirements
L A B O V E R V I E W Scenario and Summary
You have been hired by the School of Prosperity(SoP) as a software architectto help the school plan,design,and
implementa new online system called the StudentRecords System (SRS).
The Student Records System (SRS), described in the SRS PreliminaryPlanning Overview document,is the 7-week-
long projectthat you will work on throughoutthis course.You will be developing UML models and documents for the
planning,design,and implementation phases ofSRS development.
In each week,you will be provided with the information you need to continue to develop your analysis and design
UML models and documents for this project.
In this very first week, you will develop the System Requestdocumentthatarticulates the business needs and values
of the SRS. The Sop school is excited aboutthis project and allowed you to ask them five questions to clarify project
issues for you about the SRS project. You are to include these five questions in your submitted System Request.
Deliverables
Complete the System RequestForm for the SRS, including your five questions.
I L A B S T E P S
STEP 1: Review Starting RSA on Citrix (not graded)
The video tutorial below demonstrates how to start the IBM Rational Software Architect (RSA) in the Citrix lab
environment.
Starting Rational Software Architect
STEP 2: Download and Complete the System RequestForm
Download the SRS – PreliminaryPlanning Overview and review it to prepare for your System RequestForm.
Download the System RequestTemplate.Complete the System RequestForm for the SRS based on your review of
the SRS – PreliminaryPlanning Overview. See the Figure 2-13 example in the text. As you create the System
Request,generate and documentatleastfive questions and specifywho you think the bestpoint of contact mightbe
for each question.Explain your work and the decisions you made to arrive at your proposed solution.
STEP 3: Upload the Documentto your Drop box
Save the System RequestForm MS Word documentwith the file name CIS 339_Lab1_YourName.
Student Records System SRS – PreliminaryPlanning Overview
The School of Prosperity (Sop) is a small Information Technology & Science school located in the nation’s capital of
Washington,D.C.The school serves a growing studentpopulation ofabout5000 students by offering programs
leading to the Bachelor and Master degrees in IT and Software development.
SoP has,traditionally,offered mostof its classes in a face-to-face modality.Recently and because ofthe increased
demands ofstudentenrollments,the school started to offer some ofits classes online as well.
The school staffcurrently uses an in-house desktop application to keep track of students,courses,and to register
students for classes.School staffhas to be physicallyin the office in order to access the in-house application.To
register for a class (either face-to-face or online class),a studentmustcomplete a paper registration form,submititto
the school staff,and the staff will then enter the registration information into the desktop application.
This process always generates manyerrors in moving from the paper form to the electronic registration filing.
Moreover, since there are so many add/drops atthe beginning ofeach semester,the school staffexperiences a
higher than normal work volume handling these add/drop forms preventing them for completing other tasks allocated
to them like staff development and training.
To keep up with the high demands ofincreased enrollments and to allow students to handle their own registrations
online,SoP decided to invest in a new Internet-accessible StudentRecord System dubbed SRS.
The SRS is to maintain records for students enrolled in the school,courses offered by the school,classes offered of
these courses in the two modalities ofonline and face-to-face,and studentgrades for the classes thatthey have
completed.The SRS should be Internet-accessible and thus allows students to self-register directlyfor their own
classes and allows the staffto work from any location that has an Internet connection and a web browser.
System Request –??? Project
Project sponsor:
Business Need:
Business Requirements:
The functionality that the system should have is listed below:
Business Value:
Conservative estimates oftangible value to the companyincludes:
Special Issues or Constraints:
Questions
#
Question
Who to Ask?
1.
2.
3.
4.
5.
CIS/339 iLab 2 of 7
Work has already started on the planning phase ofthe StudentRecord System (SRS) for the School of Prosperity
(SoP) and everyone is excited about this new system.
As the software architect of this project, you metwith manyusers and stakeholders ofthe old system to determine
the requirements ofthe new Internet-accessible SRS software system.Your meetings and requirement-gathering
efforts resulted in an SRS RequirementDefinition documentthatsummarizes all ofthe requirements ofthe project.
One of your developmentteam members was excited aboutthis projectand wanted to start working on it
immediately.She therefore took the initiative and created a high-level business process activity diagram for the SRS
system.You reviewed the activity diagram and found it to be a good foundation from which to create the SRS use
case diagram and the SRS use case descriptions.
There is still work to be done to complete the Functional Modeling of the SRS. Your deliverables for this week’s iLab
are the SRS use case diagram and two use case descriptions for the Maintain Class Records and the Register a
Student for Classes use cases.
CIS 339iLab 3 – Structural Modeling – Class Diagram and CRCs
As the software architect for the SRS system,you are making good progress in your work. After finishing the
Functional Modeling (activity diagram,use case diagram,and use case descriptions) ofthe SRS system,you are now
ready to move on to its Structural Modeling.
In this week, you will use the models ofyour Functional Modeling to determine and design your class diagram and
complete a CRC card for each class.The Structural Modeling is very critical for the success ofyour projectsince it is
the backbone upon which the entire projectis built, so take the time to design and refine your class diagram a nd its
corresponding CRC cards.
Deliverables
Class diagram for the SRS system
CRC cards for each class in your class diagram
STEP 2: Create the Class Diagram
Download the CRC Card Template and use it for your deliverables this week.(Attached)
Explain your work and the decisions you made to arrive at your proposed solution.
STEP 3: Complete the CRC Cards
Create CRC cards for each class thatyou designed in your class diagrams,ensuring thatyou identify all appropriate
attributes,operations,relationships (including types),responsibilities,and collaborations.Be sure that you complete
the front and back of each card. Be sure that your CRC cards exactly reflect whatyou created in your class diagrams.
Explain your work and the decisions you made to arrive at your proposed solution.
STEP 4: Copy the Diagram into an MS Word document
CIS 339iLab 4 – Sequence,Communication,and State Diagrams
In this week, you will use your functional and structural models as the basis for your behavioral models thatneed to
be developed for the SRS system.Specifically,your deliverables for this week are designed to develop these two
behavioral diagrams for the Register a Student for Classes use case.
Sequence diagram Communication diagram
In addition,you will also need to create a state machine diagram for the Registration class (the class thatmaintains
the registration ofa studentin a class).
These behavioral model and diagrams are major milestones in your architectural and design work.They give you
your firstopportunity to verify that your use case (in this case,Register a Studentfor Classes) could actuallybe
implemented using the objects ofyour class diagram design.If you reach this verification, then you are done with the
analysis phase ofyour SRS project.
Deliverables
Sequence diagram for the Register a Studentfor Classes use case Communication diagram for the Register a
Student for Classes use case State Machine diagram for a Registration object
STEP 2: Create the Sequence Diagram
Create a sequence diagram for the Register a Student for Classes use case using the Rational Software Architect
software in the Citrix iLab environment.Explain your work and the decisions you made to arrive at your proposed
solution.
STEP 3: Create a Communication Diagram
Create a communication diagram for the Register a Studentfor Classes use case using the Rational Software
Architect software in the Citrix iLab environment.Explain your work and the decisions you made to arrive at your
proposed solution.
STEP 4: Create an Object State Diagram
Create a state machine diagram for an object of the Registration class (the class thatmaintains the registration ofa
studentin a class) using the Rational Software Architect software in the Citrix iLab environment.Explain your work
and the decisions you made to arrive at your proposed solution.
STEP 5: Save and Upload the Project
CIS 339iLab 5 – Package Diagrams
Your analysis phase ofthe SRS projectwent well and your team feels good abouttheir Functional,Structural, and
Behavioral models.You also discussed the resultofyour analysis with the School of Prosperity(SoP) administration
and they seem to be in line with your analysis models.
Now is the time to startthe design phase where you generate specific directions for the implementation ofthe system
by the software developmentgroup.The first step in the design phase is to examine the SRS class diagram and to try
to simplifyits organization using a package diagram.The package diagram ensures thatclasses thatbelong together
are grouped into a single package and thus simplifythe developmentofthese classes and their maintenance.
Your deliverable this week is to generate a package diagram for the SRS system.
Create a package diagram ofthe SRS system (to simplifythe SRS class diagram) using the Rational Software
Architect software on the Citrix iLab environment.
Explain your work and the decisions you made to arrive at your proposed solution.
CIS 339iLab 6 – CRCs,Contracts,and Method Specifications
The design phase ofthe SRS project is in full swing and every developer on the team is assigned a group of
packages to work on and to complete the design details ofthe classes in the package.To help speed up the design
process,you—as the software architect of the project—were assigned the task ofproviding a sample
method contractand a sample method specification to demonstrate to your team how these two documents are
developed.
You decided to use the CourseListand the Course classes for your demonstrations.The CourseListclass maintains
and populates the currentlist of courses thatthe end user is working with while registering for clases.You will
demonstrate the contractand the specification ofthe GetCourseByCourseID() ofthe CourseListclass.
The GetCourseByCourseID() method searches the currentlistof courses for a course whose CourseID matches the
ID supplied to the method.If a matched course is found,itis returned by the GetCourseByCourseID() method;
otherwise a null value is returned,indicating there are no matching courses.
Method contract of the GetCourseByCourseID() method ofthe CourseListclass Method specification ofthe
GetCourseByCourseID() method ofthe CourseListclass
i L A B S T E P S
STEP 1:
Create a Public Method Contract
Download the CRC Cards for the CourseListand Course classes and review them to prepare for your deliverables
this week. Download the Method Contract Template and use itfor your deliverables this week.Create the method
contract for the GetCourseByCourseID() method ofthe CourseListclass.Explain your work and the decisions you
made to arrive at your proposed solution.
STEP 2:
Create a Method Specification
Download the Method Specification Template and use itfor your deliverables this week.Create the method
specification for the GetCourseByCourseID() method ofthe CourseListclass.Explain your work and the decisions
you made to arrive at your proposed solution.
STEP 3:
Save and Upload
CIS 339iLab 7 – Object-Oriented Application Coding
Your demonstrations ofhow to create both method contractand the method specification for the
GetCourseByCourseID() method ofthe CourseListclass were very well received by your team members.They then
asked you for one final demonstration ofhow to implementthe method specification using an object-oriented (OO)
programming language and see the method actuallyexecute.
You realize that it is easy to implementthe method specification in an OO programming language,butit is hard to
test it because the restof the application is notdeveloped yet. You decided,therefore, to write two pieces ofcode.
Code that implements the GetCourseByCourseID() method Code thatimplements a unittestfor that method alone
(outside ofany other application code)
This way you can demonstrate the method implementation and also verify its correct behavior.
You are under a deadline constraintfor this deliverable,so you asked some ofyour peer architects for help.They
each are well versed in different OO languages like VB.NET, C#, and Java and they all have done unit testi ng before
so they are familiar ofhow to constructone.
Your peer architects provided you with partially-completed shells for your demonstration.Each shell contains:
complete code for the Course class;partiallycompleted code for CourseListclass;and complete code for the
CourseListTestclass thatunittests the CourseList.GetCourseByCourseID() method.
Your task is now easy. Just selectone of these shells and complete the code for the partially completed CourseList
by coding it GetCourseByCourseID() method.When you compile and run the shell,it will automaticallytestyour
GetCourseByCourseID() code to ensure its correctbehavior.
Deliverables One Word file that contains the following.A copy of the code you wrote for the GetCourseByCourseID
method() of the CourseListclass in your favorite OO programming language Ascreen shotof the output of running
the provided unit test in the shell (the CourseListTestclass) showing thatyour code works as expected. Note that
these unittests only print out messages oftesting problems.Ifyour code is correct, the unittests will succeed silently
withoutany success messages.An explanation of your work and the decisions you made to arrive at your proposed
code A zip file of the completed shell after you added your code so that the shell could be executed on a different
machine i L A B S T E P S
STEP 1: Review the Method Contract, Method Specification for the GetCDByCDID() Method, and Coding & Unit
Testing GetCDByCDID() Method using Java (not Graded)
Download the Method Contract for GetCDByCDID() Method and review it prior to reviewing this week’s video tutorial.
Download the Method Specification for the GetCDByCDID() Method and review it prior to reviewing this week’s video
tutorial
STEP 2: Code & Unit Test the GetCourseByCourseID() method ofthe CourseListclass
Decide on your OO programming language thatyou will use for this lab and then download the corresponding shell
from the following.
Visual Basic Shell C# Shell Java Shell
Both the Visual Basic and C# shells are Visual Studio projects while the Java shell include onlythe *.java source files
that could be loaded into any Java IDE.
Code and unit test the CourseList.GetCourseByCourseID() method in your favorite programming language.You only
need to add code for the GetCourseByCourseID() method and then run the application (the unittest will automatically
test your code), then printout problem messages,ifany
Explain your work and the decisions you made to arrive at your proposed solution.
STEP 3: Submityour assignment

More Related Content

Similar to Cis 339 complete class i labs cis339

Cis 331 Success Begins / snaptutorial.com
Cis 331 Success Begins / snaptutorial.comCis 331 Success Begins / snaptutorial.com
Cis 331 Success Begins / snaptutorial.comRobinson069
 
CIS 331 Technology levels--snaptutorial.com
CIS 331 Technology levels--snaptutorial.comCIS 331 Technology levels--snaptutorial.com
CIS 331 Technology levels--snaptutorial.comsholingarjosh56
 
DEEPAK_Ver1.3
DEEPAK_Ver1.3DEEPAK_Ver1.3
DEEPAK_Ver1.3Deepak CG
 
BA Mini Project - Case Study v1.2.pdf
BA Mini Project - Case Study  v1.2.pdfBA Mini Project - Case Study  v1.2.pdf
BA Mini Project - Case Study v1.2.pdfPeter395477
 
Cis 515 Effective Communication-snaptutorial.com
Cis 515 Effective Communication-snaptutorial.comCis 515 Effective Communication-snaptutorial.com
Cis 515 Effective Communication-snaptutorial.comjhonklinz10
 
CIS 515 Education Organization / snaptutorial.com
CIS 515 Education Organization / snaptutorial.comCIS 515 Education Organization / snaptutorial.com
CIS 515 Education Organization / snaptutorial.comMcdonaldRyan38
 
Cis 421 Success Begins / snaptutorial.com
Cis 421 Success Begins / snaptutorial.comCis 421 Success Begins / snaptutorial.com
Cis 421 Success Begins / snaptutorial.comRobinson072
 
Cis 421Technology levels--snaptutorial.com
Cis 421Technology levels--snaptutorial.comCis 421Technology levels--snaptutorial.com
Cis 421Technology levels--snaptutorial.comsholingarjosh60
 
DataMind: An e-learning platform for Data Analysis based on R. RBelgium meetu...
DataMind: An e-learning platform for Data Analysis based on R. RBelgium meetu...DataMind: An e-learning platform for Data Analysis based on R. RBelgium meetu...
DataMind: An e-learning platform for Data Analysis based on R. RBelgium meetu...DataMind-slides
 
Cis 599 Enthusiastic Study / snaptutorial.com
Cis 599 Enthusiastic Study / snaptutorial.comCis 599 Enthusiastic Study / snaptutorial.com
Cis 599 Enthusiastic Study / snaptutorial.comStephenson7
 
Cis 599 Success Begins / snaptutorial.com
Cis 599 Success Begins / snaptutorial.comCis 599 Success Begins / snaptutorial.com
Cis 599 Success Begins / snaptutorial.comRobinson076
 
Cis 599 Technology levels--snaptutorial.com
Cis 599 Technology levels--snaptutorial.comCis 599 Technology levels--snaptutorial.com
Cis 599 Technology levels--snaptutorial.comsholingarjosh64
 
Cis 499 Technology levels--snaptutorial.com
Cis 499 Technology levels--snaptutorial.comCis 499 Technology levels--snaptutorial.com
Cis 499 Technology levels--snaptutorial.comsholingarjosh62
 
Cis 499 Enthusiastic Study / snaptutorial.com
Cis 499 Enthusiastic Study / snaptutorial.comCis 499 Enthusiastic Study / snaptutorial.com
Cis 499 Enthusiastic Study / snaptutorial.comStephenson05
 
IRJET- Placement Portal
IRJET- Placement PortalIRJET- Placement Portal
IRJET- Placement PortalIRJET Journal
 
CIS 515 Enhance teaching / snaptutorial.com
CIS 515 Enhance teaching / snaptutorial.com CIS 515 Enhance teaching / snaptutorial.com
CIS 515 Enhance teaching / snaptutorial.com donaldzs56
 

Similar to Cis 339 complete class i labs cis339 (20)

Career Portfolio
Career PortfolioCareer Portfolio
Career Portfolio
 
Cis 331 Success Begins / snaptutorial.com
Cis 331 Success Begins / snaptutorial.comCis 331 Success Begins / snaptutorial.com
Cis 331 Success Begins / snaptutorial.com
 
CIS 331 Technology levels--snaptutorial.com
CIS 331 Technology levels--snaptutorial.comCIS 331 Technology levels--snaptutorial.com
CIS 331 Technology levels--snaptutorial.com
 
Bsa 375 bsa375
Bsa 375 bsa375Bsa 375 bsa375
Bsa 375 bsa375
 
DEEPAK_Ver1.3
DEEPAK_Ver1.3DEEPAK_Ver1.3
DEEPAK_Ver1.3
 
BA Mini Project - Case Study v1.2.pdf
BA Mini Project - Case Study  v1.2.pdfBA Mini Project - Case Study  v1.2.pdf
BA Mini Project - Case Study v1.2.pdf
 
Cis 515 Effective Communication-snaptutorial.com
Cis 515 Effective Communication-snaptutorial.comCis 515 Effective Communication-snaptutorial.com
Cis 515 Effective Communication-snaptutorial.com
 
CIS 515 Education Organization / snaptutorial.com
CIS 515 Education Organization / snaptutorial.comCIS 515 Education Organization / snaptutorial.com
CIS 515 Education Organization / snaptutorial.com
 
Cis 421 Success Begins / snaptutorial.com
Cis 421 Success Begins / snaptutorial.comCis 421 Success Begins / snaptutorial.com
Cis 421 Success Begins / snaptutorial.com
 
Cis 421Technology levels--snaptutorial.com
Cis 421Technology levels--snaptutorial.comCis 421Technology levels--snaptutorial.com
Cis 421Technology levels--snaptutorial.com
 
DataMind: An e-learning platform for Data Analysis based on R. RBelgium meetu...
DataMind: An e-learning platform for Data Analysis based on R. RBelgium meetu...DataMind: An e-learning platform for Data Analysis based on R. RBelgium meetu...
DataMind: An e-learning platform for Data Analysis based on R. RBelgium meetu...
 
Cis 599 Enthusiastic Study / snaptutorial.com
Cis 599 Enthusiastic Study / snaptutorial.comCis 599 Enthusiastic Study / snaptutorial.com
Cis 599 Enthusiastic Study / snaptutorial.com
 
Cis 599 Success Begins / snaptutorial.com
Cis 599 Success Begins / snaptutorial.comCis 599 Success Begins / snaptutorial.com
Cis 599 Success Begins / snaptutorial.com
 
Cis 599 Technology levels--snaptutorial.com
Cis 599 Technology levels--snaptutorial.comCis 599 Technology levels--snaptutorial.com
Cis 599 Technology levels--snaptutorial.com
 
Cis 499 Technology levels--snaptutorial.com
Cis 499 Technology levels--snaptutorial.comCis 499 Technology levels--snaptutorial.com
Cis 499 Technology levels--snaptutorial.com
 
Cis 499 Enthusiastic Study / snaptutorial.com
Cis 499 Enthusiastic Study / snaptutorial.comCis 499 Enthusiastic Study / snaptutorial.com
Cis 499 Enthusiastic Study / snaptutorial.com
 
IRJET- Placement Portal
IRJET- Placement PortalIRJET- Placement Portal
IRJET- Placement Portal
 
PM_New_Resume
PM_New_ResumePM_New_Resume
PM_New_Resume
 
Ashwin Kumar 2+Yrs Software Engineer Hyd (2)
Ashwin Kumar 2+Yrs Software Engineer Hyd (2)Ashwin Kumar 2+Yrs Software Engineer Hyd (2)
Ashwin Kumar 2+Yrs Software Engineer Hyd (2)
 
CIS 515 Enhance teaching / snaptutorial.com
CIS 515 Enhance teaching / snaptutorial.com CIS 515 Enhance teaching / snaptutorial.com
CIS 515 Enhance teaching / snaptutorial.com
 

More from arnitaetsitty

Mg420 u6 a1 research assignment mg 420
Mg420 u6 a1 research assignment mg 420Mg420 u6 a1 research assignment mg 420
Mg420 u6 a1 research assignment mg 420arnitaetsitty
 
Edu 8006 8 assignment edu8006
Edu 8006 8 assignment edu8006Edu 8006 8 assignment edu8006
Edu 8006 8 assignment edu8006arnitaetsitty
 
Cis375 assignment 1 cis 375
Cis375 assignment 1 cis 375Cis375 assignment 1 cis 375
Cis375 assignment 1 cis 375arnitaetsitty
 
Capstone project task what to do capstone
Capstone project task what to do capstoneCapstone project task what to do capstone
Capstone project task what to do capstonearnitaetsitty
 
Soci4730 first assignment global social change soci 4730
Soci4730 first assignment global social change soci 4730Soci4730 first assignment global social change soci 4730
Soci4730 first assignment global social change soci 4730arnitaetsitty
 
Mgt 500 assignment 2 management at a company mgt500
Mgt 500 assignment 2 management at a company mgt500Mgt 500 assignment 2 management at a company mgt500
Mgt 500 assignment 2 management at a company mgt500arnitaetsitty
 
Hum 112 assignment 2 project paper hum112
Hum 112 assignment 2 project paper hum112Hum 112 assignment 2 project paper hum112
Hum 112 assignment 2 project paper hum112arnitaetsitty
 
Ace 427 homework 1 ace427
Ace 427 homework 1 ace427Ace 427 homework 1 ace427
Ace 427 homework 1 ace427arnitaetsitty
 
Psyc 354 homework 5 psyc354
Psyc 354 homework 5 psyc354Psyc 354 homework 5 psyc354
Psyc 354 homework 5 psyc354arnitaetsitty
 
Research paper final draft
Research paper final draftResearch paper final draft
Research paper final draftarnitaetsitty
 
Personal budget exercise – ms excel personal
Personal budget exercise – ms excel personalPersonal budget exercise – ms excel personal
Personal budget exercise – ms excel personalarnitaetsitty
 
Nur504 all assignments latest nur 504
Nur504 all assignments latest nur 504Nur504 all assignments latest nur 504
Nur504 all assignments latest nur 504arnitaetsitty
 
Wa 6 final report research based report wa6
Wa 6 final report research based report wa6Wa 6 final report research based report wa6
Wa 6 final report research based report wa6arnitaetsitty
 
Term paper mercy securities corp -survey report termpaper
Term paper  mercy securities corp -survey report termpaperTerm paper  mercy securities corp -survey report termpaper
Term paper mercy securities corp -survey report termpaperarnitaetsitty
 
Omp 220 complete class omp220
Omp 220 complete class omp220Omp 220 complete class omp220
Omp 220 complete class omp220arnitaetsitty
 
Hrm 500 assignment 4 recognizing employee contributions hrm500
Hrm 500 assignment 4  recognizing employee contributions hrm500Hrm 500 assignment 4  recognizing employee contributions hrm500
Hrm 500 assignment 4 recognizing employee contributions hrm500arnitaetsitty
 
Research paper final draft
Research paper final draftResearch paper final draft
Research paper final draftarnitaetsitty
 
Personal budget exercise – ms excel personal
Personal budget exercise – ms excel personalPersonal budget exercise – ms excel personal
Personal budget exercise – ms excel personalarnitaetsitty
 
Cis 339 complete class i labs cis339
Cis 339 complete class i labs cis339Cis 339 complete class i labs cis339
Cis 339 complete class i labs cis339arnitaetsitty
 
Preparing a sales budget patrick inc preparing
Preparing a sales budget patrick inc  preparingPreparing a sales budget patrick inc  preparing
Preparing a sales budget patrick inc preparingarnitaetsitty
 

More from arnitaetsitty (20)

Mg420 u6 a1 research assignment mg 420
Mg420 u6 a1 research assignment mg 420Mg420 u6 a1 research assignment mg 420
Mg420 u6 a1 research assignment mg 420
 
Edu 8006 8 assignment edu8006
Edu 8006 8 assignment edu8006Edu 8006 8 assignment edu8006
Edu 8006 8 assignment edu8006
 
Cis375 assignment 1 cis 375
Cis375 assignment 1 cis 375Cis375 assignment 1 cis 375
Cis375 assignment 1 cis 375
 
Capstone project task what to do capstone
Capstone project task what to do capstoneCapstone project task what to do capstone
Capstone project task what to do capstone
 
Soci4730 first assignment global social change soci 4730
Soci4730 first assignment global social change soci 4730Soci4730 first assignment global social change soci 4730
Soci4730 first assignment global social change soci 4730
 
Mgt 500 assignment 2 management at a company mgt500
Mgt 500 assignment 2 management at a company mgt500Mgt 500 assignment 2 management at a company mgt500
Mgt 500 assignment 2 management at a company mgt500
 
Hum 112 assignment 2 project paper hum112
Hum 112 assignment 2 project paper hum112Hum 112 assignment 2 project paper hum112
Hum 112 assignment 2 project paper hum112
 
Ace 427 homework 1 ace427
Ace 427 homework 1 ace427Ace 427 homework 1 ace427
Ace 427 homework 1 ace427
 
Psyc 354 homework 5 psyc354
Psyc 354 homework 5 psyc354Psyc 354 homework 5 psyc354
Psyc 354 homework 5 psyc354
 
Research paper final draft
Research paper final draftResearch paper final draft
Research paper final draft
 
Personal budget exercise – ms excel personal
Personal budget exercise – ms excel personalPersonal budget exercise – ms excel personal
Personal budget exercise – ms excel personal
 
Nur504 all assignments latest nur 504
Nur504 all assignments latest nur 504Nur504 all assignments latest nur 504
Nur504 all assignments latest nur 504
 
Wa 6 final report research based report wa6
Wa 6 final report research based report wa6Wa 6 final report research based report wa6
Wa 6 final report research based report wa6
 
Term paper mercy securities corp -survey report termpaper
Term paper  mercy securities corp -survey report termpaperTerm paper  mercy securities corp -survey report termpaper
Term paper mercy securities corp -survey report termpaper
 
Omp 220 complete class omp220
Omp 220 complete class omp220Omp 220 complete class omp220
Omp 220 complete class omp220
 
Hrm 500 assignment 4 recognizing employee contributions hrm500
Hrm 500 assignment 4  recognizing employee contributions hrm500Hrm 500 assignment 4  recognizing employee contributions hrm500
Hrm 500 assignment 4 recognizing employee contributions hrm500
 
Research paper final draft
Research paper final draftResearch paper final draft
Research paper final draft
 
Personal budget exercise – ms excel personal
Personal budget exercise – ms excel personalPersonal budget exercise – ms excel personal
Personal budget exercise – ms excel personal
 
Cis 339 complete class i labs cis339
Cis 339 complete class i labs cis339Cis 339 complete class i labs cis339
Cis 339 complete class i labs cis339
 
Preparing a sales budget patrick inc preparing
Preparing a sales budget patrick inc  preparingPreparing a sales budget patrick inc  preparing
Preparing a sales budget patrick inc preparing
 

Recently uploaded

Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Tina Ji
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...lizamodels9
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Neil Kimberley
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Serviceritikaroy0888
 
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdfRenandantas16
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMANIlamathiKannappan
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear RegressionRavindra Nath Shukla
 
The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024christinemoorman
 
rishikeshgirls.in- Rishikesh call girl.pdf
rishikeshgirls.in- Rishikesh call girl.pdfrishikeshgirls.in- Rishikesh call girl.pdf
rishikeshgirls.in- Rishikesh call girl.pdfmuskan1121w
 
Catalogue ONG NUOC PPR DE NHAT .pdf
Catalogue ONG NUOC PPR DE NHAT      .pdfCatalogue ONG NUOC PPR DE NHAT      .pdf
Catalogue ONG NUOC PPR DE NHAT .pdfOrient Homes
 
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service PuneVIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service PuneCall girls in Ahmedabad High profile
 
Eni 2024 1Q Results - 24.04.24 business.
Eni 2024 1Q Results - 24.04.24 business.Eni 2024 1Q Results - 24.04.24 business.
Eni 2024 1Q Results - 24.04.24 business.Eni
 
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc.../:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...lizamodels9
 
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service JamshedpurVIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service JamshedpurSuhani Kapoor
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMRavindra Nath Shukla
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Dipal Arora
 
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageMatteo Carbone
 
Sales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessSales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessAggregage
 

Recently uploaded (20)

Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
Russian Faridabad Call Girls(Badarpur) : ☎ 8168257667, @4999
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Service
 
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf0183760ssssssssssssssssssssssssssss00101011 (27).pdf
0183760ssssssssssssssssssssssssssss00101011 (27).pdf
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMAN
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear Regression
 
The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024
 
Best Practices for Implementing an External Recruiting Partnership
Best Practices for Implementing an External Recruiting PartnershipBest Practices for Implementing an External Recruiting Partnership
Best Practices for Implementing an External Recruiting Partnership
 
rishikeshgirls.in- Rishikesh call girl.pdf
rishikeshgirls.in- Rishikesh call girl.pdfrishikeshgirls.in- Rishikesh call girl.pdf
rishikeshgirls.in- Rishikesh call girl.pdf
 
Catalogue ONG NUOC PPR DE NHAT .pdf
Catalogue ONG NUOC PPR DE NHAT      .pdfCatalogue ONG NUOC PPR DE NHAT      .pdf
Catalogue ONG NUOC PPR DE NHAT .pdf
 
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service PuneVIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
VIP Call Girls Pune Kirti 8617697112 Independent Escort Service Pune
 
Eni 2024 1Q Results - 24.04.24 business.
Eni 2024 1Q Results - 24.04.24 business.Eni 2024 1Q Results - 24.04.24 business.
Eni 2024 1Q Results - 24.04.24 business.
 
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc.../:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
/:Call Girls In Jaypee Siddharth - 5 Star Hotel New Delhi ➥9990211544 Top Esc...
 
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service JamshedpurVIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
VIP Call Girl Jamshedpur Aashi 8250192130 Independent Escort Service Jamshedpur
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSM
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
 
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Mehrauli Delhi 💯Call Us 🔝8264348440🔝
 
Insurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usageInsurers' journeys to build a mastery in the IoT usage
Insurers' journeys to build a mastery in the IoT usage
 
Sales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for SuccessSales & Marketing Alignment: How to Synergize for Success
Sales & Marketing Alignment: How to Synergize for Success
 

Cis 339 complete class i labs cis339

  • 1. CIS 339 Complete Class iLabs/CIS339 Click Link Below To Buy: https://hwaid.com/shop/cis-339-complete-class-ilabscis339/ Contact Us: hwaidservices@gmail.com CIS 339 Complete Class iLabs CIS 339iLab 1 System Requirements CIS/339 iLab 2 of 7 CIS 339iLab 3 – Structural Modeling – Class Diagram and CRCs CIS 339iLab 4 – Sequence,Communication,and State Diagrams CIS 339iLab 5 – Package Diagrams CIS 339iLab 6 – CRCs,Contracts,and Method Specifications CIS 339iLab 7 – Object-Oriented Application Coding CIS 339iLab 1 System Requirements L A B O V E R V I E W Scenario and Summary You have been hired by the School of Prosperity(SoP) as a software architectto help the school plan,design,and implementa new online system called the StudentRecords System (SRS). The Student Records System (SRS), described in the SRS PreliminaryPlanning Overview document,is the 7-week- long projectthat you will work on throughoutthis course.You will be developing UML models and documents for the planning,design,and implementation phases ofSRS development. In each week,you will be provided with the information you need to continue to develop your analysis and design UML models and documents for this project. In this very first week, you will develop the System Requestdocumentthatarticulates the business needs and values of the SRS. The Sop school is excited aboutthis project and allowed you to ask them five questions to clarify project issues for you about the SRS project. You are to include these five questions in your submitted System Request. Deliverables Complete the System RequestForm for the SRS, including your five questions. I L A B S T E P S STEP 1: Review Starting RSA on Citrix (not graded) The video tutorial below demonstrates how to start the IBM Rational Software Architect (RSA) in the Citrix lab environment. Starting Rational Software Architect STEP 2: Download and Complete the System RequestForm Download the SRS – PreliminaryPlanning Overview and review it to prepare for your System RequestForm. Download the System RequestTemplate.Complete the System RequestForm for the SRS based on your review of the SRS – PreliminaryPlanning Overview. See the Figure 2-13 example in the text. As you create the System Request,generate and documentatleastfive questions and specifywho you think the bestpoint of contact mightbe
  • 2. for each question.Explain your work and the decisions you made to arrive at your proposed solution. STEP 3: Upload the Documentto your Drop box Save the System RequestForm MS Word documentwith the file name CIS 339_Lab1_YourName. Student Records System SRS – PreliminaryPlanning Overview The School of Prosperity (Sop) is a small Information Technology & Science school located in the nation’s capital of Washington,D.C.The school serves a growing studentpopulation ofabout5000 students by offering programs leading to the Bachelor and Master degrees in IT and Software development. SoP has,traditionally,offered mostof its classes in a face-to-face modality.Recently and because ofthe increased demands ofstudentenrollments,the school started to offer some ofits classes online as well. The school staffcurrently uses an in-house desktop application to keep track of students,courses,and to register students for classes.School staffhas to be physicallyin the office in order to access the in-house application.To register for a class (either face-to-face or online class),a studentmustcomplete a paper registration form,submititto the school staff,and the staff will then enter the registration information into the desktop application. This process always generates manyerrors in moving from the paper form to the electronic registration filing. Moreover, since there are so many add/drops atthe beginning ofeach semester,the school staffexperiences a higher than normal work volume handling these add/drop forms preventing them for completing other tasks allocated to them like staff development and training. To keep up with the high demands ofincreased enrollments and to allow students to handle their own registrations online,SoP decided to invest in a new Internet-accessible StudentRecord System dubbed SRS. The SRS is to maintain records for students enrolled in the school,courses offered by the school,classes offered of these courses in the two modalities ofonline and face-to-face,and studentgrades for the classes thatthey have completed.The SRS should be Internet-accessible and thus allows students to self-register directlyfor their own classes and allows the staffto work from any location that has an Internet connection and a web browser. System Request –??? Project Project sponsor: Business Need: Business Requirements: The functionality that the system should have is listed below: Business Value: Conservative estimates oftangible value to the companyincludes: Special Issues or Constraints: Questions # Question Who to Ask? 1. 2. 3. 4. 5. CIS/339 iLab 2 of 7 Work has already started on the planning phase ofthe StudentRecord System (SRS) for the School of Prosperity (SoP) and everyone is excited about this new system. As the software architect of this project, you metwith manyusers and stakeholders ofthe old system to determine the requirements ofthe new Internet-accessible SRS software system.Your meetings and requirement-gathering efforts resulted in an SRS RequirementDefinition documentthatsummarizes all ofthe requirements ofthe project. One of your developmentteam members was excited aboutthis projectand wanted to start working on it immediately.She therefore took the initiative and created a high-level business process activity diagram for the SRS system.You reviewed the activity diagram and found it to be a good foundation from which to create the SRS use case diagram and the SRS use case descriptions. There is still work to be done to complete the Functional Modeling of the SRS. Your deliverables for this week’s iLab are the SRS use case diagram and two use case descriptions for the Maintain Class Records and the Register a Student for Classes use cases. CIS 339iLab 3 – Structural Modeling – Class Diagram and CRCs
  • 3. As the software architect for the SRS system,you are making good progress in your work. After finishing the Functional Modeling (activity diagram,use case diagram,and use case descriptions) ofthe SRS system,you are now ready to move on to its Structural Modeling. In this week, you will use the models ofyour Functional Modeling to determine and design your class diagram and complete a CRC card for each class.The Structural Modeling is very critical for the success ofyour projectsince it is the backbone upon which the entire projectis built, so take the time to design and refine your class diagram a nd its corresponding CRC cards. Deliverables Class diagram for the SRS system CRC cards for each class in your class diagram STEP 2: Create the Class Diagram Download the CRC Card Template and use it for your deliverables this week.(Attached) Explain your work and the decisions you made to arrive at your proposed solution. STEP 3: Complete the CRC Cards Create CRC cards for each class thatyou designed in your class diagrams,ensuring thatyou identify all appropriate attributes,operations,relationships (including types),responsibilities,and collaborations.Be sure that you complete the front and back of each card. Be sure that your CRC cards exactly reflect whatyou created in your class diagrams. Explain your work and the decisions you made to arrive at your proposed solution. STEP 4: Copy the Diagram into an MS Word document CIS 339iLab 4 – Sequence,Communication,and State Diagrams In this week, you will use your functional and structural models as the basis for your behavioral models thatneed to be developed for the SRS system.Specifically,your deliverables for this week are designed to develop these two behavioral diagrams for the Register a Student for Classes use case. Sequence diagram Communication diagram In addition,you will also need to create a state machine diagram for the Registration class (the class thatmaintains the registration ofa studentin a class). These behavioral model and diagrams are major milestones in your architectural and design work.They give you your firstopportunity to verify that your use case (in this case,Register a Studentfor Classes) could actuallybe implemented using the objects ofyour class diagram design.If you reach this verification, then you are done with the analysis phase ofyour SRS project. Deliverables Sequence diagram for the Register a Studentfor Classes use case Communication diagram for the Register a Student for Classes use case State Machine diagram for a Registration object STEP 2: Create the Sequence Diagram Create a sequence diagram for the Register a Student for Classes use case using the Rational Software Architect software in the Citrix iLab environment.Explain your work and the decisions you made to arrive at your proposed solution. STEP 3: Create a Communication Diagram Create a communication diagram for the Register a Studentfor Classes use case using the Rational Software Architect software in the Citrix iLab environment.Explain your work and the decisions you made to arrive at your proposed solution. STEP 4: Create an Object State Diagram Create a state machine diagram for an object of the Registration class (the class thatmaintains the registration ofa studentin a class) using the Rational Software Architect software in the Citrix iLab environment.Explain your work and the decisions you made to arrive at your proposed solution. STEP 5: Save and Upload the Project CIS 339iLab 5 – Package Diagrams Your analysis phase ofthe SRS projectwent well and your team feels good abouttheir Functional,Structural, and Behavioral models.You also discussed the resultofyour analysis with the School of Prosperity(SoP) administration and they seem to be in line with your analysis models. Now is the time to startthe design phase where you generate specific directions for the implementation ofthe system by the software developmentgroup.The first step in the design phase is to examine the SRS class diagram and to try to simplifyits organization using a package diagram.The package diagram ensures thatclasses thatbelong together are grouped into a single package and thus simplifythe developmentofthese classes and their maintenance.
  • 4. Your deliverable this week is to generate a package diagram for the SRS system. Create a package diagram ofthe SRS system (to simplifythe SRS class diagram) using the Rational Software Architect software on the Citrix iLab environment. Explain your work and the decisions you made to arrive at your proposed solution. CIS 339iLab 6 – CRCs,Contracts,and Method Specifications The design phase ofthe SRS project is in full swing and every developer on the team is assigned a group of packages to work on and to complete the design details ofthe classes in the package.To help speed up the design process,you—as the software architect of the project—were assigned the task ofproviding a sample method contractand a sample method specification to demonstrate to your team how these two documents are developed. You decided to use the CourseListand the Course classes for your demonstrations.The CourseListclass maintains and populates the currentlist of courses thatthe end user is working with while registering for clases.You will demonstrate the contractand the specification ofthe GetCourseByCourseID() ofthe CourseListclass. The GetCourseByCourseID() method searches the currentlistof courses for a course whose CourseID matches the ID supplied to the method.If a matched course is found,itis returned by the GetCourseByCourseID() method; otherwise a null value is returned,indicating there are no matching courses. Method contract of the GetCourseByCourseID() method ofthe CourseListclass Method specification ofthe GetCourseByCourseID() method ofthe CourseListclass i L A B S T E P S STEP 1: Create a Public Method Contract Download the CRC Cards for the CourseListand Course classes and review them to prepare for your deliverables this week. Download the Method Contract Template and use itfor your deliverables this week.Create the method contract for the GetCourseByCourseID() method ofthe CourseListclass.Explain your work and the decisions you made to arrive at your proposed solution. STEP 2: Create a Method Specification Download the Method Specification Template and use itfor your deliverables this week.Create the method specification for the GetCourseByCourseID() method ofthe CourseListclass.Explain your work and the decisions you made to arrive at your proposed solution. STEP 3: Save and Upload CIS 339iLab 7 – Object-Oriented Application Coding Your demonstrations ofhow to create both method contractand the method specification for the GetCourseByCourseID() method ofthe CourseListclass were very well received by your team members.They then asked you for one final demonstration ofhow to implementthe method specification using an object-oriented (OO) programming language and see the method actuallyexecute. You realize that it is easy to implementthe method specification in an OO programming language,butit is hard to test it because the restof the application is notdeveloped yet. You decided,therefore, to write two pieces ofcode. Code that implements the GetCourseByCourseID() method Code thatimplements a unittestfor that method alone (outside ofany other application code) This way you can demonstrate the method implementation and also verify its correct behavior. You are under a deadline constraintfor this deliverable,so you asked some ofyour peer architects for help.They each are well versed in different OO languages like VB.NET, C#, and Java and they all have done unit testi ng before so they are familiar ofhow to constructone. Your peer architects provided you with partially-completed shells for your demonstration.Each shell contains:
  • 5. complete code for the Course class;partiallycompleted code for CourseListclass;and complete code for the CourseListTestclass thatunittests the CourseList.GetCourseByCourseID() method. Your task is now easy. Just selectone of these shells and complete the code for the partially completed CourseList by coding it GetCourseByCourseID() method.When you compile and run the shell,it will automaticallytestyour GetCourseByCourseID() code to ensure its correctbehavior. Deliverables One Word file that contains the following.A copy of the code you wrote for the GetCourseByCourseID method() of the CourseListclass in your favorite OO programming language Ascreen shotof the output of running the provided unit test in the shell (the CourseListTestclass) showing thatyour code works as expected. Note that these unittests only print out messages oftesting problems.Ifyour code is correct, the unittests will succeed silently withoutany success messages.An explanation of your work and the decisions you made to arrive at your proposed code A zip file of the completed shell after you added your code so that the shell could be executed on a different machine i L A B S T E P S STEP 1: Review the Method Contract, Method Specification for the GetCDByCDID() Method, and Coding & Unit Testing GetCDByCDID() Method using Java (not Graded) Download the Method Contract for GetCDByCDID() Method and review it prior to reviewing this week’s video tutorial. Download the Method Specification for the GetCDByCDID() Method and review it prior to reviewing this week’s video tutorial STEP 2: Code & Unit Test the GetCourseByCourseID() method ofthe CourseListclass Decide on your OO programming language thatyou will use for this lab and then download the corresponding shell from the following. Visual Basic Shell C# Shell Java Shell Both the Visual Basic and C# shells are Visual Studio projects while the Java shell include onlythe *.java source files that could be loaded into any Java IDE. Code and unit test the CourseList.GetCourseByCourseID() method in your favorite programming language.You only need to add code for the GetCourseByCourseID() method and then run the application (the unittest will automatically test your code), then printout problem messages,ifany Explain your work and the decisions you made to arrive at your proposed solution. STEP 3: Submityour assignment