Forecasting MCQ Quiz - Objective Question with Answer for Forecasting - Download Free PDF
Last updated on May 29, 2025
Latest Forecasting MCQ Objective Questions
Forecasting Question 1:
Which of the following is an operational function that comes under pre planning?
Answer (Detailed Solution Below)
Forecasting Question 1 Detailed Solution
Explanation:
Pre-Planning in Manufacturing Operations:
- Pre-planning in manufacturing operations involves identifying, analyzing, and preparing for all the necessary activities and requirements before the actual production process begins. It is a critical phase that ensures the smooth flow of operations, optimal resource utilization, and effective management of uncertainties.
Forecasting:
- Forecasting is the process of predicting future production requirements based on past data, market trends, and expected demand. It is a vital operational function that comes under pre-planning because it provides the foundation for all subsequent planning and decision-making activities. Accurate forecasting helps in determining the resources needed, scheduling production, and minimizing wastage.
- Forecasting involves analyzing historical data, considering external factors such as market demand, economic conditions, and seasonal variations, and using mathematical models or software tools to predict future requirements. This process enables manufacturers to anticipate challenges and prepare accordingly, ensuring that production meets demand efficiently.
Forecasting Question 2:
For a hotel, the actual demand for disposable cup was 600 units in January and 700 units February. The forecast for the month of January was 500 units. What will be forecast for the month of March. Use simple exponential smoothening method. [Smoothening coefficient = 0.8]
Answer (Detailed Solution Below)
Forecasting Question 2 Detailed Solution
Concept:
In Simple Exponential Smoothing, the forecast is updated based on the previous actual and forecasted values using the formula:
\( F_{t} = \alpha A_{t-1} + (1 - \alpha) F_{t-1} \)
Where, Ft is the forecast for the current period, \(A_{t-1}\) is the actual demand of the previous period, and \(F_{t-1}\) is the forecast for the previous period.
Calculation:
Given:
Actual demand in January = 600 units, Forecast for January = 500 units
Actual demand in February = 700 units
Smoothing coefficient, \(\alpha\) = 0.8
Forecast for February:
\( F_{Feb} = 0.8 \times 600 + 0.2 \times 500 = 480 + 100 = 580 \)
Forecast for March:
\( F_{Mar} = 0.8 \times 700 + 0.2 \times 580 = 560 + 116 = 676 \)
Forecasting Question 3:
The sales of a product during the last four years were 840, 860, 850, 870 units. The forecast for the fourth year was 855. If the forecast for the fifth year, using simple exponential smoothening, is equal to the forecast using the three period moving average, what will be the value of exponential smoothening constant?
Answer (Detailed Solution Below)
Forecasting Question 3 Detailed Solution
Concept:
The given sales data for the last four years are: 840, 860, 850, and 870 units.
The three-period moving average is given by:
\( F_5 = \frac{A_2 + A_3 + A_4}{3} \)
\( F_5 = \frac{860 + 850 + 870}{3} \)
\( F_5 = \frac{2580}{3} = 860 \)
The simple exponential smoothing equation is:
\( F_5 = \alpha A_4 + (1 - \alpha) F_4 \)
Where:
A4 = 870 (Actual sales in Year 4)
F4 = 855 (Forecast for Year 4)
F5 = 860 (Forecast for Year 5 using both methods)
Calculation:
Substituting values in the equation:
\( 860 = \alpha (870) + (1 - \alpha)(855) \)
Expanding:
\( 860 = 870\alpha + 855 - 855\alpha \)
\( 860 - 855 = (870 - 855) \alpha \)
\( 5 = 15\alpha \)
\( \alpha = \frac{5}{15} = \frac{1}{3} \)
Forecasting Question 4:
Which of the following methods of forecasting adjusts forecasts for both linear trend and seasonality effects using a third smoothing parameter?
Answer (Detailed Solution Below)
Forecasting Question 4 Detailed Solution
Explanation:
Winter's Exponential Smoothing
- Winter's Exponential Smoothing, also known as the Holt-Winters method, is an advanced forecasting technique that adjusts forecasts for both linear trends and seasonality effects using three smoothing parameters. It is an extension of simple exponential smoothing and Holt's linear trend model, specifically designed to handle data with seasonal variations.
- Winter's Exponential Smoothing uses three components to make forecasts: the level, the trend, and the seasonality. The method applies three smoothing equations to update these components over time:
- Level (L): This component represents the baseline value of the time series at any given point, adjusting for both trend and seasonality.
- Trend (T): This component captures the underlying trend in the data, indicating whether the series is increasing or decreasing over time.
- Seasonality (S): This component accounts for repetitive patterns or cycles that repeat at fixed intervals, such as monthly or quarterly seasonality.
The equations for Winter's Exponential Smoothing are as follows:
- Level: Lt = α(Yt / St-m) + (1 - α)(Lt-1 + Tt-1)
- Trend: Tt = β(Lt - Lt-1) + (1 - β)Tt-1
- Seasonality: St = γ(Yt / Lt) + (1 - γ)St-m
- Forecast: Ft+k = (Lt + kTt)St-m+k
Where:
- Yt = Actual value at time t
- Lt = Level component at time t
- Tt = Trend component at time t
- St = Seasonal component at time t
- α, β, γ = Smoothing parameters for level, trend, and seasonality, respectively
- m = Number of periods in a seasonal cycle
- k = Number of periods ahead to forecast
Advantages:
- Effectively handles data with both trend and seasonal patterns.
- Produces accurate short-term forecasts by adjusting for seasonality.
- Flexible model that can be applied to various time series data.
Disadvantages:
- Requires careful selection of smoothing parameters, which can be complex.
- May not perform well with non-seasonal data or data with irregular patterns.
Applications: Winter's Exponential Smoothing is widely used in various fields, including retail sales forecasting, inventory management, and financial planning, where accurate predictions of seasonal trends are crucial.
Forecasting Question 5:
In the Box-Jenkins (ARIMA) forecasting model, what does the term 'I' stand for?
Answer (Detailed Solution Below)
Forecasting Question 5 Detailed Solution
Explanation:
Box-Jenkins (ARIMA) Forecasting Model
- The Box-Jenkins methodology, also known as ARIMA (AutoRegressive Integrated Moving Average), is a popular statistical method used for time series forecasting.
- This model combines three components: Autoregressive (AR), Integrated (I), and Moving Average (MA)—to better understand and predict future values in a time series.
Components:
- Autoregressive (AR): This component uses the dependency between an observation and a number of lagged observations (previous time points). It reflects the relationship between the current value and its past values.
- Integrated (I): This component represents the differencing of raw observations to make the time series stationary, meaning its statistical properties do not change over time. This process involves subtracting the previous observation from the current observation, which helps in removing trends and seasonality in the data.
- Moving Average (MA): This component uses the dependency between an observation and a residual error from a moving average model applied to lagged observations. It captures the relationship between the current value and the past forecast errors.
Importance of Integration in ARIMA:
1. Trend Removal: Many time series data exhibit trends over time. For example, stock prices may generally increase over time, or sales figures may show a rising trend. The integrated component helps remove these trends by differencing the data, making it easier to model and forecast.
2. Seasonality Adjustment: Time series data often have seasonal patterns, such as higher sales during holiday seasons. Differencing can also help in removing seasonal effects, although sometimes seasonal differencing (subtracting the value from the same period in the previous year) is used to address seasonality more effectively.
3. Ensuring Stationarity: As mentioned earlier, many time series models assume stationarity. By incorporating the integrated component, ARIMA models ensure that the data meets this assumption, which is critical for accurate forecasting.
4. Simplicity in Modeling: Once the time series is made stationary through differencing, the autoregressive and moving average components can be more effectively applied, leading to simpler and more accurate models.
Top Forecasting MCQ Objective Questions
Which one of the following is not a casual forecasting method?
Answer (Detailed Solution Below)
Forecasting Question 6 Detailed Solution
Download Solution PDFExplanation:
- Forecasting is the prediction of future sells or demand of the particular product.
- It is a projection based upon past data and art of human judgement.
Types of forecasting method
Qualitative or Subjective |
Quantitative or Objective |
Judgemental
|
Time series
Casual or Econometrics
|
Used for long-range and new product |
Used for Short-range and for old products |
In exponential smoothening method, which one of the following is true?
Answer (Detailed Solution Below)
Forecasting Question 7 Detailed Solution
Download Solution PDFConcept:
The general form of forecasting is Ft = Ft-1 + α. (Dt-1 – Ft-1)
where α = smoothing constant and its range is 0 ≤ α ≤ 1
For Immediate forecast → high value of "α" is high and less for other forecasts.
Hence the high value of forecast is only chosen when the nature of demand is not reliable rather unstable.
\(α = \frac{2}{{n + 1}}\)
where, n = no. of period of moving average, Ft = recent forecast, Ft-1 = previous forecast, Dt-1 = previous demand
- If α = 0, then Ft = Ft-1 ……….…..(limit of stability)
- If α = 1 then Ft = Dt-1…………….(limit of responsiveness)
In a time series forecasting model, the demands for five time periods were 10, 13, 15, 18 and 22. A linear regression fit resulted in an equation F = 6.9 + 2.9t where F is the forecast for period t. The sum of the absolute deviations for the five data is
Answer (Detailed Solution Below)
Forecasting Question 8 Detailed Solution
Download Solution PDFConcept:
The absolute deviation is |D – F|
The forecast for each period can be calculated using the regression line equation.
Calculation:
Period(t) |
Dt |
Ft = 6.9 + 2.9t |
|Dt – Ft| |
1 |
10 |
9.8 |
0.2 |
2 |
13 |
12.7 |
0.3 |
3 |
15 |
15.6 |
0.6 |
4 |
18 |
18.5 |
0.5 |
5 |
22 |
21.4 |
0.6 |
Sum of absolute deviations is = 0.2 + 0.3 + 0.6 + 0.5 + 0.6 = 2.2
An XYZ television supplier found a demand of 200 sets in July, 225 sets in August and 245 sets in September. Find the demand forecast for the month for the month of October using simple average method.
Answer (Detailed Solution Below)
Forecasting Question 9 Detailed Solution
Download Solution PDFConcept:
Simple Average method:
- It is a method for inventory valuation or delivery cost calculation, where even if accepting inventory goods with different unit costs, the average unit cost is calculated by multiplying the total of these unit costs simply by the number of receiving.
Calculation:
Given:
F July= 200, F August= 225, F Sep= 245, F Oct=?
\( \therefore {F_{Oct}} = \frac{{{F_{July}}~+~ {F_{Aug}} ~+~ {F_{Sep}}}}{3}\)
\(F_{Oct} = \frac{{200 + 225 + 245}}{3}\)
\(\therefore {F_{Oct}} = 224\;units\)
The number of averaging period in the simple moving average method of forecasting is increased for greater smoothing but at the cost of
Answer (Detailed Solution Below)
Forecasting Question 10 Detailed Solution
Download Solution PDFExplanation:
Exponential smoothing method:
\({F_t} = {F_{t - 1}} + α \left[ {{D_{t - 1}} - {F_{t - 1}}} \right]\)
where α = smoothing constant.
Moving Average Method:
The moving average method uses the average of the most recent 'n' data values in the time series as the forecast for the next period.
\({F_{t + 1}} = \frac{{{D_t} + {D_{t - 1}} + \ldots + {D_{t - n + 1}}}}{n}\)
Note that the 'n' past observations are equally weighted.
The simple moving average model described above has the undesirable property that it treats the last 'k' observations equally and completely ignores all preceding observations.
Intuitively, past data should be discounted in a more gradual fashion -- for example, the most recent observation should get a little more weight than 2nd most recent, and the 2nd most recent should get a little more weight than the 3rd most recent, and so on. The simple exponential smoothing model accomplishes this.
Thus, the simple exponential smoothing forecast is somewhat superior to the simple moving average forecast because it places relatively more weight on the most recent observation i.e., it is slightly more "responsive to changes" occurring in the recent past.
Which of the following is a technique used for forecasting?
Answer (Detailed Solution Below)
Forecasting Question 11 Detailed Solution
Download Solution PDFExplanation:
Forecasting
- Forecasting is defined as estimating the future value that a parameter will take. Most scientific forecasting methods forecast the future value using past data.
- Some simple forecasting models using time series data are simple average, moving average and simple exponential smoothing.
Moving average Method or rolling average Method:
- In this method, fresh average is calculated at the end of each period by adding the actual demand data for the most recent period and deleting the data for the order period. It gives equal weight to each of the most recent observations.
\({F_{n+1}} = \frac{{{D_1} + {D_2} + {D_3} + {D_4} + \ldots \ldots \ldots \ldots \ldots \ldots + {D_n}}}{n}\)
Weighted moving average Method:
- This method gives unequal weight to each demand data with more weight to recent data.
\({F_{n+1}} = \left[ {{w_{1}} \times {D_{1}} +{w_{2}\times {D_{2}}} +..........+ {w_{n}} \times {D_{n}}} \right]\)
Exponential Smoothing Method:
- This method gives weight to all the previous data and the pattern of weight assigned is exponentially decreasing in order with most recent data is given the highest weight.
- In exponential smoothing method of forecast, the forecast for the next period is equal to
Ft = α Dt-1 + (1 - α) Ft-1
where, Dt-1 = latest figure sale or latest demand, Ft-1 = old forecast, α = exponential smoothing constant
Additional Information
Project
- A project may be defined as a combination of interrelated activities which must be executed in a certain order before the entire task can be completed.
- The aim of planning is to develop a sequence of activities of the project so that the project completion time and cost are properly balanced.
- To meet the objective of systematic planning, the management has evolved several techniques applying network strategy.
- PERT (Programme Evaluation and Review Technique) and CPM (Critical Path Method) are network techniques which have been widely used for planning, scheduling and controlling the large and complex projects.
Difference between PERT and CPM (Critical Path Method)
PERT |
CPM |
1. Probabilistic approach |
1. Deterministic approach |
2. Three-time estimate |
2. One - time estimate |
3. Event oriented network model |
3. Activity-oriented network model |
4. The slack concept is used |
4. Float concept is used |
5. Project crashing is not possible |
5. Project crashing is possible |
6. Deals with probabilistic time estimates |
6. Deals with deterministic time estimates |
Gantt charts:
- Gantt charts are mainly used to allocate resources to activities.
- The resources allocated to activities include staff, hardware, and software.
- Gantt charts are useful for resource planning. A Gantt chart is a special type of bar chart where each bar represents an activity.
- The bars are drawn along a timeline.
- The length of each bar is proportional to the duration of time planned for the corresponding activity.
Control charts:
- Control chart is a graphical representation of the collected information.
- It indicates whether a process is in control or out of control.
- It determines process variability and detects unusual variations taking place in a process.
- It ensures product quality level.
- It provides information about the selection and setting of tolerance limits.
The current period forecast becomes equal to last period forecast for the value of smoothing constant equal to
Answer (Detailed Solution Below)
Forecasting Question 12 Detailed Solution
Download Solution PDFExplanation:
Forecast value in Smoothing constant method is given by-
Ft = Ft-1 + α [ Dt-1 - Ft-1 ]
where Ft = Current period forecast, Ft-1 = last period forecast, Dt-1 = last period demand, α = smoothing constant
for α = 0
Ft = Ft-1
Hence for α = 0 only the current period forcast becomes equal to last period forecast.
Important Points
For α = 1 current period forecast will become equal to the last period demand.
Which of the following forecasting technique uses three types of participants: decision-makers, staff personnel and respondents?
Answer (Detailed Solution Below)
Forecasting Question 13 Detailed Solution
Download Solution PDFExplanation:
Forecasting:
Forecasting is the prediction of future sales or demand for a particular product in the market. Forecasts can be made by using the past data of a product.
It can be done in two ways
i) Qualitative Technique:
This approach is used for new product and used for long term forecasting. In this approach, there is no need for any data.
Opinion survey:
- In this method, opinions are collected from the customer, retailer and distributor regarding the demand pattern of the product.
Market trial:
- It is applied for new product and in this case, a product is introduced between a limited population in the form of a free sample.
- It is applied for low-cost products like toothpaste, chocolate, coldrinks etc.
Market research:
- In this method, the work of survey is assigned to an external marketing agency and the purpose of the research is to collect information regarding the demand of a product and the various factors which influence the demand like customer income, location, quality, quantity etc are required to get the forecast.
Delphi technique:
- This technique is used to make more realistic judgemental methods by minimizing bias.
- In this method, a panel of experts (including decision-makers, staff personnel, and respondents) is asked sequential questions.
- It is the step by step procedure and the final forecast is obtained by the common opinion of all the experts.
ii) Quantitative Technique:
This is used to forecast the demand for the existing product for short term
Here some previous data are given and based on that forecasting is done.
- Simple Moving Average Method
- Weighted Moving Average Method
- Simple Exponential Smoothing Method
- Trend Line Estimate or Linear Regression Method
Which of the following forecasting methods takes a fraction of forecast error into account for the next period forecast?
Answer (Detailed Solution Below)
Forecasting Question 14 Detailed Solution
Download Solution PDFExplanation:
Forecast error (ei) for a period is defined as the difference between actual and actual and forecasted demand.
ei = Actual demand - Forecast demand ⇒ Di - Fi
Exponential forecasting:
\({F_T} = {F_{T - 1}} + α ({D_{T - 1}} - {F_{T - 1}})\)
where
FT is the forecast for the next period
\(({D_{T - 1}} - {F_{T - 1}})\) is the forecast error and
α is the smoothing constant.
Thus exponential smoothing takes into account the forecast error of the previous period, for the forecast of the next period.
Additional Information
Simple Average Method:
In the simple moving average, we take the average of the past data points for future demand.
For 'n' period moving average forecast will be given by:
\({F_{n+1}} = \frac{{{D_1}\;+\;{D_2}\;+\;{D_3}\;+ \;{D_4}\;+\;\ldots \ldots \ldots \ldots \ldots \ldots \;+\;{D_n}}}{n}\)
Weighted Moving Average Method:
In weighted moving average, the highest weightage is given to recent data & it decreases for older data points.
For n period weighted moving average, weightage is as follows:
\(\frac{n}{{{\rm{\Sigma }}n}},\;\frac{{n - 1}}{{{\rm{\Sigma }}n}},\;\frac{{n - 2}}{{{\rm{\Sigma }}n}}, \;- - - - - - - ,\frac{1}{{{\rm{\Sigma }}n}}\)
\({F_{n+1}} = \left[ ({{w_{1}} \times {D_{1}})\;+\;({w_{2}\times {D_{2}}})\;+\;..........+\;({w_{n}} \times {D_{n}}})\right]\)
Sales data of a product is given in the following table:
Month |
January |
February |
March |
April |
May |
Number of units sold |
10 |
11 |
16 |
19 |
25 |
Regarding forecast for the month of June, which one of the following statements is TRUE?
Answer (Detailed Solution Below)
Forecasting Question 15 Detailed Solution
Download Solution PDFCalculation:
Given:
Month |
January |
February |
March |
April |
May |
Number of units sold |
10 |
11 |
16 |
19 |
25 |
- When the forecast value shows an increasing trend then the regression will forecast a higher value compared to the moving average.