Google it. You'll get all the information you want and you won't have to keep posting questions.
But to answer the ones you have asked:
a ring is a set R, with two operations + and *, such that * distributes over +, (R,+) is an abelian group with identity 0. * is usually required to have an identity as well, and that is denoted by 1. * is an (associative) binary operation on R.
Think of + as addition, and * as multiplication.
Examples as above. Plus M_n the space of nxn matrices over some gadget (like another ring).
A unit is an element with an inverse under *.
In Z the units are just +/-1, in Q, C, R all nonzero elements are units. In M_n(Reals) the units are the invertible matrices (the ones with non-zero determinant).