Question
Traditionally the internet slows down to a trickle,
since everybody who are not on the street is likely to be online. Directions: In each question below, a sentence is given with a part of it printed in bold type. That part may contain a grammatical error. Each sentence is followed by phrases (A), (B), (C) and (D). Find out which phrase should replace the phrase given in bold to correct the error, if there is any, and to make the sentence grammatically meaningful and correct. If the sentence is correct as it is and ‘No correction is required’ , mark (E) as the answer.Solution
The words and phrases "each," "each one," "either," "neither," "everyone," "everybody," "anyone," "anybody," "nobody," "somebody," "someone," and "no one" are singular and require a singular verb. So, instead of ‘are’, ‘is’ should be used. Traditionally the internet slows down to a trickle, since everybody who is not on the street is likely to be online.
In shell scripting, how do you assign the string "Hello World" to a variable named `MESSAGE`?
What does $# represent in a shell script?
Extended globbing in bash allows:
In Bash, which syntax is used for arithmetic expansion?
Which symbol is used for logical AND in shell scripting?
What does $# represent in a shell script?
Which command is used to find the number of lines, words, and characters in a file?
Which command safely iterates over filenames that may contain spaces and newlines in a shell script?
Which command is used to display the current working directory in a Unix-like operating system?
Which command is used to display the contents of a file in Linux?