Computer Science, asked by karish3994, 1 year ago

When the program size is larger than the ram size, how will the program get executed?

Answers

Answered by Chetan12341
0
Hey!
_______________________________
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...
_______________________________
hope this may help you
Similar questions