22 questions info systems 5408011 2

 

SEE ATTACHEMENT for the Questions. 

Write a 300- to 600-word short-answer response for each question, with reference.  

 

 

 

 

Questions

Write a 200- to 300-word short-answer response to the following:

(Please provide reference for the answers, when possible)

-515-

1.       “Optimizing Database Design” Please respond to the following:

 

Many legacy systems require normalization. Identify at least two factors that should be considered in order to produce an optimal normalized set of tables when performing normalization. Include in your discussion a detailed example on how each factor would eliminate data redundancy.

 

Optimal database design recognizes proper organization of table structures and relationships. Suggest at least two methods that can be used to improve the design of a database system.

 

(Make sure to provide examples with your responses. These examples should demonstrate and support your response.)

 

2.       “Denormalization Functionality” Please respond to the following:

 

Having an adequate data model to serve specific business needs of an organization is important. Evaluate the need for denormalization within an organization. Provide at least three examples that prove denormalization is useful to data consumers.

 

Using a data-modeling checklist can help database developers design efficient data repositories. Suggest at least two possible scenarios that could take place if one of the steps in the data-modeling checklist (table 6.7 in Chapter 6 of the textbook) is missed.

 

(Identify a situation/situatins where denormalization is useful and then provide three examples to support your identification of the situation.)

 

3.       “Relational Set Operators” Please respond to the following:

 

A relational Database Model allows database users to analyze data thoroughly. To accomplish this, advanced commands such as UNION and INTERSECT may be used.  Describe a business scenario where a UNION relational set operator may be used to merge two similar data sets. Within the context of your business scenario, analyze the analysis and data consistency advantages of using a UNION operator rather than simply merging two data sets into one result table.

 

Suppose you are tasked with finding common data elements amongst various data sets. Specify how an INTERSECT operator may assist you in accomplishing this task. Construct a query that can perform the same function as the INTERSECT operator without using the “INTERSECT” syntax within the query. Note: An Oracle Server may be used to test and compile the SQL Queries developed.

 

4.       “Advanced SQL and PL / SQL” Please respond to the following:

 

Extracting and interpreting data can be very valuable to an organization. Describe the importance of using sub queries in a database system. Provide at least two business case scenarios to support your response. 

 

A good IT professional is able to be versatile in SQL programming styles. Identify at least two possible advantages of utilizing PL / SQL instead of standard SQL Syntax. Explain whether either syntax provides enhanced code processing capabilities with examples. Note: The Strayer Oracle Server may be used to test and compile the SQL Queries developed. 

 

5.       “Planning the DBLC” Please respond to the following:

 

The development of a database requires thorough methodology that ensures quality within the solution. Imagine you have been contracted to develop a finance database that will help an organization track monthly expenditures by departments. Using the DBLC, discuss the various activities that you would have to achieve each phase. Assess possible challenges that may exist within each phase. Suggest actions that one can perform in order to overcome these possible challenges.

 

In order to mitigate risks associated with a database, it is essential to consider common sources of database failures. Describe at least two possible database failures that may occur once a database is placed into operation. Suggest actions that may be performed in order to avoid or mitigate these possible failures.

 

6.       “Logical and Physical Design” Please respond to the following:

 

In order to ensure optimal database performance, the logical and physical design should consider the user requirements thoroughly. Suppose you have been hired to transform a conceptual model into a logical model for a sales database. Describe the specific steps that you must perform in order to appropriately construct the database model. For each step mentioned, speculate the risks that would take place and how you would avoid or mitigate those risks.    

 

Suggest at least three activities that are required in the physical design process of a database to ensure adequate physical storage and data access. Analyze why user, security groups, and role definitions are essential to maintain the integrity of the database.

 

 

 

 

-517-

7.       “Scope Creep”  Please respond to the following:

 

Describe a previous project in which you were involved, where scope creep occurred. Explain why it occurred and at least one (1) way it could have been prevented.

 

8.       “Dependencies”  Please respond to the following:

 

Suggest at least three (3) potential challenges of controlling the project schedule when outsourcing critical tasks. Suggest the manner in which you could mitigate such challenges.

 

9.       “Cost Estimation in Software Development Projects”  Please respond to the following:

 

Predict the challenges of cost estimation for software development projects where requirements are usually not clear in early stages of the project. Argue whether or not the fluidity of requirements introduced by agile methodologies contributes to such challenges.

 

 

 

-518-

10.   “Prototyping” Please respond to the following:

 

Give an example of a software system for which developing a prototype would result in saving a significant amount of development time. Explain why the prototype will save development time in this case.

 

Give a different example of a software system for which developing a prototype would not result in saving a significant amount of development time. Explain why the prototype will not save development time.

 

11.   “Architectural Styles” Please respond to the following:

 

