Question
A monetary policy tool that allows a window for banks
to borrow from the RBI in an emergency situation when inter-bank liquidity finishes is called-ÂSolution
Liquidity adjustments facility (LAF) -Banks borrow money through repurchase agreements for adjusting the day to day mismatches in liquidity Marginal standing facility (MSF): It’s a window for banks to borrow from the RBI in an emergency situation when inter-bank liquidity finishes. Market Stabilization scheme (MSS): Securities that are issued for providing a stock of securities to the RBI to intervene in the market for managing liquidity. Repo rate: The rate at which the RBI lends money to banks in the event of any shortfall of funds with banks. Reverse Repo Rate: The rate at which the RBI borrows money from commercial banks. This is used to reduce the money supply in market
Which of these is used for resolving operator precedence in parsing?
Which of the following grammars is suitable for top-down parsing?
Which memory allocation strategy is used for global variables and static variables, where memory is allocated once at compile time and remains throughou...
Which of the following algorithms is specifically designed to minimize the average time a process spends waiting before execution in a CPU scheduling co...
What will be the output of the following C code?
#include
int main() {
int i;
for (i = 0; i < 5; i++) {
<...An S-attributed SDD (Syntax-Directed Definition) is one where:
A "shift-reduce" parser is a type of:
Multithreading an interactive program will increase responsiveness to the user by ___________
The process of grouping characters into meaningful units (tokens) is performed by the:
Which optimization is performed after intermediate code generation?