Query parameters: http://example.com/apples?order=random&color=blue
Matrix parameters: http://example.com/apples;order=random;color=blue
http://example.com/apples;order=random;color=blue/2006/archive
You can read more about matrix parameters here: http://www.w3.org/DesignIssues/MatrixURIs.html
The differences between Matrix parameters and Query Parameters are much more than just convention.
The main differences are:
I've written it up in more detail and with more references in Query vs. Matrix Parameters