SELECT * FROM question_mgmt as q WHERE id=10917 AND status=1 SELECT id,question_no,question,chapter FROM question_mgmt as q WHERE courseId=3 AND subId=20 AND chapterId=597 and ex_no='4' AND status=1 ORDER BY CAST(question_no AS UNSIGNED)

Question:

Explain the process of controlling with its steps.

Answer:

The controlling process consists of the following steps:

  • Setting standards: Establishing measurable performance standards in quantitative and qualitative terms, such as costs, time, and output.
  • Measurement of actual performance: Monitoring and measuring actual performance using various control techniques such as financial reports, audits, and performance reviews.
  • Comparison of actual performance with standards: Comparing the actual performance with set standards to identify deviations. If performance meets or exceeds standards, no corrective action is required.
  • Analyzing deviations: If deviations exist, it's essential to analyze their causes. Tools like management by exception help focus only on significant deviations.
  • Taking corrective action: Corrective actions are taken to align the actual performance with expected standards. This may involve revising plans or making strategic changes in resource allocation.


SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='3' AND subId='20' AND ex_no!=0 AND status=1 and id!=10917 ORDER BY views desc, last_viewed_on desc limit 0,10
SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='3' AND subId='20' AND ex_no!=0 AND status=1 and id!=10917 ORDER BY last_viewed_on desc limit 0,10

Comments

  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


Comment(s) on this Question