Imagine a 4x4 grid where a mouse is hidden in one of the cells. To identify the exact cell containing the mouse, you are allowed to perform queries in a specific manner. You can select a subset of cells and "scan" the grid to determine if the mouse is present within that subset, although the exact location remains unknown. How can you locate the mouse using the minimum number of scans?