Maxterms
Maxterms represent the combinations of x and y where F(x, y)=0. For each combination, the maxterm is formed by taking the OR of the variables, with each variable being complemented if its value is 0 and uncomplemented if its value is 1.
POS Expression
The POS (Product of Sums) form is the AND of these maxterms.
Thus, the POS form is: F(x, y) = (x + y)⋅(x + y‘)