Prove that if $R$ and $S$ are rings, $\theta : R \to S$ is an isomorphism, and $e$ is a unity of $R$, then $\theta (e)$ is a unity of $S$
So if $\theta : R \to S$ is an isomorphism, that means that they essentially have the same structure. From my understanding, a unity is an element that has a multiplicative inverse in R. So $e$ is the inverse in R and we have to prove the same for S. Not sure where to go from here
Your question is not very clear. What you call a "unity" is usually denoted as a "unit" which is only defined for rings with a multiplicative identity (otherwise speaking about "an element that has a multiplicative inverse" wouldn't make sense).
Nevertheless I guess that your question is based on ring homomorphisms betweeen rings not necessarily having a multiplicative identity (and ring homomorphisms are maps that respect addition and multiplication). Then what you want to show is this:
Let $f : R \to S$ is a ring isomorphism and let $R$ have a multiplicative identity $1_R$. Then
$1_S = f(1_R)$ is a multiplicative identity of $S$.
If $e \in R$ is a unit, then $f(e)$ is a unit.
To see this, let $s \in S$ and $r = f^{-1}(s) \in R$. We have $1_S \cdot s = f(1_R) \cdot f(r) = f(1_R \cdot r) = f(r) = s$. Similarly $s \cdot 1_S = s$.
Next, let $e \in R$ be a unit. It has an inverse $e'$ characterized by $e \cdot e' = e' \cdot e = 1_R$. Then $f(e) \cdot f(e') = f(e\cdot e') = f(1_R) = 1_S$ and $f(e') \cdot f(e) = 1_S$.