Based on the information contained in the Business Systems Plan and the Strategic Information Systems Assessment, write an IT strategy statement.

Week 3

Based on the information contained in the Business Systems Plan and the Strategic Information Systems Assessment, write an IT strategy statement that details the following:

  • Critical success factors for the IT manager
  • Satellite TV
  • A general strategy for how the IT department will determine congruence between the goals of the IT department and the goals and objectives of the case study organization
  • A general strategy for how the IT department will support the goals and objectives of the case study organization

Are new entrants being attracted to the market, and are there barriers to entry in the industry? Are there other products that could be alternatives to offerings in the chosen industry?

Week 1

The company that you are working for is considering buying another smaller firm. However, there is some business analysis needed for your company to make its final decision about purchasing. Throughout this course, you will be working on creating the Business Strategy and Management Plan.

Keep in mind that the final Business Strategy and Management Plan template should contain the following elements:

  • Title page
  • Course number and name
  • Project name
  • Your name
  • Date
  • Table of contents
  • Auto-generated
  • Up-to-date
  • Maximum of 3 levels deep
  • Section headings

Each week, you will add a section to your Business Strategy and Management Plan and submit it for grading. For Week 1, you will make a qualitative evaluation of the industry’s strategic position using Porter’s five forces. (Note that the summaries below for Weeks 2–5 do not need to be completed in Week 1. Just create the section headings at this time). As a preview, each section will contain the following subsections:

Qualitative Evaluation of the Industry’s Strategic Position (Week 1 IP)
Choose an aspect of the information technology (IT) industry that has not been previously used as an example in this course. Use Porter’s five forces to make a qualitative evaluation of the industry’s strategic position. Be sure to explain each of the five forces as well as explain how they relate to your chosen industry.

Note: The satellite tv industry will be the subject for this assignment.

Remember to include the following elements (Porter’s five forces):

Threat of new entrants: Are new entrants being attracted to the market, and are there barriers to entry in the industry?

Threat of substitute products or services: Are there other products that could be alternatives to offerings in the chosen industry?

Bargaining power of customers: What degree of bargaining power do the buyers have in terms of putting the industry under pressure to provide more products or less cost?

Bargaining power of suppliers: What is the importance of raw materials, components, labor, and services that are required for the industry, and are there substitutes for those inputs? Discuss the possibility of switching suppliers, if necessary.

Intensity of competitive rivalry: Does the industry have a sustainable competitive advantage?

List all SOC2 contracts available in the State of Maryland. All necessary contract information and details.

SSAE SOC2 Contract opportunities in the Maryland area

List all SOC2 contracts available in the State of Maryland. All necessary contract information and details.

Calculate 𝑝̅ − 𝑟̅. Find the Unit Vector of 𝑞ത. Find the angle between the vectors 𝑞ത and 𝑟̅. Find a vector perpendicular to vectors 𝑝̅ and 𝑞ത.

ENG1202 – Phase 1: Computational and Mathematical Analysis

These questions are designed to help you applying your learning from the nodes to the project, and
formed part of the module assessments. You are required to submit both your handwritten and MATLAB computed solutions in your individual report.

Question 1A: Hand-written
If vector 𝑝̅ = 𝚤̂ + 3𝚥̂ − 2𝑘 , 𝑞 = 3𝚤̂ + 2𝚥̂ + 𝑘 and 𝑟̅ = 2𝚥̂ + 3𝑘
Determine the following:
i) Calculate 𝑝̅ 𝑟̅.
ii) Find the Unit Vector of 𝑞ത.
iii) Find the angle between the vectors 𝑞 and 𝑟̅.
iv) Find a vector perpendicular to vectors 𝑝̅ and 𝑞ത.
If 𝐴 = 3 2
4 1 , 𝐵 = 5 −1 2
1 10 2 , 𝐶 =
2 4
1 −1
3 −2
and 𝐷 =
1 2 1
−1 0 4
3 −1 2

v) Calculate BT – 2C + DC
vi) Calculate the determinant of AAT
vii) Find product of AA-1
viii) Find the inverse of BC

(Hint! Re-visit the Vectors and Basic Matrices node to re-cap on the Engineering Science &
Mathematics principles in solving the problem above.)

Question 1B : MATLAB Computation
Compute your calculation in Question 1A (i)-(viii) by writing a MATLAB script called Question1B.m.
(Hint! Look up the descriptions for MATLAB functions dot, cross and inv in the MATLAB Help system.)

