Examlex

Solved

An Assembly Line with 28 Operations Is to Be Balanced

question 30

Multiple Choice

An assembly line with 28 operations is to be balanced. The total amount of time required for all 28 operations is 39 minutes. The longest operation takes 2.2 minutes and the shortest takes 0.8 minutes. The line will operate for 450 minutes per day.
1) Determine the minimum and maximum cycle time.
2) What is the output rate if the cycle time is set at 2.2 minutes?


Definitions:

UML

Unified Modeling Language, a standardized modeling language used in software engineering to visualize the design of systems.

Structured Programming

A programming paradigm aimed at improving the clarity, quality, and development time of a computer program by making extensive use of subroutines, block structures, and loops.

Adaptor Pattern

A software design pattern that allows interfaces of incompatible classes to work together by wrapping them in an adapter class.

Underlying Class

The actual implementation class of an object, especially in the context where the object is accessed through an interface or superclass.

Related Questions