Question
In each of the following questions, a word has been
given followed by three sentences. Identify the sentence(s) in which the word is used correctly (grammatically and contextually). Choose the correct answer based on the following sentences using the word " sustain ": (I) The company’s ability to sustain its market share despite economic downturns is a testament to its strong leadership and innovative strategies. (II) The athlete struggled to sustain his performance throughout the race, but his perseverance helped him finish strong. (III) The doctor was pleased to see that the patient’s condition was improving and that she could sustain the prescribed treatment plan without complications.Solution
"Sustain" means to maintain or continue something over a period of time, especially when it requires effort, support, or resilience. It can also mean to endure or support in challenging situations. (I) "The company’s ability to sustain its market share despite economic downturns is a testament to its strong leadership and innovative strategies."--Correct usage Here, "sustain" is used to describe the company’s ability to maintain or keep its market share over time, even during challenging conditions. (II) "The athlete struggled to sustain his performance throughout the race, but his perseverance helped him finish strong."--Correct usage In this sentence, "sustain" refers to the ability to maintain a level of performance over a long period. (III) "The doctor was pleased to see that the patient’s condition was improving and that she could sustain the prescribed treatment plan without complications." -- Correct usage Here, "sustain" is used to show that the patient can continue following the prescribed treatment without any issues, meaning that the patient can endure or maintain the treatment regimen.
Which command is used to display the current working directory in a Unix-like operating system?
Which symbol is used for logical AND in shell scripting?
Which character is used to denote a single-line comment in a shell script?
OLAP is primarily used for:
In bash, what does trap 'echo Exit' EXIT do?
Which command safely iterates over filenames that may contain spaces and newlines in a shell script?
In shell scripting, which operator is used for string comparison?
Which symbol is used to make a script executable in Linux?
Which symbol is used for variable substitution in shell scripting?
If a program needs to read data from a file, which system call would it typically use?