Final Exam Study Guide: Content Will Focus On Post-Midterm Material. However, Pre-Midterm Material Is Fair Game
Final Exam Study Guide: Content Will Focus On Post-Midterm Material. However, Pre-Midterm Material Is Fair Game
Please keep in mind that while not all of the content in a given reading or assignment was
covered in class, it is still valid. Similarly, not all material discussed in class was covered
in a reading or assignment, but it is still valid as well.
Content will focus on post-Midterm material. However, pre-Midterm material is fair
game.
For any concept or content covered, do not simply demonstrate an abstract understanding
of a concept or idea. It is necessary, but not sufficient, to simply know “what” something
is or “how” to do something. The important, integrative learning occurs when you can
contextualize and answer, in addition to how and what, the “why” of a subject. Why do
these things matter and why are they so important to business and the world in general?
PLEASE NOTE: These are only examples of questions. This is by no means a
comprehensive list. There will be questions on the exam that examine different areas of
the subjects covered than what are listed here. These are only a guide for you to use in
preparing yourself for the exam.
a Sites like FundMe and KickStarter startups can seek donations to fund business ideas
Chapter 11 – CRM
1. What are the 4 phases of Customer Life Cycle? Do you know the order of the phases?
a Marketing, customer acquisition, relationship management, loss/churn
2. How does CRM work along Customer Lifecycle?
a Manages all interacts with the customer through the customer life cycle
3. What are the CRM components that are used for solicitation/lead tracking and relationship
management?
CIS 235 Introduction to Information Systems Summer 2016
a Customer facing – areas where customers directly interact with the company (Customer
service)
b Customer touching – areas where customers use software or tools to help themselves
Chapter 11 – SCM
1. What is a supply chain?
a The movement of resources from organizations to end consumer
2. What is supply chain management (SCM)?
a Tracks inventory and information among business processes and across firms (network
not chain)
3. What steps or organization types or typically involved in a supply chain?
a Supplier, manufacturer, distribution, retailer, customer
4. Why is the term “chain” misleading?
a It’s more like a network, doesn’t just move one way or one direction
5. What is Disintermediation in regards to strategic use of SCM?
a Distributors are the intermediary removal of the distributor is disintermediation
6. What's the difference between supply-chain profitability and organizational profitability?
a The two are necessarily the same thing supply chain sometimes you have to set aside
your own business
7. What is Just-in-time (JIT), and why do organizations want to implement this practice?
a Producing or delivering the p/s just as the customer wants it (Key feature of SCM)
(Risky if any member slacks off)
8. What are some of the ways IS can improve a supply chain?
a Businesses can now the instant a product needs to be restocked, track inventory, see
buying patterns in customers.
9. What factors affect its performance?
a ERP Systems, Modern Kanban systems, RFID/tracking
10. What is the “Bullwhip effect”?
a Erratic shifts in orders up and down the supply chain, ripple effect, less downstream then
upstream
11. What are the trade-offs of sharing information with other members of your supply chain and why
is this relevant to the Bullwhip Effect?
CIS 235 Introduction to Information Systems Summer 2016
a Information transparency, JIT manufacturing, physical locations, can help reduce the
bull whip effect
12. Can you briefly explain the concept of Statistical Control?
13. Can you briefly explain Kanban and why it is important?
a First ever system which notified when product was running low and out. Started in Japan
by Deming after WWII now technology has taken over this, but it is still based on
Kanban
4. What are some key ways to improve or refine a process (go from serial to parallel, etc)?
a Adjust role resources, change process structure
5. Discuss the importance of processes being in a particular order
a Activity, Decision, Role, Repository they need to build off of one another, must be in a
particular order
6. What is meant by an “as-is” model and why is it important?
a Represents the current situation “as it is” no chang
7. What is meant by a “to-be” model and why is it important?
a Represents the desired situation and is shows ways model is changing
8. What is the difference between BPR and BPI?
a Business process reengineering rethinking and radical redesign of business, business
process improvement focuses on piece of the operation and yields improvement.
9. Difference between parallel and serial performance of processes?
Chapter 4 – Security
1. Who is the greatest threat to an organizations’ security?
2. What are the five top security trends for 2015, according to CIO.com?
a Unintended state intervention (Apple San Bernardino)
b Big data big problems
c Mobile and IoT
d Cyber security
e Skills gap
3. What is “https”?
4. What is a firewall? How does it work?
5. What are the different types of malware and attacks?
a Worm – targeted attacks
b Virus – surface attacks, wide range
6. What is a Denial of Service (DoS) or Distributed Denial of Service (DDoS) attack?
7. How should you, as a user, handle security?
8. How should an organization handle security?
9. What does the acronym “CIA” mean for security?
10. What are some alternatives to passwords?
11. Is “security” an outcome or a process?
Other:
1. Given a table and a set of SQL commands, what is the expected output?
2. Given a table and the desired output, what SQL commands would you use?
3. Please practice SQL using the web sites we used in class and for your homework.
4. Identify Nouns and Verbs in the information given you to create an ER Diagram. Draw the
diagram. Know how to represent cardinality.
5. Be able to read and/or identify key elements in an existing ER Diagram 6. Excel: Be able
to explain or execute basic functions and cell references
7. What is “Digital Darwinism”?
8. Can you write a simple Python script produce given output?
9. Can you debug a simple Python script that is not functioning properly (or at all)?
10. What is the difference between sentinel- and counter-controlled repetition?
11. What does it mean to “cast” a variable’s value in Python?
12. What are the various operators we discussed in this class for use in Python?
13. How do conditional statements work in programming?
14. What is an algorithm?
15. Can you craft an algorithm to solve a simple problem programmatically?
16. What is a PivotTable? A PivotChart? A Slicer? Why do we need these things? What do they have
to do with OLAP?
17. Can you construct a simple PivotChart and make an analysis and recommendation based on a
simple dataset?
SQL
Select (Aggregate)
From (Join, On) (Join = ‘Table one join table two on (tableone.pk = tabletwo.fk))
Where (Order By, Group By)
Python
Print()
Import()
CIS 235 Introduction to Information Systems Summer 2016
Len()
Str()
Int()
While()
For()
If()
If() Else() If()