Question
Consider the following statements regarding instruments
of Monetary Policy: I. The Repo rate is the interest rate at which the Reserve Bank provides overnight liquidity to banks. II. The Bank rate is the rate at which the RBI is ready to buy or rediscount bills of exchange or other commercial papers. III. The Cash Reserve Ratio is the average daily balance that a bank is required to maintain with the RBI as a share of such percent of its Net Demand and Time Liabilities (NDTL). Which of the statements given above is/are correct?Solution
Statement I is correct- The Repo rate is the interest rate at which the Reserve Bank provides overnight liquidity to banks against the collateral of government and other approved securities under the liquidity adjustment facility (LAF), Statement II is correct - Bank rate is the rate at which the RBI is ready to buy or rediscount bills of exchange or other commercial papers. The Bank Rate is published under Section 49 of the RBI Act, 1934. Statement III is correct - Cahs reserve ratio is the average daily balance that a bank is required to maintain with the Reserve Bank as a share of such per cent of its Net demand and time liabilities (NDTL) that the Reserve Bank may notify from time to time in the Gazette of India.
Which of the following best represents the concept of polymorphism in Object-Oriented Programming?Â
What does Cyclomatic Complexity measure in software engineering?
A Python function get_element(arr, index) is supposed to return the element at a given index.
def get_element(arr, index):
  # Assume ...
The order of convergence of Newton-Raphson method is:
Consider the following C++ code:
#include
class Base {
public:
  Base() {
    std::cout << "Ba...
Consider the following Java code:
public class LengthMix {
  public static void main(String[] args) {
    int[] numbers...
Which of the following statements accurately describes the object-oriented programming (OOP) support in Java and C?
Which of the following algorithms is a classic example of the Divide and Conquer paradigm?
What were the early operating systems commonly known as, and what was their primary function?
Average waiting time of all process?