Question
When a marketer thinks that there is a demand for the
product in the market but in reality, there is isn’t, it is known as _______ demand.Solution
1. Trend projection Here data of past sales is used to project future sales. This is the simplest and most straightforward method of demand forecasting. 2. Market research This is based on data from customer surveys. Time and effort is required to prepare and send out surveys and tabulate data. 3. Sales force composite This method uses the experience of the sales team in a company. Feedback from the sales group is used to forecast customer demand. 4. Delphi method Demand forecasting experts from outside the firm are involved in this method. Several rounds of questionnaires are held which are to be responded anonymously until the group of forecasting experts comes to a consensus. 5. Econometric A mathematical formula is created to predict future customer demand. Here, statistical tools and economic theories are combined to estimate the economic variables and to forecast the intended variables.
Consider generating all permutations of the string "ABC" using a backtracking approach. Which of the following sequences represents a valid path in the ...
fill the blank for space 14.
A software developer is designing a banking application where each bank account object should restrict direct access to its balance variable to prevent ...
Which of the following is TRUE for PROM memories?
Complete the Java code to replace all occurrences of a specific word (case-insensitive) in a string.
public class RegexReplacer {
  pu...
Which is best fit for blank space 16?
Complete the insert_at_beginning function for a singly linked list. Assume Node has data and next attributes.
class Node:
  def __init...
Consider the following Java code:
public class LengthMix {
  public static void main(String[] args) {
    int[] numbers...
Which unit holds data temporarily and loses it when power is off?
Bourne-style shells uses which below symbol