Answer:
Nothing just the video is series of photos together
Explanation:
C. Healing brush
That’s the answer
I’m 98% sure that it is B because customer service would be provided to people who buy from the company and need help
Answer:
when make a task list you would not include commands that are for any specific language like C++
Explanation:
pseudocode should be universal. So when creating the task list, you would not include commands that are for any specific language like C++, java, C#, or perl. The point of pseudocode is to design a program that can be translated in to any language.
Answer:
True
Explanation:
When an object is falling under the influence of gravity, the distance of fall as a function of time is given by:
D(t)=ut + 1/2 * a * t^2
Where
u = initial velocity of the object ( = 0 in this case as the object is falling only under gravity),
a = acceleration of the falling object = g = 9.8 m/s^2 which represents the acceleration due to gravity.
Simplifying,
D(t) = 1/2 * g * t^2