To solve this task, we need to arrange each list of words in alphabetical order. Alphabetical order means arranging the words based on the order of letters in the alphabet (A to Z).
Let's go through each list step by step:
1.
List: star, smart, shoe, same
- Compare the first letters: s, s, s, s
- Since all start with 's', compare the second letters: t, m, h, a
- The order is: a, h, m, t
- So, the words in order are: same, shoe, smart, star
2.
List: door, dear, disk, duck
- Compare the first letters: d, d, d, d
- Since all start with 'd', compare the second letters: o, e, i, u
- The order is: e, i, o, u
- So, the words in order are: dear, disk, door, duck
3.
List: water, wise, work, what
- Compare the first letters: w, w, w, w
- Since all start with 'w', compare the second letters: a, i, o, h
- The order is: a, h, i, o
- So, the words in order are: water, what, wise, work
4.
List: cool, cute, cash, crane
- Compare the first letters: c, c, c, c
- Since all start with 'c', compare the second letters: o, u, a, r
- The order is: a, o, r, u
- So, the words in order are: cash, cool, crane, cute
5.
List: main, mouth, melt, might
- Compare the first letters: m, m, m, m
- Since all start with 'm', compare the second letters: a, o, e, i
- The order is: a, e, i, o
- So, the words in order are: main, melt, might, mouth
6.
List: grip, goat, gate, glass
- Compare the first letters: g, g, g, g
- Since all start with 'g', compare the second letters: r, o, a, l
- The order is: a, l, o, r
- So, the words in order are: gate, glass, goat, grip
Final Answer:
1. same, shoe, smart, star
2. dear, disk, door, duck
3. water, what, wise, work
4. cash, cool, crane, cute
5. main, melt, might, mouth
6. gate, glass, goat, grip
Parent Tip: Review the logic above to help your child master the concept of alphabetization worksheet.