Practice 30 fun and educational singular and plural noun exercises with answers. Perfect worksheet for kids to learn English grammar easily.
Singular and Plural Worksheets with Answers (PDF for Class 1–5)
1. City → ____________
2. Bus → ____________
3. Child → ____________
4. Man → ____________
5. Knife → ____________
6. Foot → ____________
7. Mouse → ____________
8. Baby → ___________
9. Leaf → __________
Answer Key
(adsbygoogle = window.adsbygoogle || []).push({});
(adsbygoogle = window.adsbygoogle || []).push({});
Singular and Plural Worksheet (30 Questions with Answers)
1. Cat → __________
2. Dog → __________
3. Box → __________
4. Bus → __________
5. Child → __________
6. Leaf → __________
7. Man → __________
8. Woman → __________
9. Foot → __________
10. Tooth → __________
Answers:
1.Cats 2. Dogs 3. Boxes 4. Buses 5. Children 6. Leaves 7. Men 8. Women 9. Feet 10. Teeth
(adsbygoogle = window.adsbygoogle || []).push({});
(adsbygoogle = window.adsbygoogle || []).push({});
English Grammar Practice for Kids
1. There are many __________ in the garden. (flower)
2. The __________ is barking loudly. (dog)
3. Five __________ are sitting on the wall. (monkey)
4. This __________ is very sharp. (knife)
5. The __________ are grazing in the field. (cow)
6. That __________ is very tall. (boy)
7. The __________ are flying in the sky. (bird)
8. My __________ hurt after running. (foot)
9. There are two __________ in the room. (chair)
10. The __________ is shining bright. (sun)
11. flowers 12. dog 13. monkeys 14. knife 15. cows 16. boy 17. birds 18. feet 19. chairs 20. sun
(adsbygoogle = window.adsbygoogle || []).push({});
(adsbygoogle = window.adsbygoogle || []).push({});
1. Baby → __________
2. City → __________
3. Fox → __________
4. Potato → __________
5. Goose → __________
6. Mouse → __________
7. Tomato → __________
8. Shelf → __________
9. Lady →__________
10. Dress → __________
Answers:
21. Babies 22. Cities 23. Foxes 24. Potatoes 25. Geese 26. Mice 27. Tomatoes 28. Shelves 29. Ladies 30. Dresses
.download-box {
text-align: center;
margin: 25px auto;
padding: 20px;
border-radius: 15px;
background: linear-gradient(135deg, #4CAF50, #2E7D32);
color: #fff;
width: 90%;
max-width: 400px;
box-shadow: 0 4px 10px rgba(0,0,0,0.2);
font-family: ‘Poppins’, sans-serif;
}
#download-btn {
background-color: #fff;
color: #2E7D32;
border: none;
padding: 12px 24px;
border-radius: 10px;
cursor: pointer;
font-size: 18px;
font-weight: 600;
transition: 0.3s;
}
#download-btn:hover {
background-color: #E8F5E9;
}
#countdown-box {
display: none;
margin-top: 15px;
font-size: 16px;
background: #f5f5f5;
color: #333;
padding: 12px;
border-radius: 10px;
}
📘 Download Worksheet PDF
function startCountdown() {
const btn = document.getElementById(“download-btn”);
const box = document.getElementById(“countdown-box”);
const countdown = document.getElementById(“countdown”);
btn.style.display = “none”;
box.style.display = “block”;
let timeLeft = 10;
const timer = setInterval(() => {
timeLeft–;
countdown.textContent = timeLeft;
if (timeLeft <= 0) {
clearInterval(timer);
window.location.href = "https://drive.google.com/file/d/1U9tcwNF7GW7KkJPzBpe0E68LZ13S4aiE/view?usp=drivesdk";
}
}, 1000);
}
/* Simple responsive FAQ styles – paste into your post’s HTML/CSS area */
.faq-wrapper {
max-width: 760px;
margin: 1rem auto;
font-family: Arial, sans-serif;
}
.faq-item {
border: 1px solid #e0e0e0;
border-radius: 8px;
margin-bottom: 0.75rem;
overflow: hidden;
box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}
.faq-item summary {
list-style: none;
cursor: pointer;
padding: 14px 16px;
display: flex;
align-items: center;
justify-content: space-between;
font-weight: 600;
background: linear-gradient(180deg, #ffffff, #f9f9f9);
}
.faq-item summary::-webkit-details-marker { display: none; } /* hide default triangle */
.faq-item summary .arrow {
transition: transform .2s ease;
}
.faq-item[open] summary .arrow {
transform: rotate(90deg);
}
.faq-item .answer {
padding: 12px 16px 18px 16px;
line-height: 1.6;
background: #fff;
}
/* Responsive text sizing */
@media (max-width:480px){
.faq-wrapper { padding: 0 12px; }
.faq-item summary { font-size: 15px; padding: 12px; }
.faq-item .answer { font-size: 14px; padding: 10px 12px 14px; }
}
What Are Singular and Plural Nouns?
►
Answer: Singular nouns refer to one person, place, thing, or idea. Plural nouns refer to more than one.
Examples:
- Singular: boy, cat, pen, apple
- Plural: boys, cats, pens, apples
Definition of Singular Nouns
►
A singular noun refers to one person, place, thing, or idea.
Example: boy, cat, pen, apple
Definition of Plural Nouns
►
A plural noun means more than one.
Example: boys, cats, pens, apples
<!– JSON-LD FAQ Schema (place in the or immediately before/after the visible FAQ) –>
{
“@context”: “https://schema.org”,
“@type”: “FAQPage”,
“mainEntity”: [
{
“@type”: “Question”,
“name”: “What Are Singular and Plural Nouns?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “Singular nouns refer to one person, place, thing, or idea. Plural nouns refer to more than one. Examples — Singular: boy, cat, pen, apple. Plural: boys, cats, pens, apples.”
}
},
{
“@type”: “Question”,
“name”: “Definition of Singular Nouns”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “A singular noun refers to one person, place, thing, or idea. Example: boy, cat, pen, apple.”
}
},
{
“@type”: “Question”,
“name”: “Definition of Plural Nouns”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “A plural noun means more than one. Example: boys, cats, pens, apples.”
}
}
]
}
