2. Role of Information Technology in Business Flashcards
Business strategy: what is governance?
- Answer questions to; what will we do? What is important? How to determine what is important?
- Processes and structures, to oversee organizational activities in pursuit of objectives.
Business strategy: what are 2 key elements of governance?
- Strategy: determining long-term goals and approaches for achieving those goals.
- Oversight: managing and monitoring operations to achieve internal control and manage risks
Business strategy: what are problems of IT?
Lack of integration of IT investments and business strategy
- lack of IT strategic focus (many IT units are “bottom up”)
- Lack of strategic investment = over-investment in existing businesses and under-investment in “transformative” tech
- Inadequate scope and agility = IT investments in business units result in inadequate scalability to meet changing business needs.
Business strategy: Why has the role of IT changed?
Increasing IT investments due to:
- Digitization (i.e. moving data to electronic form)
- Globalization (i.e. integration of cultures and economies due to digitization) ova made IT investment central
Business strategy: what are basic strategies?
- Product differentiation: setting products apart from competitors by offering one that’s faster, has enhanced features, etc
- Cost leadership - costs possible by operating efficiencies
Business strategy: how is IT involved in differentiation strategy?
- By using Internet as a distribution channel (e.g. eBay).
- By changing the info on Internet quickly = product life cycles are shorter and product evolution is faster = leads to differentiation.
- Advanced tech (i.e. lasers, 3D printers) can improve product quality.
- Digitized products (e.g. books, music) can increase quality and reduce costs.
Business strategy: how is IT involved in cost leadership strategy?
*Advanced tech can reduce costs and improve production and delivery systems (e.g. Walmart)
Business strategy: what has having Internet availability resulted in?
Intense price competition.
What are 5 categories of IT systems by activity?
- Operational systems
- Management Information Systems (MIS)
- Group Support Systems (GSS)
- Decision Support Systems (DSS)
- Knowledge Work (KM) Systems
Categories of IT systems: What are the orders (highest to lowest)?
Decision ad executive support system (DSS, ESS) - Management Information Systems (MIS) - Operational Systems.
What are 3 levels of management and how do they match with categories of IT systems?
Top: Strategic management (DSS, ESS).
Tactical management (MIS).
Bottom: Operational management (Operational Systems).
What is TPS?
Operational or Transaction Processing Systems.
TPS: what are 3 functions and examples of tasks under those functions?
- Support large volume, day-to-day activities of business (e.g. purchasing of goods and services, manufacturing activities, sales to customers, cash collections, payroll).
- Transaction types: Non-financial (e.g. placing orders for goods, accepting order from a customers). Financial (e.g. billing a customer, receiving pmts, paying employer for services rendered).
- Generate debit and credit entries into accounts.
Knowledge Management Systems: What are components?
Knowledge base: knowledge database = provides means to collect, organize, and develop relations among information.
Management Information Systems: what does it do?
Support routine, day-to-day, lower level management.
- Primarily synthesize data from TPS (i.e. internal data)
- Tasks: structured problems
MIS example?
Compare planning information (budgets, forecasts, etc) data with outcomes.
- Presented in periodic management reports
- Summary reports, variance reports, exception reports
What is an example of subset of MIS?
Accounting Information Systems (AIS).
Decision Support Systems (DSS): what does it support? Tasks? What does it often integrate? Capabilities?
Support: mid-and upper-level management.
Tasks: manage non-routine problems and long-range planning.
Integrate: external (market level) with TPS data.
Capabilities: significant analytical and statistical capabilities.
DSS: what are 2 types and examples?
- Data driven: process large amounts of data to find relations and patterns (e.g. data warehousing and data mining)
- Mode driven: use models to forecast outcomes. Model-driven analytics.
DSS: examples used by audit firms?
- Client risk assessment
- Client acceptance and retention
- Internal control documentation and testing
- Compute audit sample size
What is GSS?
Group Support Systems.
Facilitate group collaboration: may include functions such as calendars, meeting scheduling, and doc sharing.
What is ESS and SSS?
Executive Support Systems and Strategic Support Systems.
Similar to DSS:
*Support forecasting and long-range, strategic decisions.
*Greater use of external data.
*DSS for dummies.
*Can be ad hoc (i.e. for a specific purpose - monitor competitor pricing).
What are flat file systems?
Early (pre-ERP) IT systems: separate programs and data sets - each application has separate data and programs.
- Data sharing across applications through separate programs.
- Select data records from one application and reformat for other application.
- Difficult to achieve cross-functional reporting.
Flat file systems: What are problems?
- High data redundancy
* Poor cross-functional availability and reporting (e.g. across applications).
What are database systems? What is always implemented in a database environment?
Pool data into logically related files (the database).
MIS (components: knowledge base or knowledge database) = collect, organize, and develop relations among information.
What are elements of the Knowledge Management?
- MIS.
- Data warehouse: collect, organize, integrate, and store entity-wide data - easy access to large qty of varied data from across the organization.
- Data mining: exploration, aggregation, and analysis of data in the data warehouse using analytical tools and exploratory techniques.
- Data mart: A specialized version of a data warehouse that contains data that is pre-configured to meet the needs of specific departments
What is data warehousing based on? Where is it often incorporated in? Does it include only internal data?
Relational database of archived operational transactions and other data.
In a data-driven DDS.
No, it may include external data (e.g. economic indicators, stock prices, market share, political stability of a country, weather conditions).
Data warehousing: what are capabilities?
- Drill down: move from summary to detailed info
* Slicing and dicing: view data in multiple ways
What are data processing model components?
Inputs - hardware / database system / software - outputs
Data: what numbers exist for computers?
Only groupings of 0, 1 .
What is bit?
Binary digit: on or off, 0 or 1. the smallest piece of info that can be represented.
What is byte?
Logical grouping of bits (can be 2n power: e.g. 8,16,32, or 64 bit bytes).
E.g. the character “R” = 1010010 + a check digit
Or a group of (usually) 8 bits represent alphabetic, numeric, and other characters (3,g,X,?, etc). Several coding systems assign bytes to characters (e.g. ASCII and EBCIDIC). These system define the sequence of zeros and 1s that represent each character.
What is field?
A logical group of bytes.
- Identify a characteristic or attribute of an entity (invoice, customer, product, etc): e.g. name, address, customer number
- In database, fields are also known as “attributes”
What is record?
A group of related fields (or attributes).
Describe an example fo an entity (a specific invoice, a particular customer, an individual product).