Final answer:
The CPU address is divided into a page number and a page offset, corresponding to entries in the page table and the location within a page, respectively.
Step-by-step explanation:
Every address generated by the CPU is divided into a page number and a page offset. When the CPU generates an address, it's typically in the context of virtual memory, which is a concept used by operating systems to manage the memory resources more efficiently. Virtual memory systems use a page table to manage these addresses. The page number corresponds to an entry in the page table which points to the frame in physical memory where the page resides. The page offset specifies the exact location within the page or frame. Frame bit and frame offset are not standard terms for this concept.