Task: Identify and classify the words into nouns, verbs, and adjectives.
####
Step 1: Understand the definitions
-
Nouns: Words that represent a person, place, thing, or idea.
-
Verbs: Words that describe an action, occurrence, or state of being.
-
Adjectives: Words that describe or modify nouns or pronouns, providing more information about them.
####
Step 2: Solve each section
---
Section 1: Click on the nouns.
The task is to identify nouns from the given list:
```
man angry bag
eat zebra sleep
happy bed tree
```
-
man: A person →
noun
-
angry: Describes a feeling →
not a noun
-
bag: A thing →
noun
-
eat: An action →
not a noun
-
zebra: A thing (animal) →
noun
-
sleep: An action or state →
not a noun
-
happy: Describes a feeling →
not a noun
-
bed: A thing →
noun
-
tree: A thing →
noun
Nouns: `man`, `bag`, `zebra`, `bed`, `tree`
---
Section 2: Click on the verbs.
The task is to identify verbs from the given list:
```
jump run swim
sad sun sit
red cold hot
```
-
jump: An action →
verb
-
run: An action →
verb
-
swim: An action →
verb
-
sad: Describes a feeling →
not a verb
-
sun: Can be a noun (the sun) or a verb (to sunbathe), but here it’s not used as a verb →
not a verb
-
sit: An action →
verb
-
red: Describes a color →
not a verb
-
cold: Describes a temperature →
not a verb
-
hot: Describes a temperature →
not a verb
Verbs: `jump`, `run`, `swim`, `sit`
---
Section 3: Click on the adjectives.
The task is to identify adjectives from the given list:
```
fat short long
climb tall walk
small talk dog
```
-
fat: Describes a quality →
adjective
-
short: Describes a quality →
adjective
-
long: Describes a quality →
adjective
-
climb: An action →
not an adjective
-
tall: Describes a quality →
adjective
-
walk: An action →
not an adjective
-
small: Describes a quality →
adjective
-
talk: An action →
not an adjective
-
dog: A thing →
not an adjective
Adjectives: `fat`, `short`, `long`, `tall`, `small`
---
Final Answer:
-
Nouns: `man`, `bag`, `zebra`, `bed`, `tree`
-
Verbs: `jump`, `run`, `swim`, `sit`
-
Adjectives: `fat`, `short`, `long`, `tall`, `small`
Boxed Answer:
\[
\boxed{
\text{Nouns: man, bag, zebra, bed, tree} \\
\text{Verbs: jump, run, swim, sit} \\
\text{Adjectives: fat, short, long, tall, small}
}
\]
Parent Tip: Review the logic above to help your child master the concept of verbs and adjectives worksheet.