Yes, B indeed stands for a brownian motion, so you have to keep the basic properties in mind.
B0 = 0
Bt-B0 follows a normal distribution with mean 0 and variance (not standard deviation) t.
So in order to solve most of these questions, you need to know the moments of a normal distribution.
For the one involving B2*B3, you have to know that the incremets onf a brownian motion are independent. So in particular, B2*B3=(B3-B2)*B2+B2^2. So computing the expectation knowing the independence is easy.
For question f, you have to know the mgf of a normal distribution, that's all (subtract B0=0 if you have trouble seeing it).
Note for later : the advanced probability is the first thing I look for when I come at MHB, there's no need to send me a PM. If I can answer, I'll answer, if not, I'll try or I leave it
I'm absolutely perplexed. Could you work through one of the problems so I get an idea of how to do the other problems? (I promise this isn't a homework assignment; it's an exercise sheet that is... meant to help familiarize me with the "basics.") I'm looking through a zillion stochastic calculus texts, but still don't have a clue.
I'm not scarce on details because it could be an assignment, but trust me you just need the basic properties of a brownian motion to solve these questions. They can be found here : http://en.wikipedia.org/wiki/Brownian_motion#Mathematics (it can be B or W, most of the time, people don't make any difference)
For example the first one, just note that B_0=0, so B_1 = B_1 - B_0, but the third property says that B_1-B_0 follows a normal distribution N(0,1-0), so you have to get the 4th moment of a standard normal distribution. (I think it's 3, you can get it by computing the integral or just looking on the internet).
It's always this trick, you make appear the difference between B_j and B_k and you work on it with the properties you're given. Just give it a try I really learned about brownian motion 5 months ago...