Examlex

Solved

What Is Wrong with the Following Code Fragment

question 19

Multiple Choice

What is wrong with the following code fragment?
Const int SIZE =5;
Float scores[SIZE];
Forint i=0; i<=SIZE;i++)
{
Cout << "Enter a score\n";
Cin >> scores[i];
}


Definitions:

Variable Overhead Efficiency Variance

The difference between the actual variable overhead incurred and the standard variable overhead for the actual production level, reflecting efficiency in controlling variable overhead costs.

Standard Hours Per Unit

The amount of direct labor time that should be required to complete a single unit of product, including allowances for breaks, machine downtime, cleanup, rejects, and other normal inefficiencies.

Actual Total Variable Overhead Cost

The amount incurred in variable overhead expenses for actual production activities.

Standard Variable Overhead Rate

A predetermined rate used to allocate variable overhead costs to units of production, based on expected activity levels.

Related Questions