From the following which is correct about RBI:
i. RBI was set up based on the recommendation of “Royal Commission on Indian Currency & Finance” in 1926. This commission was also known as Hilton Young Commission.
ii. RBI is fully owned by the Government of India.
iii. Burma (Myanmar) seceded from the Indian Union in 1937 but the Reserve Bank continued to act as the Central Bank for Burma till April 1947.
The correct answer is E
In a DBMS using a "Strict Two-Phase Locking" protocol, when is a transaction allowed to release its locks?
Which of the following is NOT a common use of PHP?
Which statement is true about nested try-catch blocks?
Which logic gate has an output of 1 only when all inputs are 1?
What is the purpose of the control unit in the CPU?
Divide and conquer partition a problem into independent smaller sub problems, whereas dynamic programming partition a problem into overlapping sub-probl...
Join of two table R and S where each has “m” and “n” tuples will be of size?
What is the term for the process of transferring data between physical memory and secondary storage in virtual memory systems?
Which extension is for executable/installation files?
Running time T(n) where 'n' is the input size of the recursive algorithm given as : T(n) = c + T(n-1), if n > 1 ; T(n) = d if n < 1. The order of the a...