Information Systems Flashcards
What do information systems promote / assist with?
- Operational excellence.
- Developing new products, services and business models.
- Providing superb customer service.
- Improving decision-making capabilities.
What is Information Technology?
Technology that can be used to deal with information
- Deal = store, manipulate, communicate.
What are the components of an Information System?
- Hardware
- Software
- Databases
- Network
- People Procedures
What is the difference between Data and Information?
Data:
* Raw facts (symbols)
* No context
* Meaningless on its own
Information:
* Contextualised data
* Data endowed with meaning and a purpose
Discuss Information Granularity
Fine-grained information:
* Info pertaining to a singular (specific) thing, event or concept.
* Operational in nature.
* Is aggregated into coarse -grained info (e.g., to obtain trends)
* Example: “Peter sold two units of Product X on the 25th of September”
Coarse-grained information:
* Information describing an aggregation of concepts
* Strategic in nature
* Cannot be decomposed into fine-grained info.
* Example: “Our total sales of Product X last month was 250 units over 53 transactions.”
aggregation:
the formation of a number of things into a cluster.
Explain ‘Knowledge’
Information organised and integrated to convery experience and understanding.
E.g., “Students with a grade lower than C+ in BSNS115 struggle with second year accounting papers.”
Types of Information Systems
- Transaction Processing Systems (TPS)
- Functional Area IS (FAIS), e.g.,:
- Accounting
- Finance
- Marketing, e.g., CRM
- Product/Operations Management, e.g., SCM
- Human Resources
- Integrated Information Systems, e.g., ERP
- Decision Support Systems, DSS
Example Types of IS
FAIS - Functional Area Information System:
* F: Supports the activities within specific functional area.
* E: System for processing payroll.
TPS - Transaction Processing System:
* F: Processes transaction data from business events.
* E: Target or Cales checkout point-of-sale terminal.
ERP - Enterprise Resource Planning:
* F: Integrates all functional areas of the organisation.
* E: Oracle, SAP.
DSS - Decision Support System:
* F: Provides access to data and analysis tools.
* E: “What-if” analysis of changes in budget.
E: Example
F: Function
Strategic, Tactical & Operational Systems:
Operational:
* Improving performance of day-to-day activities
Stategic:
* Optimise or encourage the long-term goals
* Create a point of difference
Tactical:
* Used to manage the implementation of strategic decisions
What are the key steps to the business process lifecycle
- Model
- Implement
- Execute
- Mintor / Analyse
- Optimize
Business Analysis
The process of defining business process requirements and evaluating potential improvements. Business analysis involves ascertaining, documenting, and communicating information about current and future business processes using business process modelling and related tools.
Examples:
* Calculating net assets
* Enrolling at the university
* Buying something on tradement
* Lodging a customer complaint
Common features of business processes
- Have a goal
- Analysed in constituent steps
- Involve the communication, storage, or manipulation of info
- Can be modeled, analysed and improved
Common Ingredients for process modelling
- Actors or Agents (those carrying out tasks)
- Actions or tasks (activities to carry out)
- Arrows (signalling the triggers, sequences)
- Checkpoints, questions, decision points, or gateways
Relational Database
Store data in tables, and know the schema (structure) for each table
* Each row in a table represents a single data item and should have a unique indentifier (ID)
* Tables can link to data in other tables by referencing other data items’ IDs
Insertion Anomaly
Insert anomalies occur when certain attributes cannot be inserted into the database due to missing additional data.
Update Anomaly
A situation where changing information in one tuple leads to inconsistencies with the same data in another tuple within a relation.
Deletion Anomaly
Occurs when you delete a record that may contain attributes that shouldn’t be deleted.
A Data Model:
- Models the types of things (entities) of interest
- Specifies the attributes needed to describe each entity
- Models the relationships between entities
Explain briefly Entity, Attribute, and Relationship
Entity:
* Describes common featues of a thing or object.
* E.g., “Person”
Attributes:
* A set of attrivutes needed to describe a person
* May be required (indicated using a *)
* E.g., name, date of birth
Relationship:
* Reflects a real-world assocation between entities.
* E.g., sale is to a customer, a sale is made by an employee, an employee has an assigned office.
Explain properties of a relationship
Cardinality:
* One to one
* One to many
* Many to many
Participation:
* Optional
* Mandatory
List the relationship property symbols
Cardinality:
* One: ‘⎯’
* Many: ‘⩛’
Participation:
* Mandatory: ‘⎯’
* Optional: ‘O’
Usability
The extent to which a product can be used by specified users to achieve specified goals with effectiveness, efficiency, and satisafaction in a specified context to use
User experience experts consider…
- Engagement
- Accessibility
- Understanding
User Experience Design
- Research
- Data Analysis
- Test Results