• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/8

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

8 Cards in this Set

  • Front
  • Back
CIS 339 Entire Course (DEVRY)

Copy the link to get this tutorial:

http://www.homeworkmade.com/cis-339/cis-339-entire-course-devry/
CIS 339 iLab 1 System Requirements (DEVRY)

CIS 339 iLab 2 of 7 (DEVRY)

CIS 339 iLab 3 - Structural Modeling - Class Diagram and CRCs (DEVRY)

CIS 339 iLab 4 - Sequence, Communication, and State Diagrams (DEVRY)

CIS 339 iLab 5 - Package Diagrams (DEVRY)

CIS 339 iLab 6 - CRCs, Contracts, and Method Specifications (DEVRY)

CIS 339 iLab 7 - Object-Oriented Application Coding (DEVRY)
CIS 339 iLab 1 System Requirements (DEVRY)

Copy the link to get this tutorial:

http://www.homeworkmade.com/cis-339/cis-339-ilab-1-system-requirements-devry/
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 architect to help the school plan, design, and implement a new online system called the Student Records System (SRS).

The Student Records System (SRS), described in the SRS Preliminary Planning Overview document, is the 7-week-long project that you will work on throughout this course. You will be developing UML models and documents for the planning, design, and implementation phases of SRS 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.
CIS 339 iLab 2 - Business Process Activity Diagram, Use Case Descriptions, and Use Case Diagram (Devry)

Copy the link to get this tutorial:

http://www.homeworkmade.com/cis-339/cis-339-ilab-2-business-process-activity-diagram-use-case-descriptions-and-use-case-diagram-devry/
Use Case Diagram and Use Case Description

Work has already started on the planning phase of the Student Record System (SRS) for the School of Prosperity (SoP) and everyone is excited about this new system.

As the software architect of this project, you met with many users and stakeholders of the old system to determine the requirements of the new Internet-accessible SRS software system. Your meetings and requirement-gathering efforts resulted in an SRS Requirement Definition document that summarizes all of the requirements of the project.

One of your development team members was excited about this project and 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.
CIS 339 iLab 3 - Structural Modeling - Class Diagram and CRCs (DEVRY)

Copy the link to get this tutorial:

http://www.homeworkmade.com/cis-339/cis-339-ilab-3-structural-modeling-class-diagram-and-crcs-devry/
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) of the SRS system, you are now ready to move on to its Structural Modeling.

In this week, you will use the models of your 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 of your project since it is the backbone upon which the entire project is built, so take the time to design and refine your class diagram and 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
CIS 339 iLab 4 - Sequence, Communication, and State Diagrams (DEVRY)

Copy the link to get this tutorial:

http://www.homeworkmade.com/cis-339/cis-339-ilab-4-sequence-communication-and-state-diagrams-devry/
In this week, you will use your functional and structural models as the basis for your behavioral models that need 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 that maintains the registration of a student in a class).

These behavioral model and diagrams are major milestones in your architectural and design work. They give you your first opportunity to verify that your use case (in this case, Register a Student for Classes) could actually be implemented using the objects of your class diagram design. If you reach this verification, then you are done with the analysis phase of your SRS project.
CIS 339 iLab 5 - Package Diagrams (DEVRY)

Copy the link to get this tutorial:

http://www.homeworkmade.com/cis-339/cis-339-ilab-5-package-diagrams-devry/
Your analysis phase of the SRS project went well and your team feels good about their Functional, Structural, and Behavioral models. You also discussed the result of your analysis with the School of Prosperity (SoP) administration and they seem to be in line with your analysis models.

Now is the time to start the design phase where you generate specific directions for the implementation of the system by the software development group. The first step in the design phase is to examine the SRS class diagram and to try to simplify its organization using a package diagram. The package diagram ensures that classes that belong together are grouped into a single package and thus simplify the development of these classes and their maintenance.

Your deliverable this week is to generate a package diagram for the SRS system.
CIS 339 iLab 6 - CRCs, Contracts, and Method Specifications (DEVRY)

Copy the link to get this tutorial:

http://www.homeworkmade.com/cis-339/cis-339-ilab-6-crcs-contracts-and-method-specifications-devry/
The design phase of the 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 of the classes in the package. To help speed up the design process, you—as the software architect of the project—were assigned the task of providing a sample
method contract and a sample method specification to demonstrate to your team how these two documents are developed.

You decided to use the CourseList and the Course classes for your demonstrations. The CourseList class maintains and populates the current list of courses that the end user is working with while registering for clases. You will demonstrate the contract and the specification of the GetCourseByCourseID() of the CourseList class.
CIS 339 iLab 7 - Object-Oriented Application Coding (DEVRY)

Copy the link to get this tutorial:

http://www.homeworkmade.com/cis-339/cis-339-ilab-7-object-oriented-application-coding-devry/
Your demonstrations of how to create both method contract and the method specification for the GetCourseByCourseID() method of the CourseList class were very well received by your team members. They then asked you for one final demonstration of how to implement the method specification using an object-oriented (OO) programming language and see the method actually execute.

You realize that it is easy to implement the method specification in an OO programming language, but it is hard to test it because the rest of the application is not developed yet. You decided, therefore, to write two pieces of code.

Code that implements the GetCourseByCourseID() method Code that implements a unit test for that method alone (outside of any other application code)