+ 2. Plot the graph of g[x] = Cos[x] on [-2 Pi, 2 Pi].

Input := 

g[x_] = Cos[x];
Plot[g[x], {x, -2 Pi, 2 Pi}]
Output =

-Graphics-