Question 2A: Hand-written
Let the projectile trajectories of a cannon ball using equations for ideal projectile motion:
𝑦(𝑡) = 𝑦
𝑔𝑡 + 𝑣𝑠𝑖𝑛(𝜃)𝑡 Eqn. 1
𝑥(𝑡) = 𝑥 + 𝑣𝑐𝑜𝑠(𝜃)𝑡 Eqn. 2
where 𝑦 is the vertical distance and 𝑥 is the horizontal distance travelled by the projectile in metres,
gravitational acceleration 𝑔 = 9.8 ms-2 and 𝑡 is time in seconds. Let us also assume the initial ball
velocity 𝑣 = 35 ms-1, the projectile’s launching angle 𝜃= 5π/12 radian, initial vertical (height) and
horizontal positions are 𝑦 = 100m and 𝑥 = 0 respectively.

i) Solve for 𝑥 and 𝑦 , with 𝑡 representing the first 10 seconds. Sketch 𝑦 vs. 𝑡 and 𝑥 vs. 𝑡 in two separate graphs, and give appropriate titles to the graphs and label the axes.

ii) Find the exact time when the ball hits the ground and at what horizontal distance.

iii) To better visualise the projectile trajectory, sketch a new graph consisting both altitude on the 𝑦-axis and horizontal distance on the 𝑥-axis.

iv) Use the following adjusted angles to create two more trajectory plots on top of existing 𝑦 vs. 𝑥 sketched in (iii) and determine which launching angle results in a greater range.
𝜃
= ହగ
ଵଶ − 0.255 radian Eqn. 3
𝜃
= ହగ
ଵଶ − 0.425 radian Eqn. 4

v) Modify and re-write the equations (e.g. Eqn. 1 and Eqn. 2) so that the launching angles will be
insert directly as degree rather than radian.

(Hint! Re-visit the Kinematics node for the Engineering Science & Mathematics principles.)

Question 2B : MATLAB Computation
Compute your calculation in Question 2A (i)-(v) by writing a MATLAB script called Question2B.m. In
addition, compute the following as well:

vi) Adjust the launching angle to produce the greatest range (i.e. maximum horizontal distance)
but within 0° ≤ 𝜃 ≤ 90° in incremental of 0.1. Evaluate your results.

vii) Adding the optimal trajectory on top of existing 𝑦 vs. 𝑥 sketched in (iii).

(Hint! Look up the descriptions for MATLAB functions min, max, find and hold on/off in the MATLAB
Help system.)

Question 3A: Hand-written
In the circuit shown in Figure 1, the DC voltage sources are given as 120V, 60V and 10V, whereas the
DC current source is 36A. The value of the resistors are given as R1= 20Ω, R2= 5Ω, R3= 4Ω, R4= 6Ω, R5=
8Ω and R6= 4Ω.

Figure 1
i) Determine the total power dissipation of all the resistors e.g. RTotal?
ii) Identify the resistor with the highest power dissipation value?

(Hint! Re-visit the Basic Electrical Circuits, Resistive Circuits and Equivalent Circuits & Power Transfer node to re-cap on the Engineering Science & Mathematics principles in solving the problem above.)

(Hint! Potentially more than one approach (e.g. Nodal Analysis, Mesh Analysis, 1st and 2nd
Kirchhoff’s Law and a mixture of suggested principles) can be used to address the circuit analysis).

iii) Figure 2 is the exact circuit illustrated in Figure 2. However, we are now required to determine the current through R1= 20Ω by using Source Transformation method ONLY and finishing off with 2nd Kirchhoff’s Law.

(Hint! Recap on the Source Transformation method, simplify and analyse the circuit starting from
section that is non-restricted.)

Figure 2
IR1 = ?

Directions of currents which you choose should indicate by arrows. Both magnitude and the sign of
the currents should be provided by the answers. You should also indicate the any loops you created
for the 2nd Kirchhoff’s Law or Mesh Analysis. You need to show your working, circuits simplification,
assumptions you made and explain your reasoning.

Question 3B : MATLAB Computation
Compute your calculation in Question 3A (i)-(ii) ONLY by writing a MATLAB script called

Question3B.m.
Formulate your solution in matrix format of Ax=b and you are also required to display the
following text ‘Resistor with the highest power dissipation value is ….. ’ once you identify the hight
value.

(Hint! Look up the descriptions for MATLAB functions find and fprintf in the MATLAB Help system.)

Question 4A: Hand-written
Figure 3
i) Draw the free body diagram (FBD) of the beam ABC as illustrate in Figure 3.

