16.4k views
0 votes
which of the following requests memory from the operating system? group of answer choices python runtime memory allocation device python compiler reference counter

User VKostenc
by
8.3k points

1 Answer

4 votes

Answer:

Python runtime memory allocation

Step-by-step explanation:

Process of an app requesting and being granted memory

- Granted to the app by OS
- Certain objects in Python may reside in memory that has not been allocated.

User Razboy
by
7.7k points