Question
Mr. A draws a bill of exchange for ₹1,00,000 on Mr. B
for 90 days. Mr. B accepts it and it is discounted by Mr. A from the bank. On maturity, Mr. B fails to pay. Who bears the financial loss, and how is the accounting entry passed?Solution
On dishonour, the drawer reinstates the receivable. Entry: Mr. B A/c Dr. To Bank A/c → Mr. A bears the financial loss until recovery.
Which algorithm is used in game playing for decision making?
Which of the following is a characteristic of "tight coupling" between software modules?
A greedy algorithm is used to make change for a given amount using a set of coin denominations. For denominations {1, 5, 10, 25} and an amount of 30, it...
In Kubernetes, which storage type remains available even if the pod is deleted and recreated on a different node?
To exit from a loop in shell we can use?
In C++, how is abstraction primarily achieved when defining a class that cannot be instantiated directly but serves as a blueprint for derived classes?
Complete the is_empty method for a stack implemented using a Python list.
class Stack:
def __init__(self):
self._...
Which of the following is a disadvantage of a static (array-based) queue compared to a dynamic (linked list-based) queue?
What is the purpose of the fork() system call in Unix-based operating systems?
Which component is responsible for managing virtualization in a cloud environment?