First, do you know what a group is? Assuming you do, how many elements are in this group? What is the binary operation * (addition, multiplication, or what?) And do you know how to compute a*b where a and b are in Q?
If you don't know those things, you really have to sort them out.
Next, what is a homomorphism? It is a map (which you can think of as a function), call it f, from the "source" group, call it G, to the "target" group Q, which preserves the relationships within the group. For example, if you know that x*y = z in G, it must be that f(x)*f(y) = f(z) in Q. An immediate observation is that if I is the identity element in G then f(I) has to be the identity element in Q.
Next, do you know what ##Z_2##, ##Z_3## and ##Z_4## are? If you are not sure, look through your class notes or your textbook -- it's standard stuff and you can find it anywhere.
Once you tell me that you have all these definitions straight, we can move forward. Or if you have questions about them, ask.