Answer:
Random-Access Memory
Explanation:
used as a short-term memory for computers to place its data for easy access
The answer is A. The earth was formed 4.54 years ago, and during those first serveral hundred million years, oceans, continents started to form.
A) Precambrian time.
Hey there!
Memory (RAM) is considered to be hardware since it is a physical component that makes up the computer and is accessed through the CPU rather than internal code that makes the computer run (which is software). Therefore, if you are having issues with the memory, it is likely a problem with a memory chip, making it a hardware issue.
Hope this helped you out! :-)
Answer:
C and G
Explanation:
In C language, the asterisks, ' * ', and the ampersand, ' & ', are used to create pointers and references to pointers respectively. The asterisks are used with unique identifiers to declare a pointer to a variable location in memory, while the ampersand is always placed before a variable name as an r_value to the pointer declared.