Emerging technology becomes _____ when it becomes a part of everyday life. obsolete useless current necessary

Answers

Answer 1

Answer:

Necessary

Explanation:

It makes the most sense. Have a great day ad sorry if this is wrong!


Related Questions

PLEASE WRITE A ONE SENTANCE SUMMARY, WILL GIVE BRAINLIEST!! (history of computers) You have completed an extensive investigation of the question Who invented the computer? You have gathered sufficient evidence, and the moment has come to report your findings!


Step 1: Write a one-sentence summary of your conclusion to the question Who is the inventor of the computer? Be sure you can back up this claim with evidence in the the remaining activities in this assessment.

Answers

Answer:

Charles Babbage, (born December 26, 1791, London, England—died October 18, 1871, London), English mathematician and inventor who is credited with having conceived the first automatic digital computer.

Explanation:

The idea of mechanically calculating mathematical tables first came to Babbage in 1812 or 1813. Later he made a small calculator that could perform certain mathematical computations to eight decimals. Then in 1823 he obtained government support for the design of a projected machine, the Difference Engine, with a 20-decimal capacity. The Difference Engine was a digital device: it operated on discrete digits rather than smooth quantities, and the digits were decimal (0–9), represented by positions on toothed wheels rather than binary digits (“bits”). When one of the toothed wheels turned from nine to zero, it caused the next wheel to advance one position, carrying the digit. Like modern computers, the Difference Engine had storage—that is, a place where data could be held temporarily for later processing.

Ima comment so the person above me can get a brainliest

Which changes the natural world?
technology
science
prototypes
feedback

Answers

it would be technology,
Its personally my opinion.
So i think its technology… :)

Final one bit l y links are a virus that will corrupt your files do not go on it

Answers

That’s actually really helpful, someone answer my question with one but I’m glad I didn’t use the link :)

Nikki is designing a project that uses satellites. Which of these observations would be performed best by using satellites that orbit Earth?
Group of answer choices

a) number of different fish species in coral reefs near Florida

b) composition of a rock layer in northern Florida

c) land changes over a period of time

d) height of high tide on one day at a beach in southern Florida


YOU CAN GET BRAINLIEST

Answers

The observation would be best performed by making use of the satellite that orbits the earth based on the composition of a rock layer in northern Florida.

What is a satellite?

A satellite is an object that is located in space and orbits the larger bodies. Such as the natural satellite of the earth is the moon and the artificial satellites orbiting earth are placed deliberately into orbit to collect the needed information about the planet.

Find out more information about the satellite.

brainly.com/question/1236865

Define the term algorithm and give one example of an algorithm that can be used to solve a problem.

PLZ HELP ME!

Answers

a process or set of rules to be followed in calculations or other problem-solving operations. Example: PEMDAS

What is the difference between weak AI and strong AI?

Answers

Answer:

Strong AI has a complex algorithm that helps it act in different situations, while all the actions in weak AIs are pre-programmed by a human. Strong AI-powered machines have a mind of their own. They can process and make independent decisions, while weak AI-based machines can only simulate human behavior.

One is strong and one is weak hope this helps :)

How to get the pc accelerate pro virus off my computer

Answers

Try to see a computer specialist to help
if that is a type of program, click on windows or search for "control panel" go to programs and right click uninstall on it. hope this works

Which of these lists correctly orders the binary numbers from smallest to largest?


A: 1010,0110,0101,0011


B: 0011,0110,0101,1010


C: 1010,0101,0110,0011


D: 0011,0101,0110,1010

Answers

Answer:

The answer is D: 0011,0101,0110,1010

D is the correct answer.

bit l y 3a8Nt8n It’s a virus don’t go on it

Answers

Answer:

EXACTLY!! THANK YOU

Brook is designing a database that customers can use to find their ideal vacation spot. If they only want to see beach vacations in Jamaica, then they must _____.
sort the data
store the data
filter the data
output the data

Answers

I think they should Filter the data
Filter the data is the correct answer hope this helps :)

Which part of project management takes deadlines into consideration?

Analysis
Resources
Scope
Time

Answers

Resources

enjoy ur day!
Analysis

Have a wonderful day mate :)

Which part of project management takes deadlines into consideration?

Analysis
Resources
Scope
Time

Answers

Time is the answer I guess
Bcz if the deadline date passes and the task is not completed,Project displays an indicator .

Answer:

time

Explanation:

Coding with Loops Worksheet
Print | Save
Output: Your goal
You will complete a program that asks a user to guess a number.

