Posts

Showing posts from January 12, 2020

Preparing Career as a Systems Analyst | SAD

System analysts are the key individuals in the information system development process. To succeed as a system analyst, you will need to develop the following skills. Working Knowledge of Information Technology : This is a technical skill. The analyst must be aware of both existing and emerging information technology. Such knowledge can be acquired through college courses, seminars, and training programs. Computer Programming Experience and Expertise : This is also a technical skill needed by systems analysts. Most system analysts need to be proficient in one or more high-level programming languages. General Knowledge of Business Processes and Terminology : Most of the systems today are business-related and the systems analysts must be able to communicate with business experts to gain an understanding of their problems and needs. So, this skill is a must. To develop this skill, the system analyst should have knowledge about the courses like accounting, finance, business law and et

Information System Stakeholders, Vendors and Consultants | SAD

Information System Stakeholders, Vendors, and Consultants Information System Stakeholders A stakeholder is any person who has an interest in an existing or proposed information system. She/he may be technical or non-technical and internal or external workers. Stakeholders are also called information workers. An information worker involves in creating, collecting, processing, distributing, and using information. There are six groups of stakeholders and each group has a different role in the same information system. But in practice, any individual person may play more than one role. For example, a system analyst may also work as a system designer. The six groups are: system owners, system users, system designers, system builders, system analysts and project managers, and information technology vendors and consultants. System owners System owners are the information system’s sponsors and chief advocates. They are usually responsible for funding the project of development, op

Systems Analysis and Design

Systems Analysis and Design System analysis and design is a complex, challenging, and simulating organizational process that a team of business and systems professionals uses to develop and maintain computer-based information systems. It is an organizational improvement process Information system are built and rebuilt for organizational benefits. An important (but not the only) result of system analysis and design is application software i.e. software designed to support organizational functions or processes such as inventory management, payroll, or mark-sheet analysis. In addition to application software, the total information system includes the hardware and systems software on which the application software runs, documentation and training materials, the specific job roles associated with the overall system, controls and the people who use the software along with their work methods. In systems analysis and design, we use various methodologies, techniques and tools that h

Information System and Its Types | System Analysis and Design (SAD)

What is an Information System? In the simplest sense, a system that provides information to people in an organization is called an information system (IS). Information systems in organizations capture and manage data to produce useful information that supports an organization and its employees, customers, suppliers, and partners. So, many organizations consider information systems to be an essential one. Information systems produce information by using data about significant people, places, and things from within the organization and/or from the external environment to make decisions, control operations, analyze problems, and create new products or services. Information is the data shaped into a meaningful form. Data, on the other hand, are the collection of raw facts representing events occurring in organizations or the environment before they have been organized and arranged into a form that people can understand and use. The three activities to produce information in an i

What is System? | SAD

Image
What is a System? A system is a collection of components (subsystems) that work together to realize some objective. For example, the library system contains librarians, books, and periodicals as components to provide knowledge for its members. Basic System Module

Approximation Algorithms | DAA

Image
Approximation Algorithms An approximate algorithm is a way of dealing with NP—completeness for optimization problem. This technique does not guarantee the best solution. The goal of an approximation algorithm is to come as close as possible to the optimum value in a reasonable amount of time which is at most polynomial time. If we are dealing with optimization problem {maximization or minimization} with feasible solution having positive cost then it is worthy to look at approximate algorithm for near optimal solution. Vertex Cover Problem A vertex cover of an undirected graph G =(V.E) is a subset V‘ I V such that for all edges (u.v) EE either usV’ or vsV’ or u and v 2 V’. The problem here is to find the vertex cover of minimum size in a given graph G. Optimal vertex—cover is the optimization version of an NP—complete problem but it is not too hard to find a vertex-cover that is near optimal. Algorithm ApproxVertexCover {G} { C ={ } ; E’ = E while E' is not empty do