Skip to main content

Useful Words and Phrases for Top-Notch Essays

General explaining

Let’s start by looking at language for general explanations of complex points.

1. In order to

Usage: “In order to” can be used to introduce an explanation for the purpose of an argument.
Example: “In order to understand X, we need first to understand Y.”

2. In other words

Usage: Use “in other words” when you want to express something in a different way (more simply), to make it easier to understand, or to emphasise or expand on a point.
Example: “Frogs are amphibians. In other words, they live on the land and in the water.”

3. To put it another way

Usage: This phrase is another way of saying “in other words”, and can be used in particularly complex points, when you feel that an alternative way of wording a problem may help the reader achieve a better understanding of its significance.
Example: “Plants rely on photosynthesis. To put it another way, they will die without the sun.”

4. That is to say

Usage: “That is” and “that is to say” can be used to add further detail to your explanation, or to be more precise.
Example: “Whales are mammals. That is to say, they must breathe air.”

5. To that end

Usage: Use “to that end” or “to this end” in a similar way to “in order to” or “so”.
Example: “Zoologists have long sought to understand how animals communicate with each other. To that end, a new study has been launched that looks at elephant sounds and their possible meanings.”


Adding additional information to support a point

Students often make the mistake of using synonyms of “and” each time they want to add further information in support of a point they’re making, or to build an argument. Here are some cleverer ways of doing this.

6. Moreover

Usage: Employ “moreover” at the start of a sentence to add extra information in support of a point you’re making.
Example: “Moreover, the results of a recent piece of research provide compelling evidence in support of…”

7. Furthermore

Usage:This is also generally used at the start of a sentence, to add extra information.
Example: “Furthermore, there is evidence to suggest that…”

8. What’s more

Usage: This is used in the same way as “moreover” and “furthermore”.
Example: “What’s more, this isn’t the only evidence that supports this hypothesis.”

9. Likewise

Usage: Use “likewise” when you want to talk about something that agrees with what you’ve just mentioned.
Example: “Scholar A believes X. Likewise, Scholar B argues compellingly in favour of this point of view.”

10. Similarly

Usage: Use “similarly” in the same way as “likewise”.
Example: “Audiences at the time reacted with shock to Beethoven’s new work, because it was very different to what they were used to. Similarly, we have a tendency to react with surprise to the unfamiliar.”

11. Another key thing to remember

Usage: Use the phrase “another key point to remember” or “another key fact to remember” to introduce additional facts without using the word “also”.
Example: “As a Romantic, Blake was a proponent of a closer relationship between humans and nature. Another key point to remember is that Blake was writing during the Industrial Revolution, which had a major impact on the world around him.”

12. As well as

Usage: Use “as well as” instead of “also” or “and”.
Example: “Scholar A argued that this was due to X, as well as Y.”

13. Not only… but also

Usage: This wording is used to add an extra piece of information, often something that’s in some way more surprising or unexpected than the first piece of information.
Example: “Not only did Edmund Hillary have the honour of being the first to reach the summit of Everest, but he was also appointed Knight Commander of the Order of the British Empire.”

14. Coupled with

Usage: Used when considering two or more arguments at a time.
Example: “Coupled with the literary evidence, the statistics paint a compelling view of…”

15. Firstly, secondly, thirdly…

Usage: This can be used to structure an argument, presenting facts clearly one after the other.
Example: “There are many points in support of this view. Firstly, X. Secondly, Y. And thirdly, Z.

16. Not to mention/to say nothing of

Usage: “Not to mention” and “to say nothing of” can be used to add extra information with a bit of emphasis.
Example: “The war caused unprecedented suffering to millions of people, not to mention its impact on the country’s economy.”

Popular posts from this blog

Rectangular Microstrip Patch Antenna

Microstrip is a type of electrical transmission line which can be fabricated using printed circuit board technology, and is used to convey microwave-frequency signals. It consists of a conducting strip separated from a ground plane by a dielectric layer known as the substrate. The most commonly employed microstrip antenna is a rectangular patch which looks like a truncated  microstrip  transmission line. It is approximately of one-half wavelength long. When air is used as the dielectric substrate, the length of the rectangular microstrip antenna is approximately one-half of a free-space  wavelength . As the antenna is loaded with a dielectric as its substrate, the length of the antenna decreases as the relative  dielectric constant  of the substrate increases. The resonant length of the antenna is slightly shorter because of the extended electric "fringing fields" which increase the electrical length of the antenna slightly. An early model of the microst...

Prepare Data for Exploration : weekly challenge 1

Prepare Data for Exploration : weekly challenge 1 #coursera #exploration #weekly #challenge 1 #cybersecurity #coursera #quiz #solution #network Are you prepared to increase your data exploration abilities? The goal of Coursera's Week 1 challenge, "Prepare Data for Exploration," is to provide you the skills and resources you need to turn unprocessed data into insightful information. With the knowledge you'll gain from this course, you can ensure that your data is organised, clean, and ready for analysis. Data preparation is one of the most important processes in any data analysis effort. Inaccurate results and flawed conclusions might emerge from poorly prepared data. You may prepare your data for exploration with Coursera's Weekly Challenge 1. You'll discover industry best practises and insider advice. #answers #questions #flashcard 1 . Question 1 What is the most likely reason that a data analyst would use historical data instead of gathering new data? 1 / 1...

Cracking Passwords Using John the Ripper: A Complete Step-by-Step Guide

Cracking Passwords Using John the Ripper: A Complete Step-by-Step Guide In today's post, we’re diving into a practical lab exercise that shows how to use John the Ripper, one of the most effective password-cracking tools in cybersecurity. Whether you're an IT professional or a cybersecurity student, mastering John the Ripper will help you understand password vulnerabilities and enhance your penetration testing skills. Lab Objective: The goal of this lab is to crack the root password on a Linux system (Support) and extract the password from a password-protected ZIP file (located on IT-Laptop). Both tasks are performed using John the Ripper. Steps to Crack the Root Password on Support: Open the Terminal on the Support system. Change directories to /usr/share/john . List the files and open password.lst to view common password guesses. Use John the Ripper to crack the root password by running john /etc/shadow . Once cracked, the password is stored in the john.pot file for future u...