midterms sem 1a Flashcards
moores law
size of transitor keeps getting smaller
bells law
volume of computers keep getting smaller
metcalfes law
platform becomes more valuable when more people are connected
nielsens law
internet connection keeps getting faster
kryders law
cost of data storage will reach zero
marketable skills
abstract reasoning, systems thinking, collaboration, ability to experiment
abstract reasoning
construct a model or representation
systems thinking
model system components and show how each component’s input and outputs relate to one another
collaboration
develop plan and ideas together, provide and receive critical feedback
what is MIS
achieving strategies, manage, use
ability to experiment
create and test promising new alternatives, consistent with available resources
Business process
network of activities for accomplishing business functions e.g. marketing, accounting, sales. Make sure that IS is align with other hardwares to help the business
start
circle with thin line
end
circle with thick line
rectangle
activity
rectangle with plus sign
subprocess
jajargenjang
data repository
diamond
decision
dotted arrow
data flow
arrow
control flow
subprocess
the activity is complicated enough that it can use another business process model to explain it
process efficiency is shown by
less cost, same benefit or more benefit, same cost
process efficiency can be done by
reducing number of repository and adding more data flow
example of process efficiency
two repositories are more likely to create process inefficiency
while having a single repository is less costly, generates fewer errors, and is just as effective
process effectiveness
able to accomplish the strategy or not, no methods can be used to tackle effectiveness in the model, we all assume that the process is going smooth but having problems in the speed of accomplishment
5 IS components
computer side : hardware (actors), software (instructors), data (bridge)
human side : people (actors), procedure (instructors), data (bridge)
automation moves from the human side to the computer side
information is
data but presented in a meaningful content, a higher class than data
quality information
based on who is using the information and their system thinking skill level
5 characteristics of quality information
- accurate : humans are the no 1 source of incorrect data, have to know the circumstance of getting incorrect data
- timely : present data in time
- just barely sufficient : sufficient for the purpose, can’t use too much data, decide which data to ignore
- worth its cost : the data collected justifies the cost (cost to develop, maintain, and operate the data)
- relevant : relevant to the purpose of using the data and who is using the data (relevant to the context and subject of the data)
ability to experiment
create and test new promising alternatives, efficient with available resources
porter’s 5 forces is to
determine the profitability of an industry
porter’s 5 forces (industry structure)
competition forces : threat of new entries, degree of rivalry, threat of substitutes
forces related to supply chain bargaining power : bargaining power of suppliers, bargaining power of consumers
how does organizational strategy determine information systems structure
industry structure determines competitive strategy, competitive strategy determines value chains, value chains determines business processes, business processes determines information systems
other factors to consider while determining weak or strong 5 forces
- switching cost
- buyer-supplier ratio
- dependance
- substitute availability
porters 4 competitive strategy (competitive strategy)
- industry-wide
a. cost : lowest price across the industry
b. differentiation : best products/services
across the industry - focus
a. cost : lowest price within an industry
segment (a target customer)
b. differentiation : best products/services
within an industry
segment
value chain
network of value-creating primary and support activities
rumus total margin value chain
margin = value - cost
total margin = total margin primary + total margin support
primary activities in value chain
- inbound logistics : receiving, storing, and disseminating inputs to the product
- operations / manufacturing : transforming inputs to the final product
- outbound logistics : collecting, storing, and distributing products to buyers
- sales and marketing : inducing buyers to purchase the products and providing a means for them to do so
- customer service : assisting customers’ use of the product, thus maintaining and enhancing the products’ value
support activities in value chain
- technology : research & development, new techniques, methods, and procedures
- procurement : raw materials
- human resources : training, recruitment, and compensation
- firm infrastructure : general management, finance, accounting, legal, and governement affairs
how do value chains determine business processes and information systems?
- business processes implement value chains or a portion of a value chain
- each value chain is supported by 1 or more business processes
how do information systems provide competitive advantages
- product implementations
- create new product/services
- enhance product/services
- differentiate product/services - process implementations
- lock in customers/buyers
- lock in suppliers –> supply chain management system
- raise barriers to market entry
- establish alliances
- reduce cost
what do business professionals need to know about software?
categories :
- horizontal market application –> provide capabilities that are common across all organizations and industries (ex : microsoft excel, browser) –> off-the-shelf
- vertical market application –> serve the needs of a spesific industry (ex : canvas, atm system, airline booking system) –> off the shelf and then customized
- one-of-a-kind application –> developed for a spesific, unique need (ex : national military system) –> custom developed
purpose of database
organize and keep track of different kind of datas, ex : customer data, sales data, HR data, accounting record
what is a database
self-describing collection of integrated records
other name for table
file
other name for column
field
other name for row
record
components of a database
makes a database more meaningful ex : data of customer personal data linked with a data of sales transaction
database equation
tables or files + relationship between rows in tables + metadata (additional info about a data) = database
primary key
a column or group of columns that uniquely identifies a row in a table (every table has to have a PK) –> every row has a different key
foreign key
a primary key that appears in another table to create a relationship (not every table has a FK)
what is a database management system (DBMS)?
a program that is used to create, process, and administer a database
process of database
user –> database applications (forms, reports, queries, applications, programs) –> database management systems (create, process, administer database) –> database (tables, relationships, metadata) (usually these are sold in a package, customized, or tailor-made)
4 dbms operations
- read –> read/extract student info
- insert –> add new student record
- modify –> change tutorial class
- delete data –> drop/withdraw a student
structured query language (SQL)
international standard to communicate with relational databases and used by most popular DBMS (ex : select SID, name, score from the test)
why are database application programs needed?
they are double sided between the customer-side (browser and internet) and server-side (dbms and database) code (becomes the medium)
the components of entity-relationship data model
- entity (table) –> something that users wants to track
- attribute (fields) –> describes the characteristic of an entity
- identifier (primary key) –> uniquely identifies one entity instance from another instance
example of department, adviser, and student entities and relationships
1 : N –> 1 department can have many advisers, one adviser can only work for 1 department
N : M –> 1 adviser can advise many students, 1 student can have more than 1 adviser