Answer: Rotate z by 90° clockwise about the origin.
Explanation:
Suppose we have the number z = a + b*i, that can be represented with the point (a, b) in a coordinate axis.
If we divide z by i, we have:

This point will be represented with the point (b, -a)
Then we have the transformation:
(a, b) ----> (b, -a)
This is a rotation of 90° clockwise about the origin.
Then the correct option is:
Rotate z by 90° clockwise about the origin.