ii) Calculate the reactions at the wall as a result of the loadings. (Assuming counter-clockwise as
positive value).

iii) Sketch the shear force (SF) and bending moment (BM) diagram for the beam, and showing the
values.

iv) If the beam (in Figure 1) has a cross section as show in Figure 4, what are the maximum tensile
and compressive stress due to the bending. [in SI unit]v) Are there differences between the maximum tensile and compressive stress? Why?

Figure 4
(Hint! Re-visit the Statics A and Solid Mechanics 1 node to re-cap on the Engineering Science &
Mathematics principles in solving the problem above. Also, remember to re-cap on Dimensional
Analysis for unit (e.g. SI) conversion.

100 mm
75 mm
75 mm
25 mm
x
4 kN 6 kN
6 m 2 m
AB
C

Question 4B : MATLAB Computation
Compute your calculation in Question 4A (ii)-(iv) by writing a MATLAB script called Question4B.m.
Label the axes meaningfully and give the figure a title.

(Hint! Look up the descriptions for MATLAB functions plot, xlabel, ylabel, legend and title in the
MATLAB Help system.)

Question 5A: MATLAB Computation
Estimating the costs of drilling oil wells is an important consideration for the oil industry. Table 1
illustrates the total costs and the depths of 16 offshore oil wells located in country Z. In general, the
drilling cost of drilling an oil well depends on the depth at which you are drilling e.g. drilling becomes
more expensive, per meter, as you dig deeper.
Well Platform No. Depth (m) Cost ($ million)
1 1524 2.59
2 1585 3.33
3 1829 3.18
4 1993 3.19
5 2167 4.78
6 2303 5.91
7 2440 5.77
8 2501 8.09
9 2502 4.81
10 2621 5.62
11 2751 7.74
12 2803 6.79
13 3025 7.84
14 3296 8.88
15 4206 10.49
16 4362 12.51

Table 1
Compute the following calculation by writing a MATLAB script called Question5A.m.

i) Create a scatter diagram for the data set, and label the axes and name the figure meaningfully. Also, comment on whether there is any association between the drilling cost and the well depth e.g. strong or weak correlation and positive or negative relationship.

ii) Find the regression model (via Ordinary Least Squares estimates of 𝛽 and 𝛽) with cost as the dependent variable and depth as the explanatory or independent variable. State any assumptions you made and comment on whether you believe your equation is a good fit e.g. sum of errors and proportion of variance explained.

iii) An alternate implementation would be to use the MATLAB polynomial curve-fitting function e.g. polyfit and polyval, to compute the Ordinary Least Squares estimates of 𝛽 and 𝛽. Repeat the task in (ii) again, but this time with using the built-in functions. Plot the resulting linear regression model with the data set, and label the axes and name the figure meaningfully.

iv) What cost would you predict for an oil well of 4000m?

v) What is the estimate of the error variance?

vi) What could you say about the cost (predicted) of an oil well of depth 6500m?

Demonstrate how you retrieve relevant information from e.g. social media, news, review report, open dataset. You may need to demonstrate your ability to use API, postman for online data retrieval.

Financial Information

Context and purpose: To take a trend of big data or Financial Technology and enjoy the new revolution, you as data scientist working for company (banks or other organizations) would like to embrace this new technology and discover new business models, new paradigm or improve product and service quality.

You may consider following contexts in your assignment:

  1. Demonstrate how you retrieve relevant information from e.g. social media, news, review report, open dataset. You may need to demonstrate your ability to use API, postman for online data retrieval.
  2. Illustrate how you deploy Natural Language Processing (NLP) for cleaning dataset, structuring and vectorizing data. You may consider producing a wordcloud for abstracting the corpus at hand.
  3. Perform textual analysis and encode the procedure. You may collect the corresponding lexicon that aligns with your domain context for semantic polarity classification.
  4. Organize and outline the above tasks (including the used python codes). elaborate the procedure in detail and the employed techniques.

What is Eataly’s value proposition, and how did it create this? How does Eataly’s compete with other competitors such as Whole Foods, Amazon and Costco?

Marketing Management Assignment

Answer the following questions for the part 2 of Eataly Case Study.

1. Would you invest in Eataly?
Provide ample evidence to support your answer. Your answer should be based on the case study. Provide facts and statistics from the case study to substantiate your answer.

2. What is Eataly’s value proposition, and how did it create this? How does Eataly’s compete with other competitors such as Whole Foods, Amazon and Costco?

