As the name implies, roughly a pager is a piece of software that helps the user get the output one page at a time, by getting the size of rows of the terminal and displaying that many lines.
The most popular pagers in a UNIX text environment are `more` and `less`. The latter is kind of a joke as `less` can actually do more then `more`.