By the end of this unit you should:
Read.
The grammatical system in English as with many other languages is complex. In Japan, a great deal of time is dedicated to studying grammatical rules in school in order to pass examinations. Grammar rules describe patterns. Some rules are true all the time, some rules are true almost all the time and others are often true. In this course, our focus is on patterns and pattern detection, so we will look at some data, identify a pattern (which may be rule you have already studied), confirm or refute the pattern with more data, and finally write psuedocode that a software developer could use to create working code.
Use the extract below to identify a pattern for the use of the indefinite article a and the definite article the.
The wicked witch handed Snow White a shiny red apple. Snow White took one bite of the apple and fell into a deep sleep.
Discuss the viability of following possible patterns for the articles a and the.
Search the internet to find a rule that explains how the definite article the is used.
One of the rules you may have found is about the use of the to refer to a noun phrase that has already been mentioned. Noun phrases may be grouped into three categories based on the type of common noun used, i.e. uncountable, plural or singular.
Find two examples of each categories. Shorten the examples to create a minimum working example.
Decide the exact rule for using the when a noun phrase is mentioned the second time.
When an uncountable, plural or singular noun phrase is repeated, the definite article the is placed before the noun phase. Other determiners (e.g. a, an, this, that, my, your) are omitted.
Work with a partner to develop pseudocode to help a software developer create code that implements the rule above.
Consider a pattern in these sentences:
Consider a pattern in these sentences:
Consider a pattern in these sentences:
Consider a pattern in these sentences:
Work with a partner or work alone. For your assigned topic complete the following.
Submit a pdf via ELMS.
This unit focused on practising identifying grammatical patterns in simple English. The best way to improve this skill is by practising. Each time you see English. Try to notice a pattern. It may just help confirm your grammatical knowledge, but if you think creatively, you may notice something that you had never noticed before.
Running count: 55 of 71 pattern-related concepts covered so far.