Question 1: Pseudocode is a short hand version of your code written out as part of the planning process.
Question 2: Most programming languages have libraries, which are collections of subroutines and other resources that are available for programmers to use.
Question 3:
In the function def circleArea(r):
, the parameter is r.