Question
Which of the following is NOT enumerated as a factor
that vitiates "free consent" under Section 14of the Indian Contract Act, 1872?ÂSolution
Section 14 defines "free consent" as consent not caused by: (1) coercion (Section 15); (2) undue influence (Section 16); (3) fraud (Section 17); (4) misrepresentation (Section 18); or (5) mistake (Sections 20-22). Notably, mere inadvertence, lack of business acumen, or poor judgment on the part of a party does not vitiate consent. The law assumes that parties are capable of looking after their own interests and will not be protected from unequal bargains based merely on lack of understanding or poor decision-making. In Suraj Mal v. Gian Dyal (AIR 1963 Delhi 309), the court held that merely because one party was ignorant or careless in entering into a contract does not render the consent non-free, provided there was no fraudulent or unlawful inducement.
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?