1.An array uses indices and a hash uses "keys"
2.It's a test that simulates a browser accessing our application.
3.Red, Green, Refactor,Red refers to writing a failing test,Green refers to writing a passing test Once we have a passing test we are free to refactor the code.
4.This maps requests for the URL /pages/home to the home action in the Pages controller.