Friday, December 14, 2018
'Business System Analysis and Design Notes\r'
'*IS:arrangement of people, information, procedurees,informationrmation applied science that interact to collect,process,provide as output the info necessary to support the organization. Types of IS: TPS,MIS,decision support establishment, discourses and collaboration arrangement,expert formation, office mechanization system & decision commencer info systemTypes of Stakeholders: corpse causeers (middle and executive managers, supervisors), constitution users (clinical& service turn overers,technical and professional workers; suppliers,customers,employees),System Builders (network admin,security admin,selective information base programmer,system programmer),System Designers (web archs,graphic artists,network computer architectures),External service supplier (sales engineers, technology engineers, system consultants),Project manager,System psychoanalyst:is a b set off solver,he/she studies channel probs and opportunities,then transform them into info that will be employ by technical specializers.System analyst:specialist who studies worrys and needs of an organization to determine how people, info,processes and info technology potbelly best accomplish changements for the affair. Skills by System Analyst: dieing knowledge of information technology(The analyst must be aware of both breathing and emerging information technologies),Computer programming, experience and expertise,General business knowledge,General problem-solving skills,Good interpersonal communication skills,Good interpersonal relations skills,Flexibility and adaptability,Character and ethics. Info sys architecture:provides a foundation for organizing sundry(a) components of both info sys you care to develop. a unifying framework into which various stakeholders with divers(prenominal) perspectives can manoeuver and prospect the sound building blocks of information systems. Views of knowledge System owners good deal: Interested not in raw data but in information. (Business entities and business rules) System usersââ¬â¢ keep an eye on: View data as something recorded on forms,stored in file cabinets,recorded in books and spreadsheets,or stored on computer.Focus on business issues as they pertain to data. Data demand System designersââ¬â¢ view: Data structures,database schemas,fields,indexes,and constraints of particular database vigilance system (DBMS). System buildersââ¬â¢ view: SQL,DBMS or other data technologies Views of process System ownersââ¬â¢view: concern with high-level processes called business functions.A cross-functional information system System usersââ¬â¢view: concern with work that must be performed to provide the appropriate responses to business events. Business processes, cognitive process pick outments,Policy,Procedure, Work eat System designersââ¬â¢view: take up-to doe with with which processes to automatise and how to automate them. Software specifications System buildersââ¬â¢view:Concerned wit h programming logic that implements automatise processes. Application program,Prototyping Views of communication System ownersââ¬â¢ view: Who? Where? What?System usersââ¬â¢ view: Concerned with the information systemââ¬â¢s inputs and outputs. System designersââ¬â¢ view: Concerned with the technical design of both the user and the system-to-system communication interfaces. System buildersââ¬â¢ view: Concerned with the construction, deftness, examen and implementation of user and system-to-system interface solutions *Basic principles of system teaching: Get the system users involved. handling a problem-solving approach. Establish phases and activities. Document through development. Establish standards.Manage the process and projects. Justify systems as capital investments. Donââ¬â¢t be afraid to cancel or rescript scope. Divide and conquer. Design systems for growth and change. The need to improve: Performance Info Eco/controlcosts Control/Security power Servic e Phases for system development: scope definition, problem analysis, requirements analysis, luculent design, decision analysis, physical designand integration, construction and testing, installation and delivery. Cross life-cycle activity: Fact-finding, Documentation and presentation Documentation, Presentation, Repository), feasibility analysis, Process and project management Routes through the underlying systems development phases: ride driven development strategies (process, data, aspiration modeling), Rapid natural covering development (RAD), commercial application package implementation, system maintenance *Benefits of use quality modeling: Provides tool for capturing functional requirements. Assists in decomposing system into manageable pieces. Provides means of communicating with users/stakeholders concerning system functionality in language they understand.Provides means of identifying, assigning, tracking, controlling, and management system development activities. Pr ovides aid in estimating project scope, effort, and schedule. The relationships that can surface on a use-case model diagram: Use case association relationship, extension use case, short-change use case, depends on, inheritance Use case â⬠a behaviorally related sequence of steps (scenario), both automated and manual, for the purpose of completing a single business task.Steps for preparing a use-case model: order business actors. Identify business use cases. Construct use-case model diagram. Documents business requirements use-case narratives *Data modeling(database modeling)ââ¬a technique for organizing and documenting a systemââ¬â¢s data. Data archetypeing Concepts:Entity(class of persons, places, objects, events, or concepts slightly which we need to capture and store data),Attribute(descriptive property or characteristic of an entity.Synonyms include element, property and field), Data type(property of an associate that identifies what type of data can be stored in that attribute),Domain(a property of an attribute that defines what values an attribute can legitimately take on),Default value(the value that will be recorded if a value is not specify by the user),Key(an attribute, or a group of attributes, that assumes a unique value for each entity instance. It is sometimes called an identifier),Subsetting criteria(an attribute whose finite values divide all entity instances into recyclable subsets.Sometimes called an inversion entry),Relationship(a natural business association that exists amongst one or more entities),Cardinality(the minimum and supreme proceeds of occurrences of one entity that may be related to a single occurrence of the other entity),Degree(the number of entities that participate in the relationship),Recursive relationship(a relationship that exists between instances of the resembling entity),Foreign key(a radical election key of an entity that is used in other entity to identify instances of a relationship),Parent entity(a data entity that contributes one or more attributes to another entity, called the child.In a one-to- many a(prenominal) relationship the set up is the entity on the ââ¬Å"oneââ¬Â side),Child entity(a data entity that derives one or more attributes from another entity, called the parent.In a one-to-many relationship the child is the entity on the ââ¬Å"manyââ¬Â side),Nonidentifying relationship(relationship where each participating entity has its own in hooklike primary key), Identifying relationship â⬠relationship in which the parent entityââ¬â¢ key is also part of the primary key of the child entity,Generalization(a concept wherein the attributes that are honey oil to several types of an entity are grouped into their own entity),Nonspecific relationship(relationship where many instances of an entity are associated with many instances of another entity.Also called many-to-many relationship) ,Sample CASE brute Notations Entity relationship diagram (ERD):a data model utilizing several notations to puff data in legal injury of the entities and relationships described by that data. Logical Model outgrowth Stages:1Context Data model(Includes only entities and relationships;To establish project scope). 2Key-based data model(Eliminate nonspecific relationships;Add associative entities;Include primary and alternate keys;Precise cardinalities). Fully attributed data model(All stay attributes;Subsetting criteria). 4Normalized data model Normalize a logical data model to remove impurities that can make a database unstable, inflexible, and nonscalable. First normal form (1NF):entity whose attributes have no more than one value for a single instance of that entity,Any attributes that can have quadruplicate values actually describe a separate entity, possibly an entity and relationship.Second normal form (2NF):entity whose nonprimary-key attributes are parasitical on the full primary key,Any nonkey attributes dependent on only part of the pr imary key should be moved to entity where that partial key is the full key,May require creating a new entity and relationship on the model. triad normal form (3NF):entity whose nonprimary-key attributes are not dependent on any other non-primary key attributes. *Model: graphic representation of reality.Logical model:nontechnical pictorial representation that depicts what a system is or does. tangible model:technical pictorial representation that depicts what a system is or does and how the system is implemented Process modeling:a technique used to organize and document a systemââ¬â¢s processes. (Flow of data through processes,Logic,Policies,Procedures) Data range diagram (DFD):a process model used to depict the flow of data through a system and the work or processing performed by the system.Synonyms are ripple chart, transformation graph, and process model. The DFD has also become a popular tool for business process redesign. Processes on DFDs can operate in parallel (at-the- same-time). DFDs try the flow of data through a system. Processes on a DFD can have dramatically different timing (daily, weekly, on demand) Context data flow diagram:a process model used to document the scope for a system. Also called the environmental model. Think of the system as a ââ¬Å" melanise box. ââ¬Å"2Ask users what business transactions the system must suffice to. These are inputs, and the sources are external agents. 3Ask users what responses must be produced by the system. These are outputs, and the destinations are external agents. 4Identify any external data stores, if any. 5Draw a context diagram. depravation diagram:a tool used to depict the decomposition of a system. Also called hierarchy chart.\r\n'
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment