Which of the following statements is *FALSE* with regards to an Inverted Index Construction?
1) Terms in the Dictionary are the direct result of tokenizing documents (collection).
2) A typical Inverted Index will consist of a Dictionary file and Posting Lists.
3) The Dictionary file will contain the terms sorted alphabetically.
4) The Posting Lists will consist of collections of documents ID (docID) for each term.