Week 1: Nouns, Pronouns, and Verbs
159 words
1 min read
View
Week 1: Parts of Speech (Basics)
1. Nouns
Nouns name people, places, things, or ideas.
- Countable vs Uncountable: "Code" (uncountable) vs "Algorithms" (countable).
- Collective: "Team", "Faculty".
2. Pronouns
Used to replace nouns.
- Personal: I, you, he, she, it.
- Agreement: Must match the antecedent (the noun replaced).
3. Verbs
Express action or state.
- Linking Verbs: connect subject to description (e.g., "The code is efficient").
- Action Verbs: describe operations (e.g., "The script executes").
4. Flashcards
<Flashcard front="Differentiate between action and linking verbs." back="Action verbs show activity (run, code). Linking verbs show state or connection (is, seems)." /> <Flashcard front="What is an uncountable noun?" back="A noun that cannot be counted or made plural (water, information, advice)." />5. Practice Combinations
Scenario 1: Identify correct pronoun
Question: "The server and (its/it\s) logs are offline."
Solution:
- Identify owner: The server.
- Property: its (possessive).
- Result: "its" (without apostrophe).