2) At a packaging workstation, an operator’s job is to sort parts delivered on a conveyor belt into four bins. There are two existing layouts and the following tables provide the performance data of a well-trained operator for each layout. Based on information processing theory determine which layout is better (15 points).
Layout #1
|
Bin 1 |
Bin 2 |
Bin 3 |
Bin 4 |
|
|
Part 1 |
16 |
44 |
||
|
Part 2 |
14 |
34 |
12 |
|
|
Part 3 |
60 |
|||
|
Part 4 |
15 |
45 |
Layout #2
|
Bin 1 |
Bin 2 |
Bin 3 |
Bin 4 |
|
|
Part 1 |
18 |
22 |
||
|
Part 2 |
7 |
25 |
8 |
|
|
Part 3 |
25 |
15 |
||
|
Part 4 |
16 |
24 |

2) At a packaging workstation, an operator’s job is to sort parts delivered on a conveyor...
Use any programming language. 1)Permutations (Johnson Trotter): {1, 2, 3, 4, 5}; Insertion Sort: {45, 24, 16, 92, 71, 69, 28} – develop count of # data “insertions” 2) Use sorted data from insertion sort (part A) and develop # of key compares against the following: 16, 77, 24, 92, 44
2. Is the topological sort in
the Cormen textbook fig 22.7 unique? Are there other ways of
sorting? Explain why or why not considering the DFS approach.
613 22.4 Topological sort 11/16 undershorts socks) 17/18 watch 9/10 shoes 13/14 1215 Pants shirt 1/8 6/7 (belt (a) tie 2/5 jacket 3/4 (b) socks (undershorts ants shoes (watch (shirt belt tie acket 12/15 13/14 9/10 1/8 3/4 Figure 22.7 (a Professor Bumstead topologically sorts his clothing when getting dressed. Each directed edge...
4. In an assembly plant, material handling between departments is performed using a uni-directional closed-loop conveyor. The figure below shows the layout for the modular facility, which consists of three equal-sized assembly modules (A, B, and D), one administrative module (C), and one warehouse module (E). Pick up/Drop off (P/D) points for each module are also shown in the figure. P/D#3 P/D#2 Warehouse module P/D#1 Conveyor flow P/D#4 P/D#5 The distance between P/D points and the number of pallet loads...
histogram ogive frequency polygon frequency
table
00% Redo AutoSum Sort A-Z Sort Z-A Gallery Toolbox Zoom Help ste Format n Save Print Import Co 21318 35 24 3 19 25 4923 14 19 17 4 21 5 11 6 20 713 22 25 18 8 11 9 16 17 18 15 28 25 10 1827 20 16 112 Tasks 1. Complete the fequency table with 6 classes 13 14 15 Class Limit Class Boundarles mldpoint frequency cumulative relative frequency frequency...
2. Suggest a structured plan (algorithm) for the bubble sort and selection sort, and perform running time analysis for both best and worst case. 3. Consider the age data of 12 children who are supposed to undergo for vaccination in ascending order of their age. Suggest and apply a sorting technique which can efficiently handle this data. Show all the intermediate steps clearly. Child ID 01 02 03 04 05 06 07 08 09 10 11 12 2. Age 1...
1 A measurement systems experiment involving 20 parts, three operators, and two measurements per part is shown in Table 8E. 12. (a) Estimate the repeatability and reproducibility of the gauge (b) What is the estimate of total gauge variability? (c) If the product specifications are at LSL 6 and USIL - 60, what ca you say about gauge capa bility? TABLE 8E. 12 Measurement Data for Exercise 8.34 Operator 1 Operator 2 Operator 3 Measurements Measurements Measurements Part Number 1...
PowerToys Inc. produces a small remote-controlled toy truck on a conveyor belt with nine stations. Each station has, under the current process layout, one worker assigned to it. Stations and processing times are summarized in the following table: Station Task Processing Times (seconds) 1 Mount battery units 70 2 Insert remote control receiver 80 3 Insert chip 90 4 Mount front axle 60 5 Mount back axle 65 6 Install electric motor 50 7 Connect motor to battery unit 75...
2) Sorting (a) (5 pts) In a Merge Sort of 8 elements, the Merge function gets called 7 times. Consider a Merge Sort being executed on the array shown below. What does the array look like right AFTER the sixth call to the Merge function completes? نرا index value 0 40 2 12 4 11 5 99 6 31 7 16 27 18 0 1 2 زيا 4 5 6 7 Index Value (b) (5 pts) Consider sorting the array...
Written in Java Your job is to produce a program that sorts a list of numbers in ascending order. Your program will need to read-in, from a file, a list of integers – at which point you should allow the user an option to choose to sort the numbers in ascending order via one of the three Sorting algorithms that we have explored. Your program should use the concept of Polymorphism to provide this sorting feature. As output, you will...
Assignment • No variables declared after you start writing code, must be declared at the top. • Reuse all the variables from the first half in the second half, do not make up new variable names. • You code must be properly formatted. • You must use the code provided and variables names provided and not add any more variables to your code. • No for(int I = 0; … no declaring variables except at top of code. • You...