Task Description:
The task is to sort the given words into their correct categories:
Noun,
Adjective,
Verb, and
Adverb. The words provided are:
- black
- quietly
- jump
- balloon
- salty
- quickly
- mom
- cute
- frog
- play
- fast
- juicy
- three
- soft
- talked
- happily
- car
- ship
- desk
Solution:
#### Step 1: Understand the Categories
-
Noun: A word that represents a person, place, thing, or idea.
-
Adjective: A word that describes or modifies a noun or pronoun.
-
Verb: A word that expresses an action, occurrence, or state of being.
-
Adverb: A word that modifies a verb, adjective, or another adverb, often describing how, when, where, or to what extent.
#### Step 2: Sort the Words
1.
Noun:
- These are words that represent people, places, things, or ideas.
- Words:
balloon, mom, frog, car, ship, desk
2.
Adjective:
- These are words that describe nouns or pronouns.
- Words:
black, salty, cute, fast, juicy, soft
3.
Verb:
- These are words that express actions or states.
- Words:
jump, play, talked
4.
Adverb:
- These are words that modify verbs, adjectives, or other adverbs.
- Words:
quietly, quickly, happily
#### Step 3: Final Answer
|
Noun |
Adjective |
Verb |
Adverb |
|-----------------|---------------|-------------|--------------|
| balloon | black | jump | quietly |
| mom | salty | play | quickly |
| frog | cute | talked | happily |
| car | fast | | |
| ship | juicy | | |
| desk | soft | | |
Explanation:
-
Nouns: These are concrete objects or concepts (e.g., "balloon," "mom," "frog").
-
Adjectives: These describe qualities or characteristics of nouns (e.g., "black," "salty," "cute").
-
Verbs: These indicate actions or states (e.g., "jump," "play," "talked").
-
Adverbs: These modify verbs, adjectives, or other adverbs to provide more detail about how something is done (e.g., "quietly," "quickly," "happily").
Final Answer:
\boxed{
\begin{array}{|c|c|c|c|}
\hline
\textbf{Noun} & \textbf{Adjective} & \textbf{Verb} & \textbf{Adverb} \\
\hline
\text{balloon} & \text{black} & \text{jump} & \text{quietly} \\
\text{mom} & \text{salty} & \text{play} & \text{quickly} \\
\text{frog} & \text{cute} & \text{talked} & \text{happily} \\
\text{car} & \text{fast} & & \\
\text{ship} & \text{juicy} & & \\
\text{desk} & \text{soft} & & \\
\hline
\end{array}
}
Parent Tip: Review the logic above to help your child master the concept of nouns verbs adverbs worksheet.