A "recursive" definition is one in which the first term (or terms) are given and the rest of the terms are defined in terms of previous terms.
For the Fibonacci sequence, the first two terms are given, both are "1". After that, each new term is the sum of the previous two terms.
Construct rectangles that are 1x1, 1x2, 2x3, 3x5, etc.
The last two questions are "explore" questions; the intent is for you to learn through the process of exploration, not just repeating the answers of others.