Question
Which one of the following is the correct statement?
The term of Lok Sabha can be extended by the Parliament for a periodSolution
• The Lok Sabha is not a continuing chamber. Its normal term is five years from the date of its first meeting after the general elections, after which it automatically dissolves. - The term of the Lok Sabha can be extended during the period of national emergency be a law of Parliament for one year at a time for any length of time. - However, this extension cannot continue beyond a period of six months after the emergency has ceased to operate.
Which character is used to denote a single-line comment in a shell script?
What is the primary purpose of the "shebang" line `#!/bin/bash` at the beginning of a shell script?
Which command is used to display all currently running processes in Linux?
Which command is used to display the contents of a file in Linux?
Which symbol is used for logical AND in shell scripting?
Which symbol is used in shell scripting to reference a positional parameter, e.g., the first argument passed to a script?
Which operator enables process substitution in bash (e.g., diff <(cmd1) <(cmd2))?
How do you check the exit status of the last executed command in a shell?
Which command is used to read user input from the keyboard and store it in a variable?
Which command is used to read user input from the keyboard and store it in a variable?