To solve this problem, we need to look at each letter and decide if it is an
uppercase (capital) letter or a
lowercase (small) letter.
Here is the step-by-step sorting:
1.
R: This is a big letter. ->
Uppercase
2.
c: This is a small letter. ->
Lowercase
3.
B: This is a big letter. ->
Uppercase
4.
m: This is a small letter. ->
Lowercase
5.
n: This is a small letter. ->
Lowercase
6.
o: This is a small letter. ->
Lowercase
7.
G: This is a big letter. ->
Uppercase
8.
a: This is a small letter. ->
Lowercase
9.
I: This is a big letter. ->
Uppercase
10.
i: This is a small letter. ->
Lowercase
11.
S: This is a big letter. ->
Uppercase
12.
r: This is a small letter. ->
Lowercase
13.
P: This is a big letter. ->
Uppercase
14.
N: This is a big letter. ->
Uppercase
15.
Q: This is a big letter. ->
Uppercase
Now, we group them into two lists.
Final Answer:
Uppercase Letters: R, B, G, I, S, P, N, Q
Lowercase Letters: c, m, n, o, a, i, r
Parent Tip: Review the logic above to help your child master the concept of upper and lower case alphabet worksheet.