Answer:
#include<stdio.h>
void ConvertFahrenheit(float);
void main()
{
float fahrenheit_temp;
printf("Input the temperature in Fahrenheit: ");
scanf("%f", &fahrenheit_temp);
ConvertFahrenheit(fahrenheit_temp);
}
void ConvertFahrenheit(float fahren) {
float c, k;
c = (fahren - 32)/1.8;
k = (fahren + 459.67)/1.8;
printf("Celsius = %f\n", c);
printf("Kelvin = %f", k);
}
Explanation:
- Inside the main function, take the temperature in Fahrenheit as an input from user and call the ConvertFahrenheit function by passing it the fahrenheit_temp variable as an argument.
- Create the ConvertFahrenheit function for the conversion and convert the fahrenheit value to the Celsius and Kelvin by using their conversion formulas respectively.
- Lastly, display the result in Celsius and Kelvin.
Answer:
Option A is the correct answer for the above question.
Explanation:
A Victim is a person, who faces the problem of a criminal person. Here in the question, the scenario is that a user is a victim of the identity of being theft by some other person. So the user can get known by the help of option a, which suggests that the user's credit card report display something which is not done by him then it can be the scenario, where the user can understand that he is a victim. hence option a is the correct answer where the other option is not because--
- Option B suggests the user does not pay the bill on time but it is a general case because the bill is paid by the user is in every month not a single time.
- Option C suggests both options (A and B) are correct, but option b is not the correct.
- Option D suggests that no option is valid from the above but option A is the correct.
Answer:
Explanation:
Gas Filling Station has pumps. Pumps have credit card readers. Driver can able to swipe their cards, pumps have Fuel. Pumps card readers communicate with Credit Company. Driver interacts with pump for fuel and credit card.
In this situation the following we need to treat as objects.
They are Pump, Card reader, Fuel tank, communication system, system controller and price table.
Design pattern for the following system is attached below
Answer:
Second Generation: transistors
Third Generation: integrated circuits
First Generation: vacuum tubes
Explanation:
Generations of computers are categorized based on the technologies that were used in them.
Given innovations or technologies are:
<u>transistors
:</u>
Transistors were introduced in the second generation in place of vacuum tubes.
<u>integrated circuits
:</u>
Integrated circuits were introduced in the third generation. An IC consists of multiple transistors.
<u>vacuum tubes:</u>
The very first generation of computers used vacuum tubes to do the calculations. the only drawback was that the tubes used to heat up very soon.
Hence,
Second Generation: transistors
Third Generation: integrated circuits
First Generation: vacuum tubes
Answer:
Avoid sharing photos with anyone online.
Explanation:
People can track you down. Its not worth to be kidnapped. Stay safe.