Question
Consider the following statements: 1. Money
Bill can be introduced in any House of Parliament. 2. If any question arises whether a bill is a Money Bill or not, the decision of the Chairman of the Public Accounts Committee is final. 3. Vote of Credit enables a grant to be approved by the Parliament in advance of the detailed examination of various demands presented to it. Which of the statements given above is/are correct?Solution
• The Constitution lays down a special procedure for the passing of money bills in the Parliament. - A money bill can only be introduced in the Lok Sabha and that too on the recommendation of the President. Thus, statement 1 is not correct. • If any question arises whether a bill is a money bill or not, the decision of the Speaker of the Lok Sabha is final. - His decision in this regard cannot be questioned in any court of law or in the either House of Parliament or even by the President. Thus, statement 2 is not correct. • Vote of Credit is granted for meeting an unexpected demand upon the resources of India, when on account of the magnitude or the indefinite character of the service, the demand cannot be stated with the details ordinarily given in a budget. Thus statement 3 is not correct.
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?