Let’s go step by step to solve this problem.
We are given a list of 16 words:
take, grab, pay, swim
fast, lamp, long, shell
read, log, map, pan
purple, sad, dog, see
Our job is to sort them into three groups:
Noun,
Verb, and
Adjective.
---
Step 1: Understand what each part of speech means (in simple terms)
-
Noun: A person, place, thing, or animal. Examples: dog, lamp, shell.
-
Verb: An action word — something you do. Examples: run, jump, read.
-
Adjective: A describing word — it tells us more about a noun. Examples: fast, purple, sad.
---
Step 2: Go through each word one by one
Let’s look at each word and decide which category it belongs to.
#### First row:
-
take → You *take* something → Action →
Verb
-
grab → You *grab* something → Action →
Verb
-
pay → You *pay* money → Action →
Verb
-
swim → You *swim* in water → Action →
Verb
→ All verbs so far.
#### Second row:
-
fast → Describes how quick something is →
Adjective
-
lamp → A thing you turn on for light →
Noun
-
long → Describes length →
Adjective
-
shell → Like a seashell or eggshell → Thing →
Noun
#### Third row:
-
read → You *read* a book → Action →
Verb
-
log → Could be a piece of wood → Thing →
Noun
-
map → A picture of places → Thing →
Noun
-
pan → A cooking tool → Thing →
Noun
#### Fourth row:
-
purple → A color → Describes things →
Adjective
-
sad → A feeling → Describes people or animals →
Adjective
-
dog → An animal →
Noun
-
see → You *see* with your eyes → Action →
Verb
---
Step 3: Group them
Now let’s put them in their correct columns.
#### Nouns (things, animals, places):
- lamp
- shell
- log
- map
- pan
- dog
That’s 6 nouns.
#### Verbs (actions):
- take
- grab
- pay
- swim
- read
- see
That’s 6 verbs.
#### Adjectives (describing words):
- fast
- long
- purple
- sad
That’s 4 adjectives.
Wait — we have 16 words total. Let’s count again:
Nouns: lamp, shell, log, map, pan, dog → 6
Verbs: take, grab, pay, swim, read, see → 6
Adjectives: fast, long, purple, sad → 4
Total = 6 + 6 + 4 = 16
✔
Perfect!
---
Final Answer:
Noun: lamp, shell, log, map, pan, dog
Verb: take, grab, pay, swim, read, see
Adjective: fast, long, purple, sad
Parent Tip: Review the logic above to help your child master the concept of nouns adjectives verbs worksheet.