Question
Which of the following most accurately defines "general
insurance business" as per the Insurance Act?Solution
Section 2 Definitions: (6B) general insurance business means fire, marine or miscellaneous insurance business, whether carried on singly or in combination with one or more of them.
What is the purpose of the `
Below code will give what result for f(3)
f(int x)
{
If(x
Return;
f(x-1);
printf(“%d”, x);
f(n-1);
}
F={PR`` ST, PSU`` QR} which of the following is trivial functional dependency in F closure?
What is the main drawback of using large batch sizes in mini-batch gradient descent during training?
Which key is used for decryption in public key cryptography?
In dynamic programming, what is memoization?
What is the primary purpose of RAID (Redundant Array of Independent Disks) technology?
What is the purpose of a "Deadlock Prevention" strategy in a DBMS locking protocol?
The class NP-complete includes problems that are:
Which complexity class represents problems that can be solved in polynomial time?