Answer:
Digital Ocean (but you need to set it up first)
Explanation:
If you are a student, I would recommend Digital Ocean, as you get £50 free credit as part of the GitHub Student Pack. (I believe you have to pay in a little bit however). There are also other reputable hosting providers, AWS should do the trick. For people just starting out, I would recommend hosting from their own machine. If you don't want to pay ever, and are just using basic HTML/CSS, you can use GitHub Pages as a means to host websites.
DO / AWS will only provide you with a blank Linux box, it would then be up to you to install suitable website hosting software - such as Apache/Nginx ect...
She can use a flashdrive to store it, or she can go to her documents folder and store it. When she gets on the computer later, she can then continue working on the project.
Answer:
im pretty sure the answer is B Hope this helps :)
Answer:
Messages can be sent from other parts of your program.
The 'When receive message...' block allows you to receive those messages and start another part of your program. That way you can even have parts of you program run in parallel.