Question
Which of the following is the first sentence after
rearrangement? Directions : A set of five statements is given below, which when properly sequenced, form a coherent paragraph. Read the set of statements and answer the questions that follow. A. It quickly became popular, not only because Google email accounts were so widespread already, but also because it allows multiple users to collaborate and edit simultaneously. B. Google Docs was launched in October 2012. C. But it has always been used for purposes beyond simple word processing. D. Teens have long used Google Docs as a way of exchanging notes during dull lectures, for example. E. Finally Microsoft Word, the incumbent, had a real rival.Solution
The correct order is BACDE. 'B' is the introductory sentence as it introduces the subject 'Google docs'. 'A' talks about what happened after the launch of Google Docs and what was the users' response toward it (clues can be taken from 'it' in sentence 'A', which refers to 'google docs' mentioned in 'B'). Sentence C which throws light upon other features of google docs will follow next in the sequence as it builds upon the premise given in B & A; sentence D, which gives us an example of additional purposes (discussed in C) will follow next. Sentence E concludes the passage by stating how these features of google docs was a competition to Microsoft Word, which till then was the lone holder of the market. After rearrangement, 'B' is the first sentence.
Which of the following integrity constraints ensures that every non-null foreign key value must reference an existing primary key value in another tabl...
Hashing is used for:
The amortized cost of appending an element at the end of a dynamic array is:
Consider the following stack operations. What will be the content of the stack after executing all the operations?
Stackstack = new Stack... Which of the following is NOT among the OWASP Top 10 Web Security Risks?
In Python, what will be the output of the following code snippet, considering scope rules?
x = 5
In asymmetric encryption, which of the following statements is correct?
Which algorithm constructs a suffix tree in linear time?
What is the primary purpose of a B+ Tree in a database management system?
Which sorting algorithm has O(n log n) average case?