Computer Science, asked by ajonijo7824, 1 year ago

When program size is greater than ram ,how will programs will get excecuted?

Answers

Answered by Anonymous
1
Yes, it is possible to have program that will run even if total size is bigger than address space.

Programs large than available address space existed for very long time. Common way is to split program into chunks that can fit into address space and than sequentially/on demand load other chunks.

If you have player that can play a file it will play a file. Not sure how it is related to OS...
Similar questions