What are the core problem-solving steps for developing new information systems?
- List and describe the problem-solving steps for building a new system.
- Define information requirements and explain why they are important for developing a system solution.
- List the various types of design specifications required for a new
information system . - Explain why the testing stage of systems development is so important. Name and describe the three stages of testing for an information system.
- Describe the roles of documentation, conversion, production, and maintenance in systems development.
Explanation of Solution
Problem-solving:
It is a technique to find a solution of a particular problem. These solving strategy may include mathematical and systematic operations in the process.
Problem solving steps for building a new system:
Problem solving is the method to find the solution to the problem. It has some steps to follow for building a new system is as follows:
- Step 1: Define and understand the problem
- Step 2: Develop the alternative solution
- Step 3: Select the appropriate approach
- Step 4: Implement the solution
- Step 5: Monitor the implementation
- Step 6: Verify the problem
Step 1: Define and understand the problem:
Defining the problem is essential to solve this. The definition includes as identifying its causes, solution objectives, and information requirements. It also includes the reviewing the document that how process currently work and evaluate the possible impact of new tools in the problem.
Step 2: Develop the alternative solution:
Developing the alternative solution gives the path to follow the nature of the problem. Using this step the user can compare the characteristics of final solution with desired result.
Step 3: Select the appropriate approach:
Choosing the best solution for the problem is based on the technical, financial, and organizational feasibility of each alternative solution.
Step 4: Implement the solution:
Implementing the selected solution by involving the efforts of other attributes. The implementation should involve the design specification, hardware and software tools, testing, and documentation.
Step 5: Monitor the implementation:
This step is considered about maintenance of the problem. The maintenance involves software and hardware updating operation, and other techniques.
Step 6: Verify the problem:
It is the final step of problem solving. In this step the solution should be verified using certain process and procedures.
Explanation of Solution
Information requirements:
- Information requirement is the business activity which describe about information type and information procedure. It defines the objective of new or modified system and has detailed description of functions the new system performed.
- The information requirement is important to developing the system solution because gathering the information requirements is difficult task of the system analyst and developing the functional requirement can meet the need of the end user.
Therefore the information requirement is important for developing a system solution.
Explanation of Solution
Various types of design specifications needed for a new information system:
The new information system requires some design specification. These specification should consider about technical, organizational and people needs. The basic specification for the information system is as follows:
- Input
- Output
- User interface
- Database management
- Security and controls
- Training and documentation
- Other organizational changes
Each specification performs particular functionality for the system.
Explanation of Solution
Importance of testing stage of systems development:
Testing stage is one of the phase in system development. It act as a success criteria of the system. Using this stage, the user test the system produce right results for appropriate input. If error occurred on the system, the project will be reorganized.
Three stages of testing an information system:
Three stages are available when testing an information system. These stages are:
- Unit testing
- System testing
- Acceptance testing
Unit testing:
- Unit test is one of the stages defined for the tests. It is used to test the single module for some sort of specific test.
- It is performed once the programmer develops the program, tests the code, and believes that there is no error in that code.
- It is conducted by the analyst or programmer for that tested code.
System testing:
- System testing is done by the analysts to ensure that the set of the programs and module work together without error.
- System testing scope is much broader than that of the integration and unit testing.
Acceptance testing:
- Acceptance testing is purely in the acceptance of the users.
- Acceptance testing scope is not that much broader than system testing.
- It checks that the system meets all requirements for which it was specified by the user.
Explanation of Solution
Role of documentation:
Documentation is the important step in project development; this is because the documentation of the project provides the overall details about the project.
- The documentation process lies at the fifth phase of the Program Development Life Cycle (PDLC).
Role of conversion:
Conversion process is to change the old system into new one. It is performed in projects in four ways. They are: parallel conversion, pilot conversion, phased conversion, and direct conversion.
Role of production:
It is the process of producing the system with a particular form. The produced system will be reviewed by the users or technical specialists.
Role of maintenance:
After installation of the program, maintenance plays an important role to run the program successfully. In this phase, the existing problems in the code are rectified. After implementation of the program, necessary changes are made to upgrade the program in the maintenance phase.
Want to see more full solutions like this?
Chapter 12 Solutions
Essentials of MIS (12th Edition)
- Change the following code so that there is always at least one way to get from the left corner to the top right, but the labyrinth is still randomized. The player starts at the bottom left corner of the labyrinth. He has to get to the top right corner of the labyrinth as fast he can, avoiding a meeting with the evil dragon. Take care that the player and the dragon cannot start off on walls. Also the dragon starts off from a randomly chosen position public class Labyrinth { private final int size; private final Cell[][] grid; public Labyrinth(int size) { this.size = size; this.grid = new Cell[size][size]; generateLabyrinth(); } private void generateLabyrinth() { Random rand = new Random(); for (int i = 0; i < size; i++) { for (int j = 0; j < size; j++) { // Randomly create walls and paths grid[i][j] = new Cell(rand.nextBoolean()); } } // Ensure start and end are…arrow_forwardChange the following code so that it checks the following 3 conditions: 1. there is no space between each cells (imgs) 2. even if it is resized, the components wouldn't disappear 3. The GameGUI JPanel takes all the JFrame space, so that there shouldn't be extra space appearing in the frame other than the game. Main(): Labyrinth labyrinth = new Labyrinth(10); Player player = new Player(9, 0); Dragon dragon = new Dragon(9, 9); JFrame frame = new JFrame("Labyrinth Game"); GameGUI gui = new GameGUI(labyrinth, player, dragon); frame.add(gui); frame.setSize(600, 600); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); frame.setVisible(true); public class GameGUI extends JPanel { private final Labyrinth labyrinth; private final Player player; private final Dragon dragon; //labyrinth, player, dragon are just public classes private final ImageIcon playerIcon = new ImageIcon("data/images/player.png");…arrow_forwardMake the following game user friendly with GUI, with some simple graphics. The GUI should be in another seperate class, with some ImageIcon, and Game class should be added into the pane. The following code works as this: The objective of the player is to escape from this labyrinth. The player starts at the bottom left corner of the labyrinth. He has to get to the top right corner of the labyrinth as fast he can, avoiding a meeting with the evil dragon. The player can move only in four directions: left, right, up or down. There are several escape paths in all labyrinths. The player’s character should be able to moved with the well known WASD keyboard buttons. If the dragon gets to a neighboring field of the player, then the player dies. Because it is dark in the labyrinth, the player can see only the neighboring fields at a distance of 3 units. Cell Class: public class Cell { private boolean isWall; public Cell(boolean isWall) { this.isWall = isWall; } public boolean isWall() { return…arrow_forward
- Discuss the negative and positive impacts or information technology in the context of your society. Provide two references along with with your answerarrow_forwardA cylinder of diameter 10 cm rotates concentrically inside another hollow cylinder of inner diameter 10.1 cm. Both cylinders are 20 cm long and stand with their axis vertical. The annular space is filled with oil. If a torque of 100 kg cm is required to rotate the inner cylinder at 100 rpm, determine the viscosity of oil. Ans. μ= 29.82poisearrow_forwardMake the following game user friendly with GUI, with some simple graphics The following code works as this: The objective of the player is to escape from this labyrinth. The player starts at the bottom left corner of the labyrinth. He has to get to the top right corner of the labyrinth as fast he can, avoiding a meeting with the evil dragon. The player can move only in four directions: left, right, up or down. There are several escape paths in all labyrinths. The player’s character should be able to moved with the well known WASD keyboard buttons. If the dragon gets to a neighboring field of the player, then the player dies. Because it is dark in the labyrinth, the player can see only the neighboring fields at a distance of 3 units. Cell Class: public class Cell { private boolean isWall; public Cell(boolean isWall) { this.isWall = isWall; } public boolean isWall() { return isWall; } public void setWall(boolean isWall) { this.isWall = isWall; } @Override public String toString() {…arrow_forward
- Please original work What are four of the goals of information lifecycle management think they are most important to data warehousing, Why do you feel this way, how dashboards can be used in the process, and provide a real life example for each. Please cite in text references and add weblinksarrow_forwardThe following is code for a disc golf program written in C++: // player.h #ifndef PLAYER_H #define PLAYER_H #include <string> #include <iostream> class Player { private: std::string courses[20]; // Array of course names int scores[20]; // Array of scores int gameCount; // Number of games played public: Player(); // Constructor void CheckGame(int playerId, const std::string& courseName, int gameScore); void ReportPlayer(int playerId) const; }; #endif // PLAYER_H // player.cpp #include "player.h" #include <iomanip> Player::Player() : gameCount(0) {} void Player::CheckGame(int playerId, const std::string& courseName, int gameScore) { for (int i = 0; i < gameCount; ++i) { if (courses[i] == courseName) { // If course has been played, then check for minimum score if (gameScore < scores[i]) { scores[i] = gameScore; // Update to new minimum…arrow_forwardIn this assignment, you will implement a multi-threaded program (using C/C++) that will check for Prime Numbers and Palindrome Numbers in a range of numbers. Palindrome numbers are numbers that their decimal representation can be read from left to right and from right to left (e.g. 12321, 5995, 1234321). The program will create T worker threads to check for prime and palindrome numbers in the given range (T will be passed to the program with the Linux command line). Each of the threads works on a part of the numbers within the range. Your program should have some global shared variables: • numOfPrimes: which will track the total number of prime numbers found by all threads. numOfPalindroms: which will track the total number of palindrome numbers found by all threads. numOfPalindromic Primes: which will count the numbers that are BOTH prime and palindrome found by all threads. TotalNums: which will count all the processed numbers in the range. In addition, you need to have arrays…arrow_forward
- How do you distinguish between hardware and a software problem? Discuss theprocedure for troubleshooting any hardware or software problem. give one reference with your answer.arrow_forwardYou are asked to explain what a computer virus is and if it can affect computer’shardware or software. How do you protect your computer against virus? give one reference with your answer.arrow_forwardDistributed Systems: Consistency Models fer to page 45 for problems on data consistency. structions: Compare different consistency models (e.g., strong, eventual, causal) for distributed databases. Evaluate the trade-offs between availability and consistency in a given use case. Propose the most appropriate model for the scenario and explain your reasoning. Link: [https://drive.google.com/file/d/1wKSrun-GlxirS31Z9qoHazb9tC440AZF/view?usp=sharing]arrow_forward
- Fundamentals of Information SystemsComputer ScienceISBN:9781337097536Author:Ralph Stair, George ReynoldsPublisher:Cengage LearningPrinciples of Information Systems (MindTap Course...Computer ScienceISBN:9781305971776Author:Ralph Stair, George ReynoldsPublisher:Cengage LearningPrinciples of Information Systems (MindTap Course...Computer ScienceISBN:9781285867168Author:Ralph Stair, George ReynoldsPublisher:Cengage Learning