How Non Indexed Query works in Mongo? Does it load data on memory page by page and converts the binaries to mongo document and map against each document?

How Non-Indexed Query Work in Mongo?
Does it load data in memory page by page, convert the binaries to Mongo documents, and map against each document?