SlideShare a Scribd company logo
Assignment: Select a company for which you have a working
knowledge including goals, mission, strategy, and culture. In
addition to a working knowledge of the company, you must
have access to people in both the IT functions and in the
business who will be willing to allow you to interview them to
Tell a story of how the information technology function
supports the business. Remember from your case study analysis
work that not all organizations employ information technology
well. Many treat the function and the cost as an expense. Some
treat it as an investment. Analyze the facts your discover to
explain what information technology means for your chosen
organization.
Your analysis should be a concise view of what is the condition
of IT at your organization. Make sure that the sections relate to
each other as an integrated report. Note in each topic area, the
direction the organization should be heading. See Brown, et al
text glossary and text for abbreviations and mnemonics. Vendor
and product names and versions are not necessary but very
helpful.
Required:
1. Company description
Industry and company goals and objectives
Company culture
Market position and how this impacts the investment in IT
2. Work System Snapshots to illustrate your analysis.
Use the concepts introduced in this course to discuss the
technology components. Include business processes, products
and services, and customers.
3. Profile of individuals you interview
Explain the function(s), role(s), and decision making authority
of people you interview.
4. Analysis of IT
The following lists are included to help you plan what you will
investigate and address. Your organization may not have some
of these technologies or may be discussing using them. The list
is not intended to be exhaustive or prescriptive. You may have
other Information Technology that is not mentioned here that is
important to your industry or firm. Include a discussion on any
Information Technology (IT) discovered that is important to
your firm.
IT Department and staff
CIO title and reports to whom
IT department title, number and allocation of staff (refer to an
Org chart)
Percent of the IT budget of the total budget
Analysts resident and reporting to user departments?
Are users project leaders at your organization?
Outsource any functions e.g. help desk?
Number of new hires last year and number of these who were
entry level
Average time IT staff stay or a turnover statistic
Number of IT layoffs in last budget year and at what level
Is there a Web team? What is the Web team called, and where
does it report?
Systems development life cycle
Methodologies used to develop systems
Percentage of purchased packages vs. in-house development
Project team assignment-e.g. are users project leaders
Learn what you can about an ongoing or recently completed
development effort, budget, schedule, who was on the team,
project management software used, etc.
Capability Maturity Model rating
Offshore software development projects, vendors, onsite
activity
Hierarchy of information systems
AI applications
DSS applications
MIS reports
TPS
Mobile
Support of BYOD (Bring Your Own Device)
Hardware
Numbers and types of platforms-mainframe, minicomputer,
workstations, PCs
Critical input/output devices particular to your firm and
industry-e.g. hand held scanners for UPS
Cloud services
Software
Type of OS for each platform, critical applications (e.g. billing
system for utilities)
Programming languages used for legacy and new development
Collaborative software
Office automation software and policies
Database management systems (DBMS)
Name of DBMS used across platforms
Critical application databases (e.g. customer information for
Land's End)
Database administrator on staff
Telecommunications
Number of LANs WANs, connecting where
Internet service providers
Intranet
Extranet
Use of wireless
EDI with suppliers
e-Commerce activity with customers and suppliers and security
employed to do so
Videoconferencing
Global transmission and issues with foreign countries and
cultures
Management perspective (SWOT Analysis)
Strengths and weaknesses
Threats and opportunities
Issues and implication for the organization
5. Conclusions
By synthesizing and interpreting all the information you gather,
draw conclusions about the organization and explain the role of
information technology related to the success of the
business/organization.
6. References
Make sure you cite all sources. This project is not intended to
be a personal recollection. Rather, consult documentation,
interview people, and search for news sources. Do not, however,
violate the proprietary rules of your organization.
If you do not have an organization for which you can perform
this analysis, then contact your facilitator for an alternate
assignment.
Assignment: Select a company for which you have a working
knowledge including goals, mission,
strategy, and culture. In addition to a working knowledge of the
company, you must have access to
people in both the IT functions and in the business who will be
willing to allow you to interview them to
Tell a story of how the information technology function
supports the business. Remember from your
case study analysis work that not all organizations employ
information technology well. Many treat the
function and the cost as an expense. Some treat it as a
n investment. Analyze the facts your discover to
explain what information technology means for your chosen
organization.
Your analysis should be a concise view of what is the condition
of IT at your organization. Make sure that
the sections relate to each
other as an integrated report. Note in each topic area, the
direction the
organization should be heading. See Brown, et al text glossary
and text for abbreviations and
mnemonics. Vendor and product names and versions are not
necessary but very helpful.
R
equired:
1. Company description
Industry and company goals and objectives
Company culture
Market position and how this impacts the investment in IT
2. Work System Snapshots to illustrate your analysis.
Use the concepts introduced in this course to di
scuss the technology components. Include business
processes, products and services, and customers.
3. Profile of individuals you interview
Assignment: Select a company for which you have a working
knowledge including goals, mission,
strategy, and culture. In addition to a working knowledge of the
company, you must have access to
people in both the IT functions and in the business who will be
willing to allow you to interview them to
Tell a story of how the information technology function
supports the business. Remember from your
case study analysis work that not all organizations employ
information technology well. Many treat the
function and the cost as an expense. Some treat it as an
investment. Analyze the facts your discover to
explain what information technology means for your chosen
organization.
Your analysis should be a concise view of what is the condition
of IT at your organization. Make sure that
the sections relate to each other as an integrated report. Note in
each topic area, the direction the
organization should be heading. See Brown, et al text glossary
and text for abbreviations and
mnemonics. Vendor and product names and versions are not
necessary but very helpful.
Required:
1. Company description
Industry and company goals and objectives
Company culture
Market position and how this impacts the investment in IT
2. Work System Snapshots to illustrate your analysis.
Use the concepts introduced in this course to discuss the
technology components. Include business
processes, products and services, and customers.
3. Profile of individuals you interview
ME209 Summer 2015 R. B. Tarn
Homework #3
Create a flowchart for each of these two homework problems;
hand drawn is sufficient, or you
can use whichever drawing program you like. Use one
workbook (save as file type *.xlsm) with
a User Interface Worksheet (UIW) and VBA module for each of
these two homework problems.
Submit the flowcharts and workbook electronically via Moodle,
and submit hardcopies of all
work (flowcharts, worksheets and VBA code modules) at the
beginning of class on Wednesday,
July 8, or at the ME Department office by 3:30 PM on
Wednesday, July 8. Be sure your name is
at the top of all pages.
General programming expectations: Include logic in your code
to protect it from errors caused
by inappropriate or invalid user inputs, or other process cases
that may cause runtime errors. For
example, if division by zero can occur, test for that condition
and write code to handle it
gracefully. Message boxes are an appropriate means of alerting
your user to inappropriate or
invalid inputs to Sub procedures. Never use Input boxes in
homework or project assignments.
Hint for determining if a worksheet cell is blank (empty): If
Cells(irow, icol) = "",
then the cell is blank.
Problem 1: Polar & Cartesian Coordinates Converter
Polar coordinates are related to Cartesian Coordinates by the
following equations.
2 2 1
cos( ) sin( ) tan ( )
y
x r y r r x y
x
Write a well-structured Sub procedure that reads inputs for x, y,
r, and θ from worksheet cells
B3, B4, B5, and B6, respectively. Input units of x, y, and r will
be millimeters, and input units
of θ will be in degrees. Name these input cells and create
appropriate labels for them.
Process the inputs according to this logic:
1. If the x and y inputs are both zero (or blank) AND the r and θ
inputs are NOT both zero, then
calculate x and y outputs corresponding with the given r and θ,
and write their values to cells B3
and B4, respectively.
2. If the r and θ inputs are both zero (or blank) AND the x and y
inputs are NOT both zero, then
calculate the r and θ outputs corresponding with the given x and
y, and write their values to cells
B5 and B6, respectively.
3. For all other conditions, do nothing.
Add a Run Button to the worksheet and assign it to your Sub
procedure. Test your Sub
procedure with inputs x = 2.5mm and y = 7.1mm to compute r
and θ. Then test your Sub with
inputs r = 5.5mm and θ = 49° to compute x and y. Ensure that
your code calculates θ correctly,
even for the case when x=0.
Problem 2: Statistics
Write a well-structured Sub procedure to compute the average
and standard deviation of data
entered by the user in column A of the user interface worksheet,
beginning in row 1. Your user
may enter as many data values as he/she wants, so your code
must determine how many data
values are entered. The end of the data values list will be
determined by the first blank cell in
column A.
Design your Sub to read the values into an array, and then
compute the average and standard
deviation of the data, using the values stored in the array. The
formulas for the average and
standard deviation are:
Average Standard Deviation
1
n
i
i
y
y
n
2
2 1
1
( )
1
n
in
i
i
i
y
y
y
n
s
n
Calculated results display: Write the number of input data
values, and the resulting average and
standard deviation on the worksheet, in properly labeled and
named cells.
If the user enters less than 2 data values, display a message in
the cell for the standard deviation
result, alerting the user that at least two data values are required
to calculate a standard deviation.
If any of the user’s data values is not numeric, use a Message
Box to alert the user of this error,
and informing the user which line the error was found on. In
this event, the cells displaying the
calculated results will be blank.
Create a “Run” button to execute your Sub procedure, and test
your Sub by entering at least 20
data values.

More Related Content

PPTX
IT "The Power That Influence The World"
PPTX
System analysis ITM3.pptx
PDF
Systems analysis and design lecture 1
DOCX
1 it 210 final project guidelines and rubric over
PPT
Week8 Topic1 Translate Business Needs Into Technical Requirements
PPT
Chap001
PPTX
1-Intro to MIS
PPTX
chapter01-120827115344-phpapp01 (1)-converted.pptx
IT "The Power That Influence The World"
System analysis ITM3.pptx
Systems analysis and design lecture 1
1 it 210 final project guidelines and rubric over
Week8 Topic1 Translate Business Needs Into Technical Requirements
Chap001
1-Intro to MIS
chapter01-120827115344-phpapp01 (1)-converted.pptx

Similar to Assignment Select a company for which you have a working knowledg.docx (20)

PDF
Patina Technology Assessment
PDF
Patina Technology Assessment
PPT
PPTX
ISfoundation.pptx
PPT
MISCH13.ppt
PPTX
Chapter 1 Introduction to Systems Analysis and Design .pptx
DOCX
CONTENTS CASE STUDIESCASE STUDY 1 Midsouth Chamber of.docx
DOCX
CONTENTS CASE STUDIESCASE STUDY 1 Midsouth Chamber of.docx
PDF
MIS5001 key slides from weeks 1 to 3
PPTX
module_1_chapter1.management information system
DOCX
front-2
PDF
Increasing effectiveness of technology management
PPTX
IT Governance for Board Members
DOCX
CONTENTS CASE STUDIESCASE STUDY 1 Midsouth Chamber of
DOCX
system analysis and design chapter 1 Kendall & Kendall
PPT
Chap001
PPTX
MIS Concept Final Term
PPT
Formal Information Technology in a Small, Growing Company
PPTX
module_1_chapter_1.pptx
PDF
Solution Manual for Essentials of MIS, 14th Edition, Kenneth C. Laudon Jane P...
Patina Technology Assessment
Patina Technology Assessment
ISfoundation.pptx
MISCH13.ppt
Chapter 1 Introduction to Systems Analysis and Design .pptx
CONTENTS CASE STUDIESCASE STUDY 1 Midsouth Chamber of.docx
CONTENTS CASE STUDIESCASE STUDY 1 Midsouth Chamber of.docx
MIS5001 key slides from weeks 1 to 3
module_1_chapter1.management information system
front-2
Increasing effectiveness of technology management
IT Governance for Board Members
CONTENTS CASE STUDIESCASE STUDY 1 Midsouth Chamber of
system analysis and design chapter 1 Kendall & Kendall
Chap001
MIS Concept Final Term
Formal Information Technology in a Small, Growing Company
module_1_chapter_1.pptx
Solution Manual for Essentials of MIS, 14th Edition, Kenneth C. Laudon Jane P...

More from ssuser562afc1 (20)

DOCX
Pick an Apollo Mission that went to the Moon.  Some mission only orb.docx
DOCX
Pick a topic from data.gov that has large number of data sets on wid.docx
DOCX
Pick an animal with sophisticated communication. Quickly find and re.docx
DOCX
Pick a real healthcare organization or create your own. Think about .docx
DOCX
PHYS 102In the Real World” Discussion TopicsYou may choose yo.docx
DOCX
Photosynthesis and Cellular RespirationCellular respiration .docx
DOCX
Philosophy of Inclusion Research SupportIt is not enough to simp.docx
DOCX
PHYSICS DATA SHEET.docx
DOCX
Physical Assessment Reflection Consider your learning and gr.docx
DOCX
Phonemic Awareness TableTaskScriptingDescription and.docx
DOCX
Philosophy 2582 - Media Ethics Paper 1 (Noam Chomsky) 
.docx
DOCX
Pick a large company you like. Find their Statement of Cash Flow.docx
DOCX
Philosophy 7 Asian Philosophy (Fall 2019) Paper Guidelines .docx
DOCX
PIC.jpga.zipAPA.pptAPA Style--Review.docx
DOCX
PHIL101 B008 Win 20 ! # AssignmentsAssignmentsAssignmen.docx
DOCX
Phase 3 Structured Probl.docx
DOCX
Phil 2101 Final PaperGuidelines Approximately 5 pages, doubl.docx
DOCX
Perspectives on WarInstructionsAnalyze After watching .docx
DOCX
pestle research for chile bolivia paraguay uruguay .docx
DOCX
Pg. 04Question Four Assignment 2Deadline Saturd.docx
Pick an Apollo Mission that went to the Moon.  Some mission only orb.docx
Pick a topic from data.gov that has large number of data sets on wid.docx
Pick an animal with sophisticated communication. Quickly find and re.docx
Pick a real healthcare organization or create your own. Think about .docx
PHYS 102In the Real World” Discussion TopicsYou may choose yo.docx
Photosynthesis and Cellular RespirationCellular respiration .docx
Philosophy of Inclusion Research SupportIt is not enough to simp.docx
PHYSICS DATA SHEET.docx
Physical Assessment Reflection Consider your learning and gr.docx
Phonemic Awareness TableTaskScriptingDescription and.docx
Philosophy 2582 - Media Ethics Paper 1 (Noam Chomsky) 
.docx
Pick a large company you like. Find their Statement of Cash Flow.docx
Philosophy 7 Asian Philosophy (Fall 2019) Paper Guidelines .docx
PIC.jpga.zipAPA.pptAPA Style--Review.docx
PHIL101 B008 Win 20 ! # AssignmentsAssignmentsAssignmen.docx
Phase 3 Structured Probl.docx
Phil 2101 Final PaperGuidelines Approximately 5 pages, doubl.docx
Perspectives on WarInstructionsAnalyze After watching .docx
pestle research for chile bolivia paraguay uruguay .docx
Pg. 04Question Four Assignment 2Deadline Saturd.docx

Recently uploaded (20)

PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PPTX
GDM (1) (1).pptx small presentation for students
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PPTX
master seminar digital applications in india
PDF
Complications of Minimal Access Surgery at WLH
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PDF
01-Introduction-to-Information-Management.pdf
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
Classroom Observation Tools for Teachers
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PDF
Computing-Curriculum for Schools in Ghana
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PPTX
Microbial diseases, their pathogenesis and prophylaxis
Final Presentation General Medicine 03-08-2024.pptx
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
102 student loan defaulters named and shamed – Is someone you know on the list?
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
GDM (1) (1).pptx small presentation for students
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
master seminar digital applications in india
Complications of Minimal Access Surgery at WLH
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
01-Introduction-to-Information-Management.pdf
Microbial disease of the cardiovascular and lymphatic systems
Classroom Observation Tools for Teachers
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
Computing-Curriculum for Schools in Ghana
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Microbial diseases, their pathogenesis and prophylaxis

Assignment Select a company for which you have a working knowledg.docx

  • 1. Assignment: Select a company for which you have a working knowledge including goals, mission, strategy, and culture. In addition to a working knowledge of the company, you must have access to people in both the IT functions and in the business who will be willing to allow you to interview them to Tell a story of how the information technology function supports the business. Remember from your case study analysis work that not all organizations employ information technology well. Many treat the function and the cost as an expense. Some treat it as an investment. Analyze the facts your discover to explain what information technology means for your chosen organization. Your analysis should be a concise view of what is the condition of IT at your organization. Make sure that the sections relate to each other as an integrated report. Note in each topic area, the direction the organization should be heading. See Brown, et al text glossary and text for abbreviations and mnemonics. Vendor and product names and versions are not necessary but very helpful. Required: 1. Company description Industry and company goals and objectives Company culture Market position and how this impacts the investment in IT 2. Work System Snapshots to illustrate your analysis. Use the concepts introduced in this course to discuss the technology components. Include business processes, products
  • 2. and services, and customers. 3. Profile of individuals you interview Explain the function(s), role(s), and decision making authority of people you interview. 4. Analysis of IT The following lists are included to help you plan what you will investigate and address. Your organization may not have some of these technologies or may be discussing using them. The list is not intended to be exhaustive or prescriptive. You may have other Information Technology that is not mentioned here that is important to your industry or firm. Include a discussion on any Information Technology (IT) discovered that is important to your firm. IT Department and staff CIO title and reports to whom IT department title, number and allocation of staff (refer to an Org chart) Percent of the IT budget of the total budget Analysts resident and reporting to user departments? Are users project leaders at your organization? Outsource any functions e.g. help desk? Number of new hires last year and number of these who were entry level Average time IT staff stay or a turnover statistic Number of IT layoffs in last budget year and at what level Is there a Web team? What is the Web team called, and where does it report? Systems development life cycle Methodologies used to develop systems Percentage of purchased packages vs. in-house development Project team assignment-e.g. are users project leaders
  • 3. Learn what you can about an ongoing or recently completed development effort, budget, schedule, who was on the team, project management software used, etc. Capability Maturity Model rating Offshore software development projects, vendors, onsite activity Hierarchy of information systems AI applications DSS applications MIS reports TPS Mobile Support of BYOD (Bring Your Own Device) Hardware Numbers and types of platforms-mainframe, minicomputer, workstations, PCs Critical input/output devices particular to your firm and industry-e.g. hand held scanners for UPS Cloud services Software Type of OS for each platform, critical applications (e.g. billing system for utilities) Programming languages used for legacy and new development Collaborative software Office automation software and policies Database management systems (DBMS) Name of DBMS used across platforms Critical application databases (e.g. customer information for Land's End) Database administrator on staff Telecommunications Number of LANs WANs, connecting where Internet service providers Intranet Extranet Use of wireless
  • 4. EDI with suppliers e-Commerce activity with customers and suppliers and security employed to do so Videoconferencing Global transmission and issues with foreign countries and cultures Management perspective (SWOT Analysis) Strengths and weaknesses Threats and opportunities Issues and implication for the organization 5. Conclusions By synthesizing and interpreting all the information you gather, draw conclusions about the organization and explain the role of information technology related to the success of the business/organization. 6. References Make sure you cite all sources. This project is not intended to be a personal recollection. Rather, consult documentation, interview people, and search for news sources. Do not, however, violate the proprietary rules of your organization. If you do not have an organization for which you can perform this analysis, then contact your facilitator for an alternate assignment. Assignment: Select a company for which you have a working knowledge including goals, mission, strategy, and culture. In addition to a working knowledge of the company, you must have access to people in both the IT functions and in the business who will be willing to allow you to interview them to
  • 5. Tell a story of how the information technology function supports the business. Remember from your case study analysis work that not all organizations employ information technology well. Many treat the function and the cost as an expense. Some treat it as a n investment. Analyze the facts your discover to explain what information technology means for your chosen organization. Your analysis should be a concise view of what is the condition of IT at your organization. Make sure that the sections relate to each other as an integrated report. Note in each topic area, the direction the organization should be heading. See Brown, et al text glossary and text for abbreviations and mnemonics. Vendor and product names and versions are not necessary but very helpful. R equired: 1. Company description Industry and company goals and objectives Company culture Market position and how this impacts the investment in IT
  • 6. 2. Work System Snapshots to illustrate your analysis. Use the concepts introduced in this course to di scuss the technology components. Include business processes, products and services, and customers. 3. Profile of individuals you interview Assignment: Select a company for which you have a working knowledge including goals, mission, strategy, and culture. In addition to a working knowledge of the company, you must have access to people in both the IT functions and in the business who will be willing to allow you to interview them to Tell a story of how the information technology function supports the business. Remember from your case study analysis work that not all organizations employ information technology well. Many treat the function and the cost as an expense. Some treat it as an investment. Analyze the facts your discover to explain what information technology means for your chosen organization. Your analysis should be a concise view of what is the condition of IT at your organization. Make sure that the sections relate to each other as an integrated report. Note in each topic area, the direction the organization should be heading. See Brown, et al text glossary and text for abbreviations and mnemonics. Vendor and product names and versions are not necessary but very helpful.
  • 7. Required: 1. Company description Industry and company goals and objectives Company culture Market position and how this impacts the investment in IT 2. Work System Snapshots to illustrate your analysis. Use the concepts introduced in this course to discuss the technology components. Include business processes, products and services, and customers. 3. Profile of individuals you interview ME209 Summer 2015 R. B. Tarn Homework #3 Create a flowchart for each of these two homework problems; hand drawn is sufficient, or you can use whichever drawing program you like. Use one workbook (save as file type *.xlsm) with a User Interface Worksheet (UIW) and VBA module for each of these two homework problems. Submit the flowcharts and workbook electronically via Moodle, and submit hardcopies of all work (flowcharts, worksheets and VBA code modules) at the
  • 8. beginning of class on Wednesday, July 8, or at the ME Department office by 3:30 PM on Wednesday, July 8. Be sure your name is at the top of all pages. General programming expectations: Include logic in your code to protect it from errors caused by inappropriate or invalid user inputs, or other process cases that may cause runtime errors. For example, if division by zero can occur, test for that condition and write code to handle it gracefully. Message boxes are an appropriate means of alerting your user to inappropriate or invalid inputs to Sub procedures. Never use Input boxes in homework or project assignments. Hint for determining if a worksheet cell is blank (empty): If Cells(irow, icol) = "", then the cell is blank. Problem 1: Polar & Cartesian Coordinates Converter Polar coordinates are related to Cartesian Coordinates by the following equations. 2 2 1 cos( ) sin( ) tan ( ) y
  • 9. x r y r r x y x Write a well-structured Sub procedure that reads inputs for x, y, r, and θ from worksheet cells B3, B4, B5, and B6, respectively. Input units of x, y, and r will be millimeters, and input units of θ will be in degrees. Name these input cells and create appropriate labels for them. Process the inputs according to this logic: 1. If the x and y inputs are both zero (or blank) AND the r and θ inputs are NOT both zero, then calculate x and y outputs corresponding with the given r and θ, and write their values to cells B3 and B4, respectively. 2. If the r and θ inputs are both zero (or blank) AND the x and y inputs are NOT both zero, then calculate the r and θ outputs corresponding with the given x and y, and write their values to cells B5 and B6, respectively. 3. For all other conditions, do nothing.
  • 10. Add a Run Button to the worksheet and assign it to your Sub procedure. Test your Sub procedure with inputs x = 2.5mm and y = 7.1mm to compute r and θ. Then test your Sub with inputs r = 5.5mm and θ = 49° to compute x and y. Ensure that your code calculates θ correctly, even for the case when x=0. Problem 2: Statistics Write a well-structured Sub procedure to compute the average and standard deviation of data entered by the user in column A of the user interface worksheet, beginning in row 1. Your user may enter as many data values as he/she wants, so your code must determine how many data values are entered. The end of the data values list will be determined by the first blank cell in column A. Design your Sub to read the values into an array, and then compute the average and standard deviation of the data, using the values stored in the array. The formulas for the average and
  • 11. standard deviation are: Average Standard Deviation 1 n i i y y n 2 2 1 1 ( ) 1 n in i
  • 12. i i y y y n s n Calculated results display: Write the number of input data values, and the resulting average and standard deviation on the worksheet, in properly labeled and named cells.
  • 13. If the user enters less than 2 data values, display a message in the cell for the standard deviation result, alerting the user that at least two data values are required to calculate a standard deviation. If any of the user’s data values is not numeric, use a Message Box to alert the user of this error, and informing the user which line the error was found on. In this event, the cells displaying the calculated results will be blank. Create a “Run” button to execute your Sub procedure, and test your Sub by entering at least 20 data values.