How does the operating system typically manage memory allocation and deallocation in mobile devices?
Using a first-in, first-out (FIFO) approach
Using a garbage collector
Using a buddy allocation system
Using a least-recently-used (LRU) algorithm

Mobile Technology Exercises are loading ...