Question is here: Consider a logical-address space of 32 pages with page size 512 words, mapped onto a physical memory of 128 frames.
I want to know if my attempting calculation below is correct: so far I have come the: **
32 pages = 2^5 bits
512 words = 2^9 bits
128 frames = 2^7 bits
**
How to calculate the logical address and physical address if i do not know the word size?