Give two (or infinitely many) non-isomorphic models of the following ToL (total order structure) expression (with predicate symbol $p(\cdot, \cdot)$)
$(\forall x)[¬p(x, x)] \ $ (irreflexivity)
$\, \land \, (\forall x)(\forall y)[p(x, y) \to \lnot p(y, x)] \ $ (strict anti-symmetry)
$\, \land \, (\forall x)(\forall y)(\forall z)[(p(x,y) \land p(y,z)) \to p(x,z)] \ $ (transitivity)
$\, \land \, (\forall x)(\exists y)p(x,y) \ $ (no-maximum)
Additional questions:
(1) What does it mean by "non-isomorphic models"?
(2) Why is the above a ToL?
One model should be obvious: just take as the domain the natural numbers, including $0$ and interpret $p(x,y)$ as $x <y$. It should be clear that the $<$ relation is irreflexive (no number is smaller than itself), asymmetric (if number $x$ is smaller than number $y$, then $y$ is not smaller than $x$), transitive (if $x$ smaller than $y$, and $y$ smaller $z$, then $x$ smaller $z$), and every number is smaller than some other number (i.e. There is always a greater number, i.e. There is no maximum number)
Now, I'll leave it up to you to find a second model, but it has to be non-isomorphic, which means that you can't do something like the natural numbers excluding $0$, while interpreting $p(x,y)$ still as $x<y$, because there is a mapping $f$ between the elements of these two domains such that objects $x$ and $y$ in the first domain stand in the relationship $p$ to each other if and only if $f(x)$ and $f(y)$ stand in that relationship, and that would mean that these two interpretations/models are isomorphic (basically, they have the same 'internal abstract structure'. Or: if you were to 'graph' the model by making the objects nodes and by drawing an arrow from $x$ to $y$ iff $p(x,y)$, and you would not label the nodes, then the graphs would look exactly the same).
Finally, a total order is a relation that is anti-symmetric and transitive (this makes it an order) and such that there is a relationship between any two elements (i.e. For any $x$ and $y$, you either have $p(x,y)$ or $p(y,x)$; this is what makes it total). Interestingly, the expressions given to you clearly make it an order, but do not necessitate totality ... so I am surprised they call it a total order.