Task Description:
The task is to fill in the missing vowels in the words based on the images provided. Each image represents a word, and the partially written word has some letters filled in, with blanks for the missing vowels.
Solution:
Let's go through each row and column step by step:
####
Row 1:
1.
Image: Tree
- Word: `tr........`
- Filled: `tree`
- Answer: `tree`
2.
Image: Bird
- Word: `b......rd`
- Filled: `bird`
- Answer: `bird`
3.
Image: Sun
- Word: `S.......n`
- Filled: `sun`
- Answer: `sun`
####
Row 2:
4.
Image: Egg
- Word: `........gg`
- Filled: `egg`
- Answer: `egg`
5.
Image: Duck
- Word: `d......ck`
- Filled: `duck`
- Answer: `duck`
6.
Image: Cow
- Word: `c......w`
- Filled: `cow`
- Answer: `cow`
####
Row 3:
7.
Image: Leaf
- Word: `l........f`
- Filled: `leaf`
- Answer: `leaf`
8.
Image: Star
- Word: `st.........r`
- Filled: `star`
- Answer: `star`
9.
Image: Bone
- Word: `b......n.....`
- Filled: `bone`
- Answer: `bone`
####
Row 4:
10.
Image: Cat
- Word: `c...........t`
- Filled: `cat`
- Answer: `cat`
11.
Image: Dog
- Word: `d...........g`
- Filled: `dog`
- Answer: `dog`
12.
Image: Pig
- Word: `p...........g`
- Filled: `pig`
- Answer: `pig`
Final Answer:
```
Row 1: tree, bird, sun
Row 2: egg, duck, cow
Row 3: leaf, star, bone
Row 4: cat, dog, pig
```
Boxed Answer:
\[
\boxed{
\begin{array}{ccc}
\text{tree} & \text{bird} & \text{sun} \\
\text{egg} & \text{duck} & \text{cow} \\
\text{leaf} & \text{star} & \text{bone} \\
\text{cat} & \text{dog} & \text{pig} \\
\end{array}
}
\]
Parent Tip: Review the logic above to help your child master the concept of easy english worksheet.