CS201 GDB 1 Solution Fall 2022 download | CS201 GDB 1 Solution 2022 pdf CS201 GDB 1 Solution Fall 2022 download pdf cs201 gdb solution 2022
Which memory allocation approach will you choose for memory management in terms of high performance and high responsiveness? Static memory allocation or dynamic memory allocation? Justify your answer with the proper reasoning.
CS201 GDB 1 Solution Fall 2022 download | CS201 GDB 1 Solution 2022 pdf CS201 GDB 1 Solution Fall 2022 download pdf cs201 gdb solution 2022
|
question description;
Suppose, you are working as a Gaming Application Developer in a XYZ company. Memory management is an important feature when you are working on
gaming development, or on large applications. In gaming, high performance and responsiveness are the most important factors. Furthermore, in gaming, environment performance depends on how you are managing the given memory on devices.
Considering the requirements given in the above scenario;
Which memory allocation approach will you choose for memory management in terms of high performance and high responsiveness? Static memory allocation or dynamic memory allocation? Justify your answer with the proper reasoning.
Instructions:
- Do not post irrelevant answers (You will get any grade if you post irrelevant answer.
- Answer must not exceed 4-5 lines of text.
- No GDB would be accepted after due date and on mail.
SOLUTION:
I will choose Dynamics memory allocation, because this method has no ‘memory wastage. The
memory allocation is done during game execution. ‘Memory size can be changed based on the
requirements. If memory is not required, it can be freed. So the new scenes appearing in the game
allocate the memory which was freed by previous object. So our program (game) work properly.
mcm301 quiz 3 2022 pdf
https://vuknowledgeonline.blogspot.com/2022/08/mcm301-quiz-3-2022-pdf-mcm301-quiz-3.html
0 Comments
Post a Comment