Question
With reference to the President of India, consider the
following statements: 1. The President can seek an advisory opinion from the Supreme Court under Article 143, but it is not binding. 2. The President can promulgate ordinances under Article 123, but such ordinances must be laid before Parliament within six weeks of its reassembly. 3. The President can suspend Fundamental Rights during a national emergency under Article 356. Which of the above statements is/are correct?Solution
• Article 143 allows the President to seek an advisory opinion from the Supreme Court, but it is not binding. • Article 123 grants the President the power to promulgate ordinances, which must be approved by Parliament within six weeks of reassembly. • Article 356 deals with President's Rule, not suspension of Fundamental Rights. Fundamental Rights can be suspended under Article 359 during a National Emergency.
What is the primary output of the lexical analysis phase of a compiler?
What is a primary advantage of generating intermediate code during compilation?
Which parsing method uses a stack and an input buffer?
Which phase of a compiler is responsible for creating a stream of tokens from the input source code?
If an expression `x = a + b` is computed, and later in the same basic block, `y = a + b` is computed, a compiler can apply which optimization?
Which of these is used for resolving operator precedence in parsing?
Which data structure is commonly used in the implementation of recursive descent parsing?
What is the purpose of Normalization in database design? Â Â Â Â Â
Which parsing technique is a top-down parser that cannot handle left recursion and requires the grammar to be free of common prefixes?
A "parser" is primarily responsible for which phase of compilation?