Answer:
Microsoft PowerPoint is a powerful slide show presentation program. It is a standard component of the company's Microsoft Office suite software, and is bundled together with Word, Excel, and other office productivity tools. The program uses slides to convey information rich in multimedia.
hope it work️
My answer to the question is ISP(Internet Service Provider).
Answer:
The function code and the formula for the above question is listed below:
Explanation:
Function:
float typing_speed(int Number_of_words, int Time_in_seconds)
{
float time= Time_in_seconds/60;
float speed= Number_of_words/time;
return speed;
}
Formula for this algorithm or program:
Number of words per minute= number of words/ Time(in minutes).
Function Explanation
- The above function defined in the c-language code, which is used to return the typing speed for any user when he enters the number of words and the time in seconds.
- The speed is calculated with the help of the above-defined formula.
- The first statement of the code is used to change the time in a minute.
- The second statement of the code is used to calculate the speed by the help of speed formula.
- Then the third statement returns the value of the speed variable.
Answer:
we cant tell what your talking abt please repost with at pitcher or a exolination
Explanation:
Answer:
The correct answer for the given question is option(b) i.e syntax
Explanation:
Syntax is the grammar of the structure format or order of the data meaning in which they are presented .syntax is the set of rules that define the words,symbol are to be a correctly structured or documented in that language.
Semantics differentiate the meaning of an data from its format it is not describe structure or format of the data so this option is wrong.
timing is not the correct option so correct answer is syntax.