Analyze two architectural styles of your choosing and, for each, give an example of a real-world application whose software design would benefit by incorporating your chosen style. Justify your response.

 

Evaluate the driving factors or conditions that affect the selection of an architectural style for a given open-source software application. Provide two examples of these conditions and how they help determine an application’s architectural style.

 

12.   “Object-Oriented Software Design for Everything?” Please respond to the following:

 

From the e-Activity (Unified Modeling Language Website.), take a position on whether or not an object-oriented approach can be used to develop any type of system. Provide two examples that support your position.

Explain how Unified Modeling Language (UML) diagrams can be linked to and implemented by an object-oriented programming language such as C# or Java. Provide at least three examples to support your response.

 

13.   “Design Patterns” Please respond to the following:

 

From the e-Activity (Unified Modeling Language Website.), using UML and text, identify a creational design pattern and describe a situation where it could be applied. Provide a justification as to why it should be used over other creational design patterns that are available.

 

Using UML and text, identify a behavioral design pattern and describe a situation where it could be applied. Provide a justification as to why it should be used over other behavioral design patterns that are available.

 

14.   “Data Structures” Please respond to the following:

 

Imagine you are asked to write a program to print out a yearly calendar. In this program, the user enters the year desired, and the output is a calendar for that year. Determine how the representation of internal data will affect the way in which the program is written.

 

Produce two examples of data structures that might be used in the scenario above.  (Hint: Are your data structures cumulative or not? How is a leap year handled?)

 

15.   “Generating Test Cases” Please respond to the following:

 

From the e-Activity:” (Use the Internet to research the various methods used to generate test cases in a software development project. Take note of how these methods are used to identify and perform path testing. Be prepared to discuss.)”,identify at least two methods used to generate test cases in software development, and explain how they are used to identify and perform the path testing.

 

Take a position on whether or not the structure of a program can reduce the number of test cases. Provide a specific example to support your answer.

 

 

 

 

 

 

 

-555-

16.   “Goal Types and Categories” Please respond to the following:

 

Compare and contrast behavioral goal and soft goals. Provide four examples to support your points.

 

Propose five functional goals and five non-functional goals. Propose how you would determine if a goal should be classified under the functional category or the non-functional category.

 

17.   “Goal Model Building” Please respond to the following:

 

Suppose that you are building a goal model of a system you are designing. Identify/propose the best three best practices for selecting one or more of the fifteen heuristic rules that apply to the building of a goal model? 

 

From the e-Activity (http://www.youtube.com/watch?v=QGgLYXY9yhE.), determine if you can you easily depict these AND/OR nodes on a goal diagram. Predict three challenges you foresee in using a graph-based diagram to model goals.

 

18.   “Obstacle Categories and Prevention” Please respond to the following:

 

Suppose that you are performing an obstacle analysis of the software that you developed for the self-parking car discussed previously. Determine which of the following obstacle categories you would apply during the analysis: hazard obstacles, threat obstacles, dissatisfaction obstacles, misinformation obstacles, inaccuracy obstacles, and usability obstacles. Defend the selected category that you selected with two examples.

 

The alternative techniques for obstacle prevention are goal weakening, obstacle reduction, goal restoration, obstacle mitigation, and doing nothing. Examine the alternative techniques and select the one that you would use for obstacle presentation. Defend your selection.

 

19.   “Obstacle Diagrams and Obstacle Identification” Please respond to the following:

 

From the e-Activity (http://www.youtube.com/watch?v=8h-xBIkiY_w.), determine any similarities or dissimilarities between the goal model diagrams and obstacles diagrams.

 

Provide one example of when you would use the tautology-based refinement technique. One example of when you would use the obstructed target technique. Defend why you chose to use each technique in the examples that you did.

 

 

 

 

 

20.   “Conceptual and Object Models” Please respond to the following:

 

Provide one example of an entity object, association object, agent object, and an event object. Determine which one of these object types closely resembles or mirrors a conceptual object model. Provide a rationale.

 

From the e-Activity (http://www.youtube.com/watch?), examine the key features of a class diagram. Predict whether you would be able to examine a class diagram and point out entities, associations, attributes, and operations. Determine how you would be able to tell them apart.

 

21.   “Building Models” Please respond to the following:

 

Suppose you were building an object model for an online banking system. Determine which of the 14 heuristics for building models you would use to build the banking system. Provide a rationale.

 

Blackboard is a Web-based learning management system used by Universities for instructions, online interaction, and for educational assessment. Provide three examples of composite objects that are used in Blackboard. Explain why you believe they are composite objects.

 

 

 

 
Do you need a similar assignment done for you from scratch? We have qualified writers to help you. We assure you an A+ quality paper that is free from plagiarism. Order now for an Amazing Discount!
Use Discount Code "Newclient" for a 15% Discount!

NB: We do not resell papers. Upon ordering, we do an original paper exclusively for you.