1.An array uses indices and a hash uses "keys"
2. It's easier to describe what objects do, which is respond to messages. An object like a string, for example, can respond to the message length, which returns the number of characters in the stri
3.This maps requests for the URL /pages/home to the home action in the Pages controller.
4.It's a test that simulates a browser accessing our application.