"I put the brown paper in my pocket along with the chalks, and possibly other things. I suppose every one must have reflected how primeval and how poetical are the things that one carries in one's pocket: the pocket-knife, for instance the type of all human tools, the infant of the sword. Once I planned to write a book of poems entirely about the things in my pocket. But I found it would be too long: and the age of the great epics is past."
– (From G.K. Chesterton's “A Piece of Chalk")
Based only on the information provided in the above passage, which one of the following statements is true?
✅ Final Answer:
The correct answer is option (C) The pocket-knife is described as the infant of the sword.
🔹 Short Answer:
The statement in option (C) is the only one that is directly and explicitly supported by the text. The passage states, "...the pocket-knife, for instance the type of all human tools, the infant of the sword." The other options are either misinterpretations of the text or inferences that are not directly stated.
🔸 Long Answer:
This is a reading comprehension question that requires careful analysis of the provided text to identify the single statement that is factually true according to the passage alone.
Analysis of Each Option:
(A) The author of the passage carries a mirror in his pocket to reflect upon things.
This is a misinterpretation. The passage says, "I suppose every one must have reflected how primeval and how poetical are the things that one carries...". Here, "reflected" means to think deeply or ponder. It does not imply the use of a physical mirror. The passage does not mention a mirror. Thus, this statement is false.
(B) The author of the passage had decided to write a poem on epics.
This is incorrect. The author states, "Once I planned to write a book of poems entirely about the things in my pocket." His subject was the mundane items he carried. He mentions epics later as a comparison to explain why his book project was too ambitious ("too long"), because "the age of the great epics is past." He did not plan to write *on* epics. This statement is false.
(C) The pocket-knife is described as the infant of the sword.
This is directly from the text. The author describes the pocket-knife as "...the type of all human tools, the infant of the sword." Since this is an exact quote from the passage, this statement is undeniably true.
(D) Epics are described as too inconvenient to write.
This is an inference, and not a precise one. The passage says, "...the age of the great epics is past." This suggests that such works are no longer in style or are considered anachronistic. While this might imply they are "inconvenient" in some sense, the text doesn't explicitly state this. More importantly, when one option (C) is a direct, verifiable fact from the text, it is a much stronger and more correct answer than an interpretation like (D). This statement is not directly supported and is therefore considered false in the context of the question.
Conclusion
The only statement that can be verified directly from the given passage is (C). In reading comprehension, it is crucial to distinguish between what is explicitly stated and what is merely inferred, and to prioritize the former.
Bibliography:
- Chesterton, G. K. (1909). Tremendous Trifles. "A Piece of Chalk".
- Wren, P. C., & Martin, H. (2017). High School English Grammar and Composition. S. Chand Publishing. (Chapter on Comprehension).
Ask your doubts in comment form our GURUJEE will reply ASAP, click notify me button so that you get notified on reply.
Get link
Facebook
X
Pinterest
Email
Other Apps
Comments
Popular posts from this blog
GATE 2025 CS/IT Question 1 GATE2025_CS1_Q1 Question: Ravi had ____ younger brother who taught at ____ university. He was widely regarded as ____ honorable man. Select the option with the correct sequence of articles to fill in the blanks. A. a; a; an B. the; an; a C. a; an; a D. an; an; a 👁️ View Full Answer ✅ Final Answer: The correct sequence of articles is (a; a; an) , which corresponds to option (A) . 🔹 Short Answer: The selection of the indefinite article ('a' or 'an') is based on the initial sound of the word that follows. 'a' is used before consonant sounds, and 'an' is used before vowel sounds. 1. " a younger brother" - 'younger' starts with a consonant sound (/j/). 2. " a university" - 'university' starts with a consonant sound (/juː/). 3. " an honorable man"...
GATE 2025 CS/IT Question 64 GATE2025_CS1_Q64 The maximum value of x such that the edge between the nodes B and C is included in every minimum spanning tree of the given graph is ______. (answer in integer) Check Answer 👁️ View Full Answer ✅ Final Answer: The correct answer is 5 . 🔹 Short Answer: For edge (B,C) to be in *every* MST, its weight 'x' must be strictly less than the bottleneck (heaviest edge) of any alternative path between B and C. The alternative paths and their bottlenecks are: B-A-C (bottleneck 7), B-D-C (bottleneck 8), and B-D-A-C (bottleneck 6). To satisfy all conditions, 'x' must be less than the minimum of these bottlenecks, so `x 🔸 Long Answer: Graph for MST Question A B C D 7 6 x ...
GATE 2025 CS/IT Question 65 GATE2025_CS1_Q65 In a double hashing scheme, h₁(k) = k mod 11 and h₂(k) = 1 + (k mod 7) are the auxiliary hash functions. The size m of the hash table is 11. The hash function for the i-th probe in the open address table is [h₁(k) + i h₂(k)] mod m. The following keys are inserted in the given order: 63, 50, 25, 79, 67, 24. The slot at which key 24 gets stored is ______. (Answer in integer) Check Answer 👁️ View Full Answer ✅ Final Answer: The correct answer is 10 . 🔹 Short Answer: To find the slot for key 24, we calculate its hash values: h₁(24) = 24 mod 11 = 2 and h₂(24) = 1 + (24 mod 7) = 1 + 3 = 4. We then probe the hash table. Probe 0: `(2 + 0*4) mod 11 = 2` (collision). Probe 1: `(2 + 1*4) mod 11 = 6` (collision). Probe 2: `(2 + 2*4) mod 11 = 10` (empty). Key 24 is placed in slot 10. 🔸 Long Answer: This problem requi...
Comments
Post a Comment
Ask you doubt here