Final answer:
Using the drawArc command with equal width and height parameters and an arc length of 180 degrees, you will draw a semi-circle.
Step-by-step explanation:
If you are using the drawArc command, and the third and fourth parameters are equal, and the fifth parameter is 180, you will draw a semi-circle (half of a circle). This is because the third and fourth parameters specify the width and height of the oval shaped by the arc, and if these are equal, it forms a circle. Therefore, drawing only half of this with an arc of 180 degrees results in a semi-circle.