3. Answer the following four questions in details.
Why does Eataly combine restaurants, marketplace and culinary school all in one store?
Why does it have these large stores?
Why does it have these stores in the center of the city where real-estate is expensive?

4. Can Eataly survive during the pandemic? Provide the firm with specific strategies on how to modify the firm’s strategies to deal with changing consumer behavior during the pandemic.

In light of recent events, do you think it right for the Federal Government to request backdoor access to encrypted devices or unwarranted access to personal communications on these (and like) services? How would granting access this impact their business?

Allowing Backdoor Access

Companies like Google, Apple, Microsoft, Twitter, Amazon and Facebook offer up free services to customers all across the globe. In light of recent events, do you think it right for the Federal Government to request backdoor access to encrypted devices or unwarranted access to personal communications on these (and like) services? How would granting access this impact their business?

Calculate the running costs for a full week if the electricity price is 0.20Euro/KWh, between 7am and 7pm and 0.14 Euro/KWh between 7pm and 7am.

Solar heating systems

A solar heating system is used to produce hot water for showering, see (the fancy) Figure 1. The systems consists of several components, of which the most important ones are the solar collector, the storage tank, the electric heater and the mixing valve. The solar collector absorbs ̇q(t) = (300 + d) exp{−0.2(t
12)2}[W/m2] heat per square meter, where t is the time in hours [0..24] and d is 4th digit of your student number. The hot water storage tank has a volume of 0.5m3. Water enters the tank with a temperature of 15oC and should leave the tank with a temperature above 60oC (to avoid Legionella), for safety reasons the water temperature should never exceed 80oC. The electric heater has a power ̇We of 2kW and can be turned on/off at every instant. The water leaving the storage tank is mixed with cold water of 15oC to a temperature of 41oC. Everyday between 7 and 7.30am and between 11 and 11:30pm 100 liter of tap water is used for showering. Assumptions:

Figure 1: A sketch of the solar heating system.
Solar collector surface is 4.?m2 where the question marks denotes the last digit of your student number.
Heat capacity of water is 4.18kJ/kgK, density of water is 998kg/m3 and pressure in the system is 4.5 bar.
Initially the temperature inside the vessel is 15oC, the vessel is always fully mixed.
All the solar heat is transferred to the storage tank with a temperature above the temperature in the storage tank.
There are no heat losses to the surroundings. Volume of flow and pressure losses in the piping system can be ignored.

Calculate the running costs for a full week if the electricity price is 0.20Euro/KWh, between 7am and 7pm and 0.14 Euro/KWh between 7pm and 7am. (Initially at 0:00am of the first day the temperature in the vessel is 15oC). Show graphs of the temperature inside- and the water flow through the vessel as a function of time.

Hints
Important equations
̇m1h1 + ̇m2h2 = ̇m3h3, ̇m2 = ̇m 2 (1) dUvessel dt = ̇Qs ̇We + ̇m2 (h2 h 2) (2)
If the system is fully mixed we can assume that u 2 = u. For constant density and pressure dH/dt = dU/dt

What consumer trend or trends has Signal’s management been able to tap into since 2017? What are the key technological challenges Signal’s management has to overcome in the future. What is your opinion of the Signal app?

Signal’s Trend Identification

After reading this week’s two readings, posted on Canvas, write a two-page paper addressing the following:

-What consumer trend or trends has Signal’s management been able to tap into since 2017?
-What are the key technological challenges Signal’s management has to overcome in the future.
-What is your opinion of the Signal app?

This time there is no template offered. The expectations are: 2 pages excluding references, you must reference both articles used, you are allowed to use other sources, properly referenced; Times New Roman 12pt font, 1 inch margins. All direct quotations from any source, if any are used, must be in quotations marks. Proper English expected throughout, Spellcheck tool in the word processor recommended before submission.

Criteria:
-Discussion of consumer trend(s) that Signal’s management has tapped into into since 2017?
-Discussion of the key technological challenges Signal’s management has to overcome in the future.
-Own opinion of the Signal app offered
-Proper English & formatting used throughout.

Sources:

Who tries to set up Mira? How does her family respond? Why doesn’t the neuropsychologist call Mira back? What does Mira’s mom tell her that made her “want to cry the most”? Why do you think Mira felt this way?

-Good Talk by Mira Jacob—(Page 123-152)

Q1) Who tries to set up Mira? How does her family respond?

Q2) Why doesn’t the neuropsychologist call Mira back?

Q3) What does Mira’s mom tell her that made her “want to cry the most”? Why do you think Mira felt this way?

Q)4 How does Mira know Jed? What’s his current profession?