EBK USING MIS
10th Edition
ISBN: 8220103633642
Author: KROENKE
Publisher: YUZU
expand_more
expand_more
format_list_bulleted
Expert Solution & Answer
Chapter 8.8, Problem 8.2ARQ
Explanation of Solution
Social media contributes to sales and marketing:
- Generally customers are already interacting with brands through SM. So, social media is a powerful way for spreading businesses to the customers.
- Organizations control their relationships with customers using organized processes and related info-system in the past.
- Traditional customer relationship management (CRM) manages customer.
- Social CRM is a social media-based CRM process and it is a dynamic process. It creates the relationship between organizations and customers.
- Social SRM is a peer-to-peer sale, which means buy or sell products and services directly with each other.
- For example, in “Amazon.com” the customer can quickly look at the products and their reviews and buy the necessary products via online.
Social media contributes to customer support:
- Companies mention about themselves in SM for finding the customers. The customers are attracted by the companies’ blogs, wikis and then finally connect with the companies.
- Social media is one of the best ways for marketing business. Posting images, status about the business using social media for customer service can bring the business to the next level.
- Handling customers’ service issues through SM is a more convenient way to get in touch with customers.
Social media contributes to inbound and outbound logistics:
- Companies profit purely depends on the efficiency of their supply chain. The supply chain has long used info-system to improve both the proficiency and effectiveness of organized supply chain processes.
- Social media communities may offer better and faster solutions to difficult supply chain problems.
- The SM is designed for temporary content creation and feedback between networks of users and that characteristic simplifies the iteration and feedback needed for problem solving.
Social media contributes to manufacturing and operations:
- Social media play a vital role in developing supplier relationship, designing products and improving operational efficiencies.
- One of the SM process is crowd sourcing; it is a dynamic process of employing users to participate in product design and re-design.
- SM has been widely used in B2C (Business-to-Consumer) relationships to market products to end users.
- Manufacturers use SM by starting a blog that discuss the post interviews with experts, latest industry-related news and comments on new product innovations...
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
using rapid miner how to creat decison trea for all attribute and another one with delete one or more of them also how i know the weight of each attribute and what that mean in impact the result
Q.1. Architecture performance [10 marks]
Answer
A certain microprocessor requires either 2, 4, or 6 machine cycles to perform various operations.
⚫ (40+g+f)% require 2 machine cycles,
⚫ (30-g) % require 4 machine cycles, and
⚫ (30-f)% require 6 machine cycles.
(a) What is the average number of machine cycles per instruction for this microprocessor?
Answer
(b) What is the clock rate (machine cycles per second) required for this microprocessor to be a
"1000 MIPS" processor?
Answer
(c) Suppose that 35% of the instructions require retrieving an operand from memory which
needs an extra 8 machine cycles. What is the average number of machine cycles per
instruction, including the instructions that fetch operands from memory?
Q.2. Architecture performance [25 marks]
Consider two different implementations, M1 and M2, of the same instruction set. M1 has a clock
rate of 2 GHz and M2 has a clock rate of 3.3 GHz. There are two classes of instructions with the
following CPIs:
Class
A
CPI for M1
CPI for M2
2.f
1.g
B
5
3
C
6
4
Note that the dots in 2 fand 1.g
indicate decimal points and not
multiplication.
a) What are the peak MIPS performances for both machines?
b) Which implementation is faster, if half the instructions executed in a certain program are from
class A, while the rest are divided equally among classes B and C.
c) What speedup factor for the execution of class-A instructions would lead to 20% overall
speedup?
d) What is the maximum possible speedup that can be achieved by only improving the execution
of class-A instructions? Explain why.
e) What is the clock rate required for microprocessor M1 to be a "1000 MIPS" (not peak MIPS)
processor?
Chapter 8 Solutions
EBK USING MIS
Ch. 8.3 - Prob. 1EGFQCh. 8.3 - Prob. 2EGFQCh. 8.3 - Prob. 3EGFQCh. 8.3 - Prob. 4EGFQCh. 8.4 - Prob. 1EGDQCh. 8.4 - Prob. 2EGDQCh. 8.4 - Prob. 3EGDQCh. 8.4 - Prob. 4EGDQCh. 8.4 - Prob. 5EGDQCh. 8.8 - Prob. 1SGDQ
Ch. 8.8 - Prob. 2SGDQCh. 8.8 - Prob. 3SGDQCh. 8.8 - Prob. 4SGDQCh. 8.8 - Prob. 8.1ARQCh. 8.8 - Prob. 8.2ARQCh. 8.8 - Prob. 8.3ARQCh. 8.8 - Prob. 8.4ARQCh. 8.8 - Prob. 8.5ARQCh. 8.8 - Prob. 8.6ARQCh. 8.8 - Prob. 8.7ARQCh. 8.8 - Prob. 8.8ARQCh. 8 - Prob. 8.1UYKCh. 8 - Prob. 8.2UYKCh. 8 - Prob. 8.3UYKCh. 8 - Prob. 8.4UYKCh. 8 - Prob. 8.5UYKCh. 8 - Prob. 8.6CE8Ch. 8 - Prob. 8.7CE8Ch. 8 - Prob. 8.1CS8Ch. 8 - Prob. 8.11CS8Ch. 8 - Prob. 8.12CS8Ch. 8 - Prob. 8.13CS8Ch. 8 - Prob. 8.14CS8Ch. 8 - Prob. 8.15CS8Ch. 8 - Using your answers to these questions, write a job...Ch. 8 - Prob. 8.17CS8Ch. 8 - Prob. 8.18MMLCh. 8 - Prob. 8.19MML
Knowledge Booster
Similar questions
- PLEASE SOLVE STEP BY STEP WITHOUT ARTIFICIAL INTELLIGENCE OR CHATGPT I don't understand why you use chatgpt, if I wanted to I would do it myself, I need to learn from you, not from being a d amn robot. SOLVE STEP BY STEP I WANT THE DIAGRAM PERFECTLY IN SIMULINKarrow_forwardI need to develop and run a program that prompts the user to enter a positive integer n, and then calculate the value of n factorial n! = multiplication of all integers between 1 and n, and print the value n! on the screen. This is for C*.arrow_forwardI need to develop and run a C* program to sum up integers from 1 to 100, and print out the sum value on the screen. Can someone help please?arrow_forward
- Given the schema below for the widgetshop, provide a schema diagram. Schema name Attributes Widget-schema Customer-schema (stocknum, manufacturer, description, weight, price, inventory) (custnum, name, address) Purchased-schema (custnum, stocknum, pdate) Requestedby-schema (stocknum, custnum) Newitem-schema (stocknum, manufacturer, description) Employee-schema (ssn, name, address, salary) You can remove the Newitem-schema (red).arrow_forwardTrue or False: Given the sets F and G with F being an element of G, is it always ture that P(F) is an element of P(G)? (P(F) and P(G) mean power sets). Why?arrow_forwardCan you please simplify (the domain is not empty) ∃xF (x) → ¬∃x(F (x) ∨ ¬G(x)). Foarrow_forward
- HistogramUse par(mfrow=c(2,2)) and output 4 plots with different argument settings.arrow_forward(use R language)Scatter plot(a). Run the R code example, and look at the help file for plot() function. Try different values for arguments:type, pch, lty, lwd, col(b). Use par(mfrow=c(3,2)) and output 6 plots with different argument settings.arrow_forward1. Draw flow charts for each of the following;a) A system that reads three numbers and prints the value of the largest number.b) A system reads an employee name (NAME), overtime hours worked (OVERTIME), hours absent(ABSENT) and determines the bonus payment (PAYMENT).arrow_forward
- Scenario You work for a small company that exports artisan chocolate. Although you measure your products in kilograms, you often get orders in both pounds and ounces. You have decided that rather than have to look up conversions all the time, you could use Python code to take inputs to make conversions between the different units of measurement. You will write three blocks of code. The first will convert kilograms to pounds and ounces. The second will convert pounds to kilograms and ounces. The third will convert ounces to kilograms and pounds. The conversions are as follows: 1 kilogram = 35.274 ounces 1 kilogram = 2.20462 pounds 1 pound = 0.453592 kilograms 1 pound = 16 ounces 1 ounce = 0.0283 kilograms 1 ounce = 0.0625 pounds For the purposes of this activity the template for a function has been provided. You have not yet covered functions in the course, but they are a way of reusing code. Like a Python script, a function can have zero or more parameters. In the code window you…arrow_forwardmake a screen capture showing the StegExpose resultsarrow_forwardWhich of the following is not one of the recommended criteria for strategic objectives? Multiple Choice a) realistic b) appropriate c) sustainable d) measurablearrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Principles of Information Systems (MindTap Course...Computer ScienceISBN:9781305971776Author:Ralph Stair, George ReynoldsPublisher:Cengage LearningFundamentals of Information SystemsComputer ScienceISBN:9781337097536Author:Ralph Stair, George ReynoldsPublisher:Cengage LearningFundamentals of Information SystemsComputer ScienceISBN:9781305082168Author:Ralph Stair, George ReynoldsPublisher:Cengage Learning
- Information Technology Project ManagementComputer ScienceISBN:9781337101356Author:Kathy SchwalbePublisher:Cengage LearningPrinciples of Information Systems (MindTap Course...Computer ScienceISBN:9781285867168Author:Ralph Stair, George ReynoldsPublisher:Cengage Learning
Principles of Information Systems (MindTap Course...
Computer Science
ISBN:9781305971776
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning
Fundamentals of Information Systems
Computer Science
ISBN:9781337097536
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning
Fundamentals of Information Systems
Computer Science
ISBN:9781305082168
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning
Information Technology Project Management
Computer Science
ISBN:9781337101356
Author:Kathy Schwalbe
Publisher:Cengage Learning
Principles of Information Systems (MindTap Course...
Computer Science
ISBN:9781285867168
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning