Please please lord lord thank
Integrated circuits incorporate many transistors and electronic circuits on a single tiny silicon chip, allowing <u>Third generation computers </u>to be even smaller and more reliable than earlier computers.
<h3>What are the Third generation computers?</h3>
The Third generation computers are known to be a kind of a computers that was said to have came about as a result of the growth and development of the integrated circuit (IC).
Note that they are said to be the first steps toward computers and as such, the Integrated circuits incorporate many transistors and electronic circuits on a single tiny silicon chip, allowing <u>Third generation computers </u>to be even smaller and more reliable than earlier computers.
Learn more about Integrated circuits from
brainly.com/question/1156455
#SPJ1
Answer: C) Crisis- mapping
Explanation:
Crisis mapping gather all the information from different sources like e-mail, tweets and text messages.
It makes the information and data publicly available for use in many emergencies. it also analysis the data and display it during crisis.
The advantage of this method is that it basically increases the awareness among all the public so that they can easily report the information and improve the data management.
Therefore, Option (C) is correct.
Answer:
freezer
Explanation:
you can freeze your application and it won't show on your launcher till you unfreeze it
Answer:
Below are the function for the above question in java Language---
void show_info(String name,String home,String state)
{
System.out.println("Your name is "+name+" and you live in "+ home+" ,"+state +".");
}
Output:
- If the user inputs name="Gaus",city="LosAngeles" and state="California" then the output will be "Your name is Gaus and you live in LosAngeless, California."
Explanation:
- The above function is in java language which takes three argument names, state, and the city.
- The name will be stored on the name variable of the string type.
- The state will be stored on the state variable of string type.
- The city will be stored on the city variable of the string type.
- Then the Output will be displayed with the help of the print function.
- '+' is used to merge the string.