Question
Grama One, which seeks to provide a ______________ of
government services under the same roof in rural areas, was ______________ in 12 districts by the Chief Minister on January 26. Directions (Q20- Q24): In the following questions, each sentence has two blanks. Choose the appropriate set of words for the blanks that best fits in the context of the sentence.Solution
‘a host of’ means ‘a large number of something’. The words ‘host’ and ‘launched’ are correct here. Grama One, which seeks to provide a host of government services under the same roof in rural areas, was launched in 12 districts by the Chief Minister on January 26.
What does $# represent in a shell script?
Which signal is sent by default when using kill without arguments?
What is the primary purpose of the "shebang" line `#!/bin/bash` at the beginning of a shell script?
Which symbol is used to make a script executable in Linux?
Which character is used to denote a single-line comment in a shell script?
What will be the output of the following script snippet?
Β Β for item in Apple Banana Cherry; do
Β echo $item
done
Which symbol is used to comment a single line in shell scripts?
How can you make a shell script executable?
Which of the following is the syntax for an `if` statement checking if a variable `NUM` is numerically equal to 5?
In shell scripting, which symbol is used to redirect the standard output to a file, overwriting its contents?