Based on the information given the data should be stored in flash memory.
<h3>
What is flash memory:</h3>
Flash memory is a memory storage space that is used to store data or information on a computer.
Flash memory is vital as it help to retain information or data that are stored on a computer after power is removed which inturn means that store data can be retrieve when needed.
Example of flash memory are:
Inconclusion the data should be stored in flash memory.
Learn more about flash memory here:brainly.com/question/6835146
This is true, for every decision you make there is a trade-off.
Answer:
I would say D hope this helps
Python code:
x=121
x += 9
x *= 2
x -= 4
x >>= 2
x -= 121