Question
During a reporting period, a company’s assets increase
by Rs. 80,000,000. Liabilities decrease by Rs. 20,000,000. Equity must therefore?Solution
According to the fundamental accounting equation, Assets = Liabilities + Equity. If the assets increase by Rs. 80,000,000 and liabilities decrease by Rs. 20,000,000, then the equation can be represented as: Assets (+ Rs. 80,000,000) = Liabilities (- Rs. 20,000,000) + Equity To solve for Equity, we can rearrange the equation as follows: Equity = Assets - Liabilities Equity = (Assets + Rs. 80,000,000) - (Liabilities - Rs. 20,000,000) Equity = Rs. 100,000,000 Therefore, equity must increase by Rs. 100,000,000 to balance the equation.
Which of the following algorithms is most commonly used in Operating Systems for deadlock prevention?
In C, which function is used to release dynamically allocated memory?
In C, what will be the output of the following code?
int a = 5;
printf("%d", a++);
Which Java keyword is used to inherit a class?
In C++, which feature allows hiding the internal details of a class?
- Which of the following is the primary benefit of Big Data analytics in decision-making?
Which of the following is used to declare a list in Python?
In Java, which method is used to start a thread?
Which Python keyword is used to handle exceptions?
In Python, which of the following is immutable?