Business Driven Technology
7th Edition
ISBN: 9781259567322
Author: Paige Baltzan Instructor
Publisher: McGraw-Hill Education
expand_more
expand_more
format_list_bulleted
Concept explainers
Expert Solution & Answer
Chapter 19, Problem 2CCT
Explanation of Solution
- a. Systems development life cycle (SDLC):
- The seven phases in SDLC includes:
- Planning phase
- The planning phase includes creating a goal statement for project.
- It defines a high level plan for intended project.
- It sets scope of project.
- The project plan denotes a formal, approved document that would manage and control entire project.
- A project manager creates a project plan and ensures that project finishes within given deadline and budget.
- Analysis Phase
- In analysis phase the firm would analyze business requirements.
- It refines goals of project into defined operations and functions of intended systems.
- The business requirements denote specific business requests made by system so as to successfully complete project.
- The requirements management denotes process of managing variations to requirements in business.
- A requirements definition document would prioritize all business requirements based on importance order.
- Design phase
- The design phase creates description for system features and operations.
- It includes following items:
- Screen layout
- Business rules
- Process diagrams
- Pseudo code
- The graphical user interface (GUI) denotes an
information system interface.
- Development phase
- The development phase transforms detailed design documents into actual system.
- During this phase, the team defines programming language for development.
- A scripting language may provide interactive modules to website.
- Object oriented languages may group data into objects.
- Testing phase
- The testing phase keeps all project modules under testing environment for elimination of bugs and errors.
- It verifies that system meets all requirements mentioned in analysis phase.
- Bugs denote defects in information system code.
- The test conditions denote steps that must be performed and expected result for each step.
- Implementation phase
- The system is placed into production, detailed documentation is performed.
- The users begin actual operations in business within system.
- Maintenance phase
- The organization performs corrections, changes and up gradations to ensure that system meets requirements.
- Corrective maintenance would make system changes to flaws in design, errors in coding or issues in implementation.
- Preventive maintenance would make system changes to reduce chances for system failure in future.
- Planning phase
- The planning phase includes creating a goal statement for project.
- It defines a high level plan for intended project.
- It sets scope of project.
- The project plan denotes a formal, approved document that would manage and control entire project.
- A project manager creates a project plan and ensures that project finishes within given deadline and budget.
- Analysis Phase
- In analysis phase the firm would analyze business requirements.
- It refines goals of project into defined operations and functions of intended systems.
- The business requirements denote specific business requests made by system so as to successfully complete project.
- The requirements management denotes process of managing variations to requirements in business.
- A requirements definition document would prioritize all business requirements based on importance order.
- Design phase
- The design phase creates description for system features and operations.
- It includes following items:
- Screen layout
- Business rules
- Process diagrams
- Pseudo code
- The graphical user interface (GUI) denotes an
information system interface.
- Development phase
- The development phase transforms detailed design documents into actual system.
- During this phase, the team defines programming language for development.
- A scripting language may provide interactive modules to website.
- Object oriented languages may group data into objects.
- Testing phase
- The testing phase keeps all project modules under testing environment for elimination of bugs and errors.
- It verifies that system meets all requirements mentioned in analysis phase.
- Bugs denote defects in information system code.
- The test conditions denote steps that must be performed and expected result for each step.
- Implementation phase
- The system is placed into production, detailed documentation is performed.
- The users begin actual operations in business within system.
- Maintenance phase
- The organization performs corrections, changes and up gradations to ensure that system meets requirements.
- Corrective maintenance would make system changes to flaws in design, errors in coding or issues in implementation.
- Preventive maintenance would make system changes to reduce chances for system failure in future.
Most important phase:
- All phases in SDLC are likewise important. No phase can be skipped...
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
What are the similarities and differences between massively parallel processing systems and grid computing. with references
Modular Program Structure. Analysis of Structured Programming Examples. Ways to Reduce Coupling.
Based on the given problem, create an algorithm and a block diagram, and write the program code:
Function: y=xsinx
Interval: [0,π]
Requirements:
Create a graph of the function.
Show the coordinates (x and y).
Choose your own scale and show it in the block diagram.
Create a block diagram based on the algorithm.
Write the program code in Python.
Requirements:
Each step in the block diagram must be clearly shown.
The graph of the function must be drawn and saved (in PNG format).
Write the code in a modular way (functions and the main part should be separate).
Please explain and describe the results in detail.
Based on the given problem, create an algorithm and a block diagram, and write the program code:
Function: y=xsinx
Interval: [0,π]
Requirements:
Create a graph of the function.
Show the coordinates (x and y).
Choose your own scale and show it in the block diagram.
Create a block diagram based on the algorithm.
Write the program code in Python.
Requirements:
Each step in the block diagram must be clearly shown.
The graph of the function must be drawn and saved (in PNG format).
Write the code in a modular way (functions and the main part should be separate).
Please explain and describe the results in detail.
Chapter 19 Solutions
Business Driven Technology
Ch. 19 - What are the three interdependent variables...Ch. 19 - Prob. 2OCCh. 19 - Prob. 3OCCh. 19 - Prob. 1CQCh. 19 - Prob. 2CQCh. 19 - How could more time spent in the analysis and...Ch. 19 - Prob. 4CQCh. 19 - Prob. 1RQCh. 19 - Prob. 2RQCh. 19 - Prob. 3RQ
Ch. 19 - Prob. 4RQCh. 19 - Prob. 5RQCh. 19 - Prob. 6RQCh. 19 - Prob. 7RQCh. 19 - Prob. 8RQCh. 19 - Prob. 9RQCh. 19 - Prob. 1MBDCh. 19 - Prob. 2MBDCh. 19 - Prob. 3MBDCh. 19 - Prob. 4MBDCh. 19 - Prob. 5MBDCh. 19 - Prob. 6MBDCh. 19 - Prob. 1CCOCh. 19 - Prob. 2CCOCh. 19 - Prob. 3CCOCh. 19 - Prob. 4CCOCh. 19 - Prob. 5CCOCh. 19 - Prob. 1CCTCh. 19 - Prob. 2CCTCh. 19 - Prob. 3CCTCh. 19 - Prob. 4CCTCh. 19 - Prob. 5CCTCh. 19 - Prob. 1AYKCh. 19 - Prob. 2AYKCh. 19 - Prob. 3AYKCh. 19 - Prob. 4AYKCh. 19 - Prob. 5AYKCh. 19 - Prob. 6AYKCh. 19 - Prob. 7AYK
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
- Based on the given problem, create an algorithm and a block diagram, and write the program code: Function: y=xsinx Interval: [0,π] Requirements: Create a graph of the function. Show the coordinates (x and y). Choose your own scale and show it in the block diagram. Create a block diagram based on the algorithm. Write the program code in Python. Requirements: Each step in the block diagram must be clearly shown. The graph of the function must be drawn and saved (in PNG format). Write the code in a modular way (functions and the main part should be separate). Please explain and describe the results in detail.arrow_forwardQuestion: Based on the given problem, create an algorithm and a block diagram, and write the program code: Function: y=xsinx Interval: [0,π] Requirements: Create a graph of the function. Show the coordinates (x and y). Choose your own scale and show it in the block diagram. Create a block diagram based on the algorithm. Write the program code in Python. Requirements: Each step in the block diagram must be clearly shown. The graph of the function must be drawn and saved (in PNG format). Write the code in a modular way (functions and the main part should be separate). Please explain and describe the results in detail.arrow_forward23:12 Chegg content://org.teleg + 5G 5G 80% New question A feed of 60 mol% methanol in water at 1 atm is to be separated by dislation into a liquid distilate containing 98 mol% methanol and a bottom containing 96 mol% water. Enthalpy and equilibrium data for the mixture at 1 atm are given in Table Q2 below. Ask an expert (a) Devise a procedure, using the enthalpy-concentration diagram, to determine the minimum number of equilibrium trays for the condition of total reflux and the required separation. Show individual equilibrium trays using the the lines. Comment on why the value is Independent of the food condition. Recent My stuff Mol% MeOH, Saturated vapour Table Q2 Methanol-water vapour liquid equilibrium and enthalpy data for 1 atm Enthalpy above C˚C Equilibrium dala Mol% MeOH in Saturated liquid TC kJ mol T. "Chk kot) Liquid T, "C 0.0 100.0 48.195 100.0 7.536 0.0 0.0 100.0 5.0 90.9 47,730 928 7,141 2.0 13.4 96.4 Perks 10.0 97.7 47,311 87.7 8,862 4.0 23.0 93.5 16.0 96.2 46,892 84.4…arrow_forward
- You are working with a database table that contains customer data. The table includes columns about customer location such as city, state, and country. You want to retrieve the first 3 letters of each country name. You decide to use the SUBSTR function to retrieve the first 3 letters of each country name, and use the AS command to store the result in a new column called new_country. You write the SQL query below. Add a statement to your SQL query that will retrieve the first 3 letters of each country name and store the result in a new column as new_country.arrow_forwardWe are considering the RSA encryption scheme. The involved numbers are small, so the communication is insecure. Alice's public key (n,public_key) is (247,7). A code breaker manages to factories 247 = 13 x 19 Determine Alice's secret key. To solve the problem, you need not use the extended Euclid algorithm, but you may assume that her private key is one of the following numbers 31,35,55,59,77,89.arrow_forwardConsider the following Turing Machine (TM). Does the TM halt if it begins on the empty tape? If it halts, after how many steps? Does the TM halt if it begins on a tape that contains a single letter A followed by blanks? Justify your answer.arrow_forward
- Pllleasassseee ssiiirrrr soolveee thissssss questionnnnnnnarrow_forward4. def modify_data(x, my_list): X = X + 1 my_list.append(x) print(f"Inside the function: x = {x}, my_list = {my_list}") num = 5 numbers = [1, 2, 3] modify_data(num, numbers) print(f"Outside the function: num = {num}, my_list = {numbers}") Classe Classe that lin Thus, A pro is ref inter Ever dict The The output: Inside the function:? Outside the function:?arrow_forwardpython Tasks 5 • Task 1: Building a Library Management system. Write a Book class and a function to filter books by publication year. • Task 2: Create a Person class with name and age attributes, and calculate the average age of a list of people Task 3: Building a Movie Collection system. Each movie has a title, a genre, and a rating. Write a function to filter movies based on a minimum rating. ⚫ Task 4: Find Young Animals. Create an Animal class with name, species, and age attributes, and track the animals' ages to know which ones are still young. • Task 5(homework): In a store's inventory system, you want to apply discounts to products and filter those with prices above a specified amount. 27/04/1446arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Database Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781305627482Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781285196145Author:Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos CoronelPublisher:Cengage LearningFundamentals of Information SystemsComputer ScienceISBN:9781305082168Author:Ralph Stair, George ReynoldsPublisher:Cengage Learning
- Principles of Information Systems (MindTap Course...Computer ScienceISBN:9781305971776Author:Ralph Stair, George ReynoldsPublisher:Cengage LearningInformation Technology Project ManagementComputer ScienceISBN:9781337101356Author:Kathy SchwalbePublisher:Cengage LearningPrinciples of Information Security (MindTap Cours...Computer ScienceISBN:9781337102063Author:Michael E. Whitman, Herbert J. MattordPublisher:Cengage Learning
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781305627482
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781285196145
Author:Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Publisher:Cengage Learning
Fundamentals of Information Systems
Computer Science
ISBN:9781305082168
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning
Principles of Information Systems (MindTap Course...
Computer Science
ISBN:9781305971776
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning
Information Technology Project Management
Computer Science
ISBN:9781337101356
Author:Kathy Schwalbe
Publisher:Cengage Learning
Principles of Information Security (MindTap Cours...
Computer Science
ISBN:9781337102063
Author:Michael E. Whitman, Herbert J. Mattord
Publisher:Cengage Learning