Question
Which of the following is NOT a constitutional
body?Solution
The Reserve Bank of India (RBI) is not a constitutional body; it was established under the Reserve Bank of India Act, 1934. Other bodies like the Election Commission and Comptroller and Auditor-General are explicitly mentioned in the Constitution of India. Key Points: 1. Constitutional bodies are mentioned in the Constitution (e.g., Election Commission). 2. RBI operates as a statutory body for monetary policy. 3. The National Commission for Backward Classes became a constitutional body in 2018 (102nd Amendment). 4. CAG audits government expenditure under Article 148. 5. Constitutional bodies derive their powers directly from the Constitution. Bee Facts: • Election Commission (a): Constitutional body under Article 324. • National Commission for Backward Classes (b): Article 338B since 2018. • CAG (c): Constitutional body, guardian of public finance. • RBI (d): Statutory body, regulator of monetary policy.
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?