Part 1: Review the Code
Review the code and locate the comments with missing lines (# Fill in missing code). Copy and paste the code into the Python IDLE. Use the IDLE to fill in the missing lines of code.

On the surface this program seems simple. Allow the player to keep guessing until he/she finds the secret number. But stop and think for a moment. You need a loop to keep running until the player gets the right answer.

Some things to think about as you write your loop:

The loop will only run if the comparison is true.
(e.g., 1 < 0 would not run as it is false but 5 != 10 would run as it is true)
What variables will you need to compare?
What comparison operator will you need to use?
# Heading (name, date, and short description) feel free to use multiple lines

def main():

# Initialize variables
numGuesses = 0
userGuess = -1
secretNum = 5

name = input("Hello! What is your name?")

# Fill in the missing LOOP here.
# This loop will need run until the player has guessed the secret number.

userGuess = int(input("Guess a number between 1 and 20: "))

numGuesses = numGuesses + 1

if (userGuess < secretNum):
print("You guessed " + str(userGuess) + ". Too low.")

if (userGuess > secretNum):
print("You guessed " + str(userGuess) + ". Too high.")

# Fill in missing PRINT statement here.
# Print a single message telling the player:
# That he/she guessed the secret number
# What the secret number was
# How many guesses it took

main()
Part 2: Test Your Code
Use the Python IDLE to test the program.
Using comments, type a heading that includes your name, today’s date, and a short description.
Run your program to ensure it is working properly. Fix any errors you observe.
Example of expected output: The output below is an example of the output from the Guess the Number game. Your specific results will vary based on the input you enter.

Output

Your guessed 10. Too high.
Your guessed 1. Too low.
Your guessed 3. Too low.
Good job, Jax! You guessed my number (5) in 3 tries!



When you've completed filling in your program code, save your work by selecting 'Save' in the Python IDLE.

When you submit your assignment, you will attach this Python file separately.

Part 3: Post Mortem Review (PMR)
Using complete sentences, respond to all the questions in the PMR chart.

Review Question Response
What was the purpose of your program?
How could your program be useful in the real world?
What is a problem you ran into, and how did you fix it?
Describe one thing you would do differently the next time you write a program.

Part 4: Save Your Work
Don't forget to save this worksheet. You will submit it for your assessment.

Answers

Mmmmmmmmmmmmmmmmmmmmmmmm
Uhh this is giving me a headache

PLZ HELP ME!
Write pseudocode for getting a bowl of ice cream using at least four steps.

Answers

1. Get the material that you need
2. Open the ice cream
3. Scoop out the ice cream using your materials
4. Put that scoop in a bowl
Step (1) Use am ice cream scooper to scoop the ice cream.

Step (2) Insert the scooped ice cream into the desired bowl.

Hope this was helpful :)

Python coding beginners question

Answers

Answer:

i really don't know

Answer:

thanks a lot i was in need of it

Other Questions
Listed below are speeds (mi/ h) measured from southbound traffic on 1-280 near Cupertino, California (based on data from SigAlert). This simple random sample was obtained at 3:30 PM on a weekday. Use the sample data to construct a 95% confidence interval estimate of the population standard deviation. Does the confidence interval describe the standard deviation for all times during the week? 626161576154595859696067 Christine and Susan have been together for 3 years and are thinking about getting married. Lately all they seem to do is fight, as they have trouble communicating over the slightest issue. Both are unhappy and are each thinking that they may need to call off the wedding. They go to see a(n) ________ therapist who might help them work through these communication issues and to help them build collaborative problem-solving strategies. Suppose people expect inflation to equal 3 percent but in fact, prices have risen by 5%. Describe how this unexpectedly high inflation would help or hurt these individuals?a. The US governmentb. A homeowner with a fixed-rate mortgagec. Union Worker in the second year of a fixed raise labor contract.d. A college that has invested some of it endowment in government bonds. Fraction 4 over 5 n = Fraction 2 over 3 .n = ___? aFraction 2 over 15 bFraction 5 over 6 c1 Fraction 1 over 5 d1 Fraction 7 over 15Please Choose A B C or D If 4 mg of carbon combines with oxygen to form carbon dioxide molecules, howmuch carbon will be found in the product? 8 mg4 mg2 mg1 mg Find the missing side of the right triangle where c is the hypotenuse and a and b arelegs. Round your answer to one decimal place.a = 11 mc = 15 m A gym membership costs for $40 for each month.The cost of the membership for 12 months will be Why did the South attack Antietam? LOOK AT THE PICTURE!! I REALLY NEED HELP SOMEONE PLEASE HELP ME OUT In hearts and hands what is the setting and explain why this contributes to the plot 1 Si una sucesin aumenta de 7 en 7 Cules son losprimeros 10 trminos si inicia en 4? The major advantage of margin trading is the Need answer fast!!!! WHAT IS THE REFLECTION OF 2, -4 A-2, -4)NO LINKS AND I WILL GIVE ALL MY POINTS AND BRAINLIST B (-4, -2)C (2,4)D (4, 2) Mel begins playing video games at the time on the left clock. If she stops playing video games at the time on the right clock, how many minutes did Mel spend playing video games? What is the smallest height needed to make a wave?A6 feetB90 millimetersC20 millimetersDany height 17. Giolitti's concerns in Source 2 about the potential consequences of conflict in the Balkans are mostdirectly explained by which of the following developments in Europe in the late nineteenth and earlytwentieth centuries?I if you lived in colonial america, would you have remained loyal to great britain or joined in the revolution?explain your answer i need help plzzzzzzzzzzzzzzzzzzzzzzzzzzzz Tamia is getting balloons for her father's birthday party. She wants each balloon string to be 6 feet long. At the party store, string is sold by the yard. If Tamia wants to get 59 balloons, how many yards of string will she need?