Question
Which of the following is the (last) sentence of the
passage? Five statements are given below, which are jumbled in any random order. These statements will form a coherent and meaningful paragraph, when arranged in the correct sequence. Arrange the sentences in the right order and answer the questions that follow. (a) Attending online classes cannot be avoided currently, so doctors suggest that children use laptops or desktops instead of mobile phones as the distance between eyes and bigger screens is more. (b) This means they are spending more time staring into mobile phones. (c) It has been almost a year and a half that children have been at home, and the idea of education or entertainment is centred around digital screens. (d) Exposure to sunlight for one to two hours a day including outdoor games, along with a healthy and well-balanced diet, is also recommended. (e) Citing this unprecedented situation, ophthalmologists say they are seeing an increase in cases of Myopia among children under 15 years since the COVID-19 pandemic broke out.Solution
The correct order of sentences is c, b, e, a and d Here, a cannot be the first sentence, since the problem needs to be discussed first. a is a solution to the problem. So, the first sentence of the passage is c . b follows c. e also follows c , but it is perfect to use e after b . a follows e because, in d, the word ‘also’ is mentioned, which states that a solution has already been said and in addition to that, this also is recommended. So, after a, d follows.
What is the output of the following Python code snippet?
  x = [1, 2, 3]
  y = x
  x.append(4)
  print(y)
What is the purpose of the subnet mask in IP addressing?
Which isolation level allows transactions to read uncommitted changes made by other transactions?
Which company originally developed the Go programming language?
Conditional statements are also known as ________ statements.
What issue does the “Count to Infinity” problem relate to in distance-vector protocols?
Running time T(n) where 'n' is the input size of the recursive algorithm given as : T(n) = c + T(n-1), if n > 1 ; T(n) = d if n < 1. The order of the a...
The normal distribution is also known as the:
In 16-bit 2’s complement representation, the decimal number -28 is
What is a cache memory?