Answer:
import random
def simulate_observations():
#this generates an array of 7 numbers
#between 0 and 99 and returns the array
observations = random.sample(range(0, 100), 7)
return observations
#here,we call the function created above and print it
test_array = simulate_observations()
print(str(test_array))
Answer:
This would be considered a CPU in that case.
Explanation:
A CPU does basic arithmetic, logic, controlling, input AND the output. It would be stated in the program's instructions.
Answer:
The law of conservation of Energy states that energy can never be created nor destroyed.
Explanation: