Soru
27. To obtain better memory utilization, dynamic loading is used. With dynamic loading, a routine is not loaded until it is called. For implementing dynamic loading __ a) special support from operating system is essential b) special support from hardware is required c) user programs can implement dynamic loading without any special support from hardware or operating system d) special support from both hardware and operating system is essential
Çözüm
4
(215 Oylar)
Tan
Elit · 8 yıl öğretmeni
Uzman doğrulaması
Cevap
The correct answer is:d) special support from both hardware and operating system is essentialDynamic loading requires support from both the hardware and the operating system to manage the loading and execution of routines as needed.