4kb address space can be addressed using the last 12 bits of a 32 virtual address(2^12 = 4kb). So, there are remaining 20 bits in 32 bit va. If we are using 2 level page hierarchy , then first 10 bit can be used for page directory and the next 10 for page table. Therefore 2^10 entries can be mapped in both page directory and page table.
So , the answer should be
The no. of possible page tables that a page directory entry can point to is 2^10
The no. of entries in a page table is 2^10
But idk why it says , since a page directory can only identify 2^10 entries.
The no. of possible page tables that a page directory entry can point to is 2^20
The no. of entries in a page table is 2^10.