Problem Explanation:
The task is to classify each word in the provided list as either a
noun or a
verb. A
noun is a word that represents a person, place, thing, or idea. A
verb is a word that describes an action, occurrence, or state of being.
List of Words:
- Abraham Lincoln
- kiss
- Texas
- Africa
- look
- think
- computer
- mother
- tree
- desert
- run
- walk
Solution:
#### Step 1: Identify Nouns
Nouns are words that represent people, places, things, or ideas. Let's identify the nouns from the list:
-
Abraham Lincoln: Person (noun)
-
Texas: Place (noun)
-
Africa: Place (noun)
-
computer: Thing (noun)
-
mother: Person (noun)
-
tree: Thing (noun)
-
desert: Place (noun)
So, the nouns are:
- Abraham Lincoln
- Texas
- Africa
- computer
- mother
- tree
- desert
#### Step 2: Identify Verbs
Verbs are words that describe actions, occurrences, or states of being. Let's identify the verbs from the list:
-
kiss: Action (verb)
-
look: Action (verb)
-
think: Action (verb)
-
run: Action (verb)
-
walk: Action (verb)
So, the verbs are:
- kiss
- look
- think
- run
- walk
Final Classification:
-
Noun Column: Abraham Lincoln, Texas, Africa, computer, mother, tree, desert
-
Verb Column: kiss, look, think, run, walk
Answer:
\[
\boxed{
\begin{array}{|c|c|}
\hline
\textbf{Noun} & \textbf{Verb} \\
\hline
\text{Abraham Lincoln} & \text{kiss} \\
\text{Texas} & \text{look} \\
\text{Africa} & \text{think} \\
\text{computer} & \text{run} \\
\text{mother} & \text{walk} \\
\text{tree} & \\
\text{desert} & \\
\hline
\end{array}
}
\]
Parent Tip: Review the logic above to help your child master the concept of english nouns and verbs worksheet.