The term "printSquares" refers to a method name, which is used to identify and call this specific section of code. In this case, it prints out squares of numbers up to a given limit.
Related terms
Method Name: A unique identifier for a section of code that can be called by using its name.
return type: Specifies what kind of value (if any) is returned by a method.
parameter: A variable passed into a method for use within its code block.