5 exercises — practise formal purpose connectors "so as to" and "in order to".
0 / 22 completed
1 / 22
Which sentence correctly uses "in order to" to express the purpose of a refactor in a design proposal?
"We propose splitting the monolith in order to scale each service independently" correctly uses "in order to + bare infinitive" to express formal purpose. Option B is missing the required "to" before the infinitive. Option C incorrectly follows "in order to" with a gerund instead of the bare infinitive. Option D scrambles the word order of the fixed phrase "in order to".
2 / 22
Which sentence correctly uses "so as to" to express purpose while avoiding ambiguity with "so that"?
"The retry logic backs off exponentially so as to avoid overwhelming the downstream service" correctly uses the full three-word connector "so as to" before the bare infinitive. Option B drops "as", which is not a valid shortening of this fixed phrase. Option C reverses the word order to "as so to", which is ungrammatical. Option D drops the required "to" before the infinitive.
3 / 22
Which sentence correctly uses a bare infinitive of purpose as the more concise, less formal alternative to "in order to"?
"We cache the response to reduce database load during peak traffic" correctly uses the bare infinitive of purpose "to reduce", the most common and least formal way to express purpose in technical writing. Option B incorrectly uses "for" before the bare verb. Option C incorrectly uses a gerund after "to". Option D drops the required "to" from "in order to", leaving an incomplete connector.
4 / 22
Which sentence correctly negates purpose using "in order not to" rather than the informal "so as not to" in a formal specification?
"The scheduler throttles background jobs in order not to starve foreground requests" places "not" between "order" and "to", which is the standard negative pattern for this formal purpose connector. Option B places "not" after "to" instead, which is non-standard for "in order to". Option C places "not" at the front, changing the meaning to negate the whole clause rather than the purpose. Option D drops the required "to" before the bare verb.
5 / 22
Which sentence correctly chooses between "so as to" and "in order to" for a formal compliance document, keeping both instances grammatical?
"The system logs are encrypted at rest so as to satisfy the audit requirement, and access is restricted in order to limit exposure" correctly forms both fixed purpose connectors in full, each followed by a bare infinitive. Options B, C, and D each drop or reorder words within "so as to" and "in order to", producing ungrammatical fragments.
6 / 22
Code Review Comment: 'I've implemented the new caching layer cache.get()so as to reduce database load.' Is this phrasing appropriate for a formal code review comment?
'So as to' is grammatically correct but often considered too formal or verbose in code review comments. 'In order to' provides a slightly smoother flow when stating purpose, particularly for technical documentation. 'So that' is also acceptable and more common in this scenario. Using 'so as to' here feels unnecessarily elaborate.
7 / 22
Slack Message: 'We need to refactor the authentication module auth.verify() in order not to expose API keys.' Should Alex respond with:
The core of this question tests understanding of 'in order not to'. Using 'so as to' would be redundant and less direct. The correct phrasing clearly states the purpose – to avoid a negative outcome. It highlights the importance of avoiding API key exposure.
8 / 22
PR Description: 'This change will update the user profile data structure user.update() so as to align with GDPR compliance.' Which of the following best describes the purpose of this statement?
While 'so as to' isn't *incorrect*, it can sometimes obscure the direct statement of purpose. The PR description should concisely state *why* the change is being made – in this case, aligning with GDPR compliance. Using 'in order to' would have been clearer and more direct.
9 / 22
Formal Specification: 'The system shall process payments payment.process() in order to ensure accurate transaction records.' Which of the following best represents a correct grammatical usage for this specification?
'In order to' is standard for expressing purpose within formal specifications. 'So as to' and 'so that' are less precise and can introduce ambiguity when detailing requirements. The goal of a formal specification is clarity and precision – 'in order to' achieves this best.
10 / 22
Code Review Comment: 'I've implemented the new caching layer cache.get()so as to reduce database load.' Is this phrasing appropriate for a formal code review comment?
'So as to' is grammatically correct but often considered too formal or verbose in code review comments. 'In order to' provides a slightly smoother flow when stating purpose, particularly for technical documentation. 'So that' is also acceptable and more common in this scenario. Using 'so as to' here feels unnecessarily elaborate.
11 / 22
Slack Message: 'We need to refactor the authentication module auth.verify() in order not to expose API keys.' Should Alex respond with:
The core of this question tests understanding of 'in order not to'. Using 'so as to' would be redundant and less direct. The correct phrasing clearly states the purpose – to avoid a negative outcome. It highlights the importance of avoiding API key exposure.
12 / 22
PR Description: 'This change will update the user profile data structure user.update() so as to align with GDPR compliance.' Which of the following best describes the purpose of this statement?
While 'so as to' isn't *incorrect*, it can sometimes obscure the direct statement of purpose. The PR description should concisely state *why* the change is being made – in this case, aligning with GDPR compliance. Using 'in order to' would have been clearer and more direct.
13 / 22
Formal Specification: 'The system shall process payments payment.process() in order to ensure accurate transaction records.' Which of the following best represents a correct grammatical usage for this specification?
'In order to' is standard for expressing purpose within formal specifications. 'So as to' and 'so that' are less precise and can introduce ambiguity when detailing requirements. The goal of a formal specification is clarity and precision – 'in order to' achieves this best.
14 / 22
Code Review Comment: 'I've implemented the new caching layer cache.get()so as to reduce database load.' Is this phrasing appropriate for a formal code review comment?
'So as to' is grammatically correct but often considered too formal or verbose in code review comments. 'In order to' provides a slightly smoother flow when stating purpose, particularly for technical documentation. 'So that' is also acceptable and more common in this scenario. Using 'so as to' here feels unnecessarily elaborate.
15 / 22
Slack Message: 'We need to refactor the authentication module auth.verify() in order not to expose API keys.' Should Alex respond with:
The core of this question tests understanding of 'in order not to'. Using 'so as to' would be redundant and less direct. The correct phrasing clearly states the purpose – to avoid a negative outcome. It highlights the importance of avoiding API key exposure.
16 / 22
PR Description: 'This change will update the user profile data structure user.update() so as to align with GDPR compliance.' Which of the following best describes the purpose of this statement?
While 'so as to' isn't *incorrect*, it can sometimes obscure the direct statement of purpose. The PR description should concisely state *why* the change is being made – in this case, aligning with GDPR compliance. Using 'in order to' would have been clearer and more direct.
17 / 22
Formal Specification: 'The system shall process payments payment.process() in order to ensure accurate transaction records.' Which of the following best represents a correct grammatical usage for this specification?
'In order to' is standard for expressing purpose within formal specifications. 'So as to' and 'so that' are less precise and can introduce ambiguity when detailing requirements. The goal of a formal specification is clarity and precision – 'in order to' achieves this best.
18 / 22
David writes in a Slack channel: 'We need to update the database schema db.migrate() in order not to cause data corruption.' Which of the following best conveys David's message with greater precision for a critical system change notification?
While 'so as not to' is an alternative, 'in order not to' is more common in formal documentation and communication when explicitly stating a preventative action. The key here is the emphasis on avoiding a *negative outcome* (data corruption) – this aligns better with a critical system update notification than simply avoiding something.
19 / 22
Ben writes a formal system specification: 'The application shall validate user input form.validate() in order to prevent security vulnerabilities.' Which sentence correctly demonstrates the appropriate use of 'in order to' within this context?
'In order to' is perfectly suited for specifying the *purpose* or objective of a system component. Here, it clearly states that input validation's purpose is preventing security vulnerabilities. Using 'so as to' would be less direct and potentially ambiguous about the desired outcome.
20 / 22
In a Slack channel discussing performance optimization, Emily writes: 'We need to implement the caching strategy cacheData() in order not to overload the database.' Which of the following best explains the intended meaning of this statement?
When using 'in order not to', you're stating a desired outcome or preventing something from happening. Emily intends that the caching strategy will *avoid* overloading the database – i.e., reduce the load. This aligns perfectly with the purpose of caching.
21 / 22
Sarah writes in a PR description: 'This change will optimize the API endpoint user.get() so as to improve response times.' Is this phrasing suitable for documenting a code change?
'So as to' is generally acceptable in informal contexts or when aiming for a slightly less formal tone. However, in PR descriptions and specifications, 'in order to' offers greater clarity and precision, explicitly stating the intention behind the code modification. Using 'so as to' can be misinterpreted – it's better to directly state the desired outcome.
22 / 22
Mark sends a Slack message: 'We need to update the logging system log.write() in order to track user activity effectively.' Which of the following best represents the most professional way for Mark to phrase this request?
'So as to' can sound slightly conversational. 'In order to' is standard formal language for specifying a purpose or intention within technical documentation and communication. It clearly indicates the desired outcome of updating the logging system – effective tracking of user activity.
What will I practise in ""So As To" vs "In Order To" for Formal Purpose — IT Grammar Exercise"?
Practise choosing between "so as to", "in order to", and the bare infinitive of purpose in design proposals, specifications, and compliance documents, with
How many exercises are in this module?
This module has 22 multiple-choice exercises, each with instant feedback and a full explanation of the correct answer.
Is this exercise free to use?
Yes. Every exercise on CoderSlingo, including this one, is free to use with no account, sign-up, or paywall.
Do I need to create an account to do these exercises?
No account is required. Just click an option to answer — your score for this session is tracked automatically in the progress bar above.
What happens if I choose the wrong answer?
You'll immediately see which answer was correct, plus a full explanation covering the grammar rule and reasoning behind it — mistakes are where most of the learning happens.
Can I retry the exercises if I want a higher score?
Yes — use the "Try again" button on the results screen to reset and go through all the questions again.
Is my progress saved if I close the page?
No. Progress is tracked only for your current visit; reloading or leaving the page resets the counter. This keeps the exercise simple and account-free.
Where can I find more Grammar exercises?
Browse the full Grammar hub for related drills, or check the "Next up" link below to continue with a connected topic.
How is this different from reading an article on the same topic?
Articles explain grammar rules in prose; this exercise tests and reinforces those rules through active recall with immediate feedback — the two work best together.
Who writes these exercises?
Every exercise is written by the CoderSlingo team, drawing on real workplace English used in IT roles, then reviewed for accuracy and clarity.