The sample coefficient of variation (CV) is a measure of relative variability and it is useful when evaluating the performance of a workstation. The CV, the sample average (x), the sample standard deviation (s) of the total assembly time of a job at a workstation is based on a sample of n observed assembly times (x1, x2, X3,..., xn). The formula to estimate the CV is: Sample Standard Deviation Sample Average Where: CV s= 21x7 - n-1 n ; CV <0.75 0.75 ≤CV ≤ 1.33 CV > 1.33 S X Σ₁=1*1 n X=- The relative variability experienced by the workstation is based on the value of the calculated CV (see Table 1). Table 1. Type of relative variability based on the value of CV Value of CV Type of Relative Variability Low Medium High Programming suggestion: If you are getting stuck on something, make an assumption in your code and work from that. For example, if you aren't sure how to check if your input is valid, assume the entry is valid, write all your code with that assumption. Then come back to trying ways to check the input. Problem 1 (5 pts) 1. Write a VBA program to calculate and return to the user the sample average (x), the sample standard deviation (s), the sample coefficient of variation (CV), and the relative variability (from table 1) of the total assembly time of a job at a workstation based on a sample of n observed assembly times (x1, X2, X3,... Xn).: Your program must read in the individual observed assembly times from the spreadsheet and use VBA to do all the calculations. All values reported in the spreadsheet need to be values, not formulas. • Check that the assembly times entered are valid entries. Where there are invalid entries, inform the user and ask them to retry. • Develop a user interface that instructs the user how to interact with the program. An example of an interface is shown in Figure 1 on the next page. • Your program code must output the summary including the formatting ● Use a main sub procedure and all other functions/sub procedures will run from that. o No individual function/sub procedure can be longer than ~30 lines of code (don't count white space and comment lines).

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
The sample coefficient of variation (CV) is a measure of relative variability and it is useful when
evaluating the performance of a workstation. The CV, the sample average (x), the sample standard
deviation (s) of the total assembly time of a job at a workstation is based on a sample of n observed
assembly times (x1, x2, X3,..., Xn). The formula to estimate the CV is:
Sample Standard Deviation
Sample Average
Where:
CV:
S=
₁x².
[21]
n
n-1
;
X=
CV <0.75
0.75 ≤ CV ≤ 1.33
CV > 1.33
=X
Σ' = 14
n
The relative variability experienced by the workstation is based on the value of the calculated CV (see
Table 1).
Table 1. Type of relative variability based on the value of CV
Value of CV
Type of Relative
Variability
Low
Medium
High
Programming suggestion: If you are getting stuck on something, make an assumption in your code and
work from that. For example, if you aren't sure how to check if your input is valid, assume the entry is
valid, write all your code with that assumption. Then come back to trying ways to check the input.
Problem 1 (5 pts)
1. Write a VBA program to calculate and return to the user the sample average (x), the sample standard
deviation (s), the sample coefficient of variation (CV), and the relative variability (from table 1) of
the total assembly time of a job at a workstation based on a sample of n observed assembly times (x1,
X2, X3,...,xn).:
Your program must read in the individual observed assembly times from the spreadsheet and
use VBA to do all the calculations. All values reported in the spreadsheet need to be values, not
formulas.
•
Check that the assembly times entered are valid entries. Where there are invalid entries, inform
the user and ask them to retry.
•
Develop a user interface that instructs the user how to interact with the program. An example of
an interface is shown in Figure 1 on the next page.
• Your program code must output the summary including the formatting
• Use a main sub procedure and all other functions/sub procedures will run from that.
o No individual function/sub procedure can be longer than ~30 lines of code (don't count
white space and comment lines).
o Include at least one function or sub procedure that has at least one argument as input that
is used within that function
o Include at least one function that returns at least one value that is then used later in code
Transcribed Image Text:The sample coefficient of variation (CV) is a measure of relative variability and it is useful when evaluating the performance of a workstation. The CV, the sample average (x), the sample standard deviation (s) of the total assembly time of a job at a workstation is based on a sample of n observed assembly times (x1, x2, X3,..., Xn). The formula to estimate the CV is: Sample Standard Deviation Sample Average Where: CV: S= ₁x². [21] n n-1 ; X= CV <0.75 0.75 ≤ CV ≤ 1.33 CV > 1.33 =X Σ' = 14 n The relative variability experienced by the workstation is based on the value of the calculated CV (see Table 1). Table 1. Type of relative variability based on the value of CV Value of CV Type of Relative Variability Low Medium High Programming suggestion: If you are getting stuck on something, make an assumption in your code and work from that. For example, if you aren't sure how to check if your input is valid, assume the entry is valid, write all your code with that assumption. Then come back to trying ways to check the input. Problem 1 (5 pts) 1. Write a VBA program to calculate and return to the user the sample average (x), the sample standard deviation (s), the sample coefficient of variation (CV), and the relative variability (from table 1) of the total assembly time of a job at a workstation based on a sample of n observed assembly times (x1, X2, X3,...,xn).: Your program must read in the individual observed assembly times from the spreadsheet and use VBA to do all the calculations. All values reported in the spreadsheet need to be values, not formulas. • Check that the assembly times entered are valid entries. Where there are invalid entries, inform the user and ask them to retry. • Develop a user interface that instructs the user how to interact with the program. An example of an interface is shown in Figure 1 on the next page. • Your program code must output the summary including the formatting • Use a main sub procedure and all other functions/sub procedures will run from that. o No individual function/sub procedure can be longer than ~30 lines of code (don't count white space and comment lines). o Include at least one function or sub procedure that has at least one argument as input that is used within that function o Include at least one function that returns at least one value that is then used later in code
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Top down approach design
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education