<span>A theme is a coordinated set of colors, fonts, backgrounds, and effects.</span><span>
An installed theme can be accessed and applied by clicking on a theme in the Themes group on the Design tab. </span><span>
If you need to use a custom theme frequently, you can save a presentation file as a(n) Office theme file.</span>
Answer:
0.444
Explanation:
Formula for slope = (X2 - X1)/(Y2 - Y1)
X1 =100
X2 = 500
Y1 = 1000
Y2 = 10000
Slope = (500 - 100)/(10000 - 1000)
=400/9000
=4/90
=0.04444
Number of bill(X axis) against sales (Y axis)
Answer:
Algorithms are a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.
Pseudo code is an informal description of an algorithm or how a program will function.
a. An example of an algorithm using coding terminology would be a function to find the largest or smallest number in a user-defined array.
b. A function that could include an algorithm would be a function that compares input.
c. Pseudo code could be used to outline a part of a program that has to carry out a specific function.
I hope that helped! If you have any questions I am glad to help.