Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Can I please get a detailed expert solution to the question I posted earlier about the pseudocode question? Objective: Develop Pseudocode In this exercise you

Can I please get a detailed expert solution to the question I posted earlier about the pseudocode question?

Objective: Develop Pseudocode

In this exercise you will write up pseudocode (refer to Pseudocode Standard Links to an external site.[4]) to show how to implement a remote computing service to support enterprise integration given the scenario provided below.

Figure 1: Lion University Course/Roster System

Refer to the schema figures provided below:

Figure Ex1.1 shows the schema used in the Lion Universitys Student Roster Information System (simply called Roster System).

Figure Ex1.2 shows the schema used in the Lion Universitys Course Registration Information System (simply called Course System).

Figure Ex1.1 Schema of the Lion Universitys Student Roster Information System

Figure Ex1.2 Schema of the Lion Universitys Course Registration Information System

Assume that Roster System has a record for a new student, Bob Smith, in Table StudentRoster

StudID (Integer): 1111

Name (String): Bob Smith

SSN(String): 222-333-1111

EmailAddress(String): bsmith@yahoo.com

HomePhone(String): 215-777-8888

HomeAddr(String): 123 Tulip Road, Ambler, PA 19002

LocalAddr(String): 321 Maple Avenue, Lion Town, PA 16800

EmergencyContact(String): John Smith (215-222-6666)

ProgramID(Integer): 206

PaymentID(String): 1111-206

AcademicStatus (Integer): 1

Design/develop pseudo codes to insert the needed Bob Smith information from the Roster System into the Course System. Your report should include at least the following:

your assumption of an appropriate communication between the Roster and the Course systems

your preferred programming model (i.e., one out of five: RPC, Object-oriented, Interface-based, Component-based, or Service-oriented

your integration diagram that shows the scheme and logic of your proposed integration (e.g., UML or the like)

your pseudo codes, i.e., module(s) for the Roster system, module(s) for the Course system, and module(s) for their integration respectively

discussion on what are the potential challenges when doing such an implementation for real.

Please keep in mind, you can also make any other assumption if necessary.

Please submit your solution to this assignment.

Reference: [4] Dalbey, J. Pseudocode Standard. http://users.csc.calpoly.edu/~jdalbey/SWE/pdl_std.html Links to an external site..

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

=+8. Are there any disadvantages with this tactic?

Answered: 1 week ago

Question

Discuss the Hawthorne experiments in detail

Answered: 1 week ago

Question

Explain the characteristics of a good system of control

Answered: 1 week ago

Question

State the importance of control

Answered: 1 week ago

Question

What are the functions of top management?

Answered: 1 week ago