Answer:
Ok so RAM is Random-Access-Memory.
RAM can store data just like in a hard drive - hdd or solid state drive - ssd
but the thing is that ram is really fast and data is only stored when RAM chips get power. On power loss your all data will be lost too.
ROM thanslates to Read-Only-Memory - so data in ROM chips can't be modifyed computer can just read the data but not write.
Read-only memory is useful for storing software that is rarely changed during the life of the system, also known as firmware.
Have a great day.
Explanation:
The answer is A. D could be true, but if you have green, they would have a red hand, and not right-of-way
In the Programming stage of the system development life cycle, the design specifications are translated into computer code
Answer:
I think it's input, not sure tho
Answer:
python:
f = open("\info\bikes.txt", "r")
print(f.read())
Explanation: