Task Overview:
The task involves categorizing the given nouns into three categories:
Person,
Place, and
Thing. After categorizing, the nouns should be ordered alphabetically within each category.
Given Nouns:
- PENCIL
- TEACHER
- CLASSROOM
- NOTEBOOK
- BOOK
- FIREMAN
- POLICE STATION
- CELLPHONE
- HOUSE
- STUDENT
- TABLE
- LIBRARY
- PARK
- AIRPLANE
- BANK
- DOCTOR
- FRIEND
- SECRETARY
Solution Approach:
1.
Identify the Category for Each Noun:
-
Person: Refers to individuals or roles.
-
Place: Refers to locations or physical spaces.
-
Thing: Refers to objects or items.
2.
Categorize Each Noun:
-
Person: TEACHER, FIREMAN, STUDENT, DOCTOR, FRIEND, SECRETARY.
-
Place: CLASSROOM, POLICE STATION, HOUSE, LIBRARY, PARK, AIRPLANE, BANK.
-
Thing: PENCIL, NOTEBOOK, BOOK, CELLPHONE, TABLE.
3.
Order Alphabetically Within Each Category:
-
Person: DOCTOR, FIREMAN, FRIEND, SECRETARY, STUDENT, TEACHER.
-
Place: AIRPLANE, BANK, CLASSROOM, HOUSE, LIBRARY, PARK, POLICE STATION.
-
Thing: BOOK, CELLPHONE, NOTEBOOK, PENCIL, TABLE.
Final Answer:
#### Person:
1. DOCTOR
2. FIREMAN
3. FRIEND
4. SECRETARY
5. STUDENT
6. TEACHER
#### Place:
1. AIRPLANE
2. BANK
3. CLASSROOM
4. HOUSE
5. LIBRARY
6. PARK
7. POLICE STATION
#### Thing:
1. BOOK
2. CELLPHONE
3. NOTEBOOK
4. PENCIL
5. TABLE
Explanation:
-
Person: These are nouns that represent individuals or roles (e.g., TEACHER, FIREMAN).
-
Place: These are nouns that represent locations or physical spaces (e.g., CLASSROOM, POLICE STATION).
-
Thing: These are nouns that represent objects or items (e.g., PENCIL, NOTEBOOK).
Each category is then sorted alphabetically to ensure the final list is in order.
Final Table:
|
Person |
Place |
Thing |
|------------------|----------------------|------------------|
| DOCTOR | AIRPLANE | BOOK |
| FIREMAN | BANK | CELLPHONE |
| FRIEND | CLASSROOM | NOTEBOOK |
| SECRETARY | HOUSE | PENCIL |
| STUDENT | LIBRARY | TABLE |
| TEACHER | PARK | |
| | POLICE STATION | |
Final Answer:
\boxed{
\begin{array}{|c|c|c|}
\hline
\textbf{Person} & \textbf{Place} & \textbf{Thing} \\
\hline
\text{DOCTOR} & \text{AIRPLANE} & \text{BOOK} \\
\text{FIREMAN} & \text{BANK} & \text{CELLPHONE} \\
\text{FRIEND} & \text{CLASSROOM} & \text{NOTEBOOK} \\
\text{SECRETARY} & \text{HOUSE} & \text{PENCIL} \\
\text{STUDENT} & \text{LIBRARY} & \text{TABLE} \\
\text{TEACHER} & \text{PARK} & \\
& \text{POLICE STATION} & \\
\hline
\end{array}
}
Parent Tip: Review the logic above to help your child master the concept of parts of speech noun worksheet.