Give the result of evaluating the following expressions. If there are any nested functions, also give the most important intermediate steps. Assume that each example is evaluated in a fresh Mathematica session. Consecutive expressions in one example are evaluated one after another in the same session.
1. $\operatorname{Sum}[z \wedge i / i !,\{i, 0,4\}]$
2. $\operatorname{Sum}[\operatorname{Product}[(x-i) \wedge j,\{i, 0,2\}],\{j, 2\}]$
3. Expand[ Product $[x-i,\{i,-2,2\}]]$
4. $\{1,2,3\} \wedge 2+1$
5.$\begin{aligned} & a=5 ; b:=6 ; \\ & c=a ; d=b ; \\ & e:=a ; f:=b ; \\ & a=7 ; b:=8 ; \\ & \{a, b, c, d, e, f\}\end{aligned}$