Formula
Explanation: A formula is inserted into a cell and the cell then follows the instructions of the formula to come to an answer.
Answer:
Your answer would be option D
Explanation:
Computer aided software can do everything that it states from A to D.
A, is true because it could display physics of items such as building models or cars.
B, This is very common such as WW11 movies and there backgrounds, such as a city that doesn't exist anymore or the world trade center before the incident.
C, With current tech you would make many different landscapes and areas that don't even exist like editing a grassy landscape during fall and putting snow over the land scape making it look like there is snow when there's not.
BRAINLEIST PLEASE! if you have any questions please ask.
Answer:
Let's say you need to remember some information, the way moviegoers tried to remember the name of the movie. Instead of storing it in your human memory, you can store information in your computer's memory using Python. This is called assigning a string value to a variable.
To assign a string value to a variable in Python, follow this example. Select each part of the code to see how it works with the movie title example.
movieTitle = "Live. Die. Repeat."
This line of Python code is an example of an assignment statement. In an assignment statement, you tell Python, "This variable is assigned this string value."
Explanation: