Question
When is a Suspense Account
opened?Solution
A Suspense Account is typically opened when there are discrepancies or errors in the accounting records that prevent the immediate and accurate posting of a transaction. It acts as a temporary placeholder to hold the difference until the correct information is available or the discrepancy is resolved. Suspense Accounts are usually used in the following situations: Β Accounting Errors: When errors are detected in the accounting entries, but the exact correction is not immediately evident, a Suspense Account is used to hold the difference until the error can be identified and rectified. Timing Differences: In some cases, transactions may occur near the end of an accounting period, and the necessary information to record them accurately may not be available in time. In such situations, a Suspense Account is used temporarily until the correct data is received. Missing Information: If there is missing information required to complete an accounting entry, a Suspense Account is used to hold the partial entry until the missing information is obtained. Bank Reconciliation: When a bank reconciliation is performed, and there are discrepancies between the company's records and the bank statement, a Suspense Account may be used to temporarily hold the difference until the reconciliation is completed. Once the discrepancies or errors are identified and resolved, the amounts in the Suspense Account are transferred to their appropriate accounts, and the Suspense Account balance becomes zero. It is important to investigate and clear Suspense Accounts regularly to ensure accurate financial reporting.
Which command is used to remove all records from a table without deleting the table structure?
Which of the following is the correct definition of 'polymorphism' in Object-Oriented Programming?
The result of a Cartesian product of two relations R and S will have:
What is 'inheritance' in Object-Oriented Programming?
Which SQL keyword is used to sort the result set?
What is early binding in the context of OOP?
Which of the following prevents inheritance in C++?
Which of the following statements about abstract classes is true?
In C++, if a base class has a virtual function, and a derived class overrides that function, which mechanism ensures that the correct derived class func...
A primary key in a table: