SELECT * FROM question_mgmt as q WHERE id=4701 AND status=1 SELECT id,question_no,question,chapter FROM question_mgmt as q WHERE courseId=2 AND subId=11 AND chapterId=201 and ex_no='2' AND status=1 ORDER BY CAST(question_no AS UNSIGNED)

Question:

What are the different types of errors that are usually committed in recording business transactions?

Answer:

Keeping in view the nature of errors, all the errors can be classified into the following four categories :-

(i) Errors of Omission: The errors of omission are generally committed at the time of recording the transaction in the books of original entry or while posting to the ledger. This can further be classified in two different categories

(a) Error of complete omission
(b) Error of partial omission

When a transaction is completely omitted from recording in the books of original record, it is an error of complete omission and when the recording of transaction is partly omitted from the books, it is an error of partial omission.

(ii) Errors of Commission: These are the errors which are committed due to wrong posting of transactions, wrong totaling or balancing of the accounts, wrong casting of the subsidiary books or wrong recording of amount in the books of original entry etc.

(iii) Errors of Principle: Accounting entries are recorded as per the generally accepted accounting principles. If any of these principles are violated or ignored, errors resulting from such violation are known as errors of principle. An error of principle may occur due to incorrect classification of expenditure or receipt between capital and revenue. This is very important because it will have an impact on financial statements. It may lead to under/over stating of income or assets or liabilities etc.

(iv) Compensating Errors: When two or more errors are committed in such a way that the net effect of these errors on the debits and credits of accounts is nil, such errors are called compensating errors.


SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='2' AND subId='11' AND ex_no!=0 AND status=1 and id!=4701 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='2' AND subId='11' AND ex_no!=0 AND status=1 and id!=4701 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