Question
Which of the following act is not administered by RBI?
Solution
Acts administered by Reserve Bank of India •Reserve Bank of India Act, 1934 •Public Debt Act, 1944/Government Securities Act, 2006 •Government Securities Regulations, 2007 •Banking Regulation Act, 1949 •Foreign Exchange Management Act, 1999 •Securitisation and Reconstruction of Financial Assets and Enforcement of Security Interest Act, 2002 (Chapter II) •Credit Information Companies(Regulation) Act, 2005 •Payment and Settlement Systems Act, 2007 •Payment and Settlement Systems Regulations, 2008 and Amended up to 2011 and BPSS Regulations, 2008 •The Payment and Settlement Systems (Amendment) Act, 2015 - No. 18 of 2015 •Factoring Regulation Act, 2011
Which company originally developed the Go programming language?
Which of the following synchronization mechanisms is known for its "wait" and "notify" operations?
What does the "Projection" operation in relational algebra do?
Which of the following assigns IP addresses dynamically?
calculate the complexity of the below recursive code
Int f(int n)
{
If(n
return 1;
return f(n/2)+f(n/2);
}
What is a deadlock in a computer system?
Divide and conquer partition a problem into independent smaller sub problems, whereas dynamic programming partition a problem into overlapping sub-probl...
What is the purpose of virtual memory?
What is a "page fault" in the context of virtual memory?
Which component is responsible for translating virtual addresses to physical addresses?