There is a set $A=\left\{ z \in C: \left| z\right| = 2\right\}$, and operation $\cdot$ which for every pair of complex numbers $(z,w)$ assigns result $z \cdot w = \frac{zwi}{2}$ , where i is imaginary unit.
1) Check if $\left( A, \cdot \right)$ is an abelian group
2) Check if $\left( C, \cdot \right)$ is a group
I am not sure how to do this but I checked the conditions for a group for 2) because I don't know how to limit my analisis to set $A$ - for example how to tell if $\left( A, \cdot \right)$ is internal operation and I found that for x=0 inverse element doesn't exist.
Since you found that for $x=0$ the inverse does not exists, you have answered 2) : $(\mathbb{C} , \ \cdot \ )$ is not a group...
For 1) : first indeed, you need to check if $\cdot$ is internal : if you take two elements of $A$, does the product belongs to $A$?
For the unit element : a unit element of $A$, since the group is abelian, is an element $e$ (in fact unique) such that : $$\forall z\in A, \qquad z\cdot e=z \quad \Leftrightarrow\quad ze\frac{i}{2}=z \quad \Leftrightarrow\quad e=-2i \tag{since $0\notin A$}$$
For the inverse element let $z\in A$ ; we are seeking $h\in A$ such that $z\cdot h = -2i$, that is $\frac{zhi}{2}=-2i \Rightarrow h=\frac{-4}{z}$. So, $$ \forall z\in A, \qquad z^{-1}:=\frac{-4}{z}$$