subject

B. Earthquake Warnings The Richter scale measures the strength of earthquakes where every 10
increase represents a tenfold increase in strength. Therefore a 20 artroke is
ten times the strength of a 1.0 and a 30 is one hundred times stronger that a 10
earthquake. Here are some destruction warnings based on the measurements
Richter Scale Predictions
Score Predicted Destruction
2
Most buildings fall
7
Many buildings are destroyed
6
Many buildings are significantly damages
4.5
Poorly constructed buildings sustain damage
Below 4.5
no structural damage to buildings
Your program should ask the user to provide the Richter scale mexsurement for
an earthquake (valid input is from 10-100) and output the predicted damage from an
earthquake based on the user's input
In Python

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 07:30
Aproject involves many computing systems working together on disjointed task towards a single goal what form of computing would the project be using
Answers: 3
question
Computers and Technology, 24.06.2019 18:20
7. design a circuit with three inputs (x, y, and z) representing the bits in a binary number, and three outputs (a, b, and c) also representing bits in a binary number. when the input is 1, 2, or 3, the binary output should be one lesser than the input. when the input is 4, 5, or 6, the binary output should be one greater than the input. when the input is 0, the output is 0, and when the input is 7, the output is 7. show your truth table, all computations for simplification, and the final circuit.
Answers: 2
question
Computers and Technology, 24.06.2019 18:30
How does the use of e-mail benefit business communications? it can be sent at any time. it is faster than regular mail. it improves writing skills. it is less expensive than using a courier. it reduces the need for proofreading.
Answers: 1
question
Computers and Technology, 25.06.2019 09:20
Part d: float check string has a method s.isdigit() that returns true if string s contains only digits and false otherwise, i.e. s is a string that represents an integer. write a function named float_check that takes one parameter that is a string and returns true if the string represents a float and false otherwise. for the purpose of this function we define a float to be a string of digits that has at most one decimal point. note that under this definition an integer argument will return true. remember “edge cases” such as “45.” or “.45”; both should return true. for example: float_check('1234') returns true float_check('123.45') returns true float_check('123.45.67') returns false float_check('34e46') returns false float_check('.45') returns true float_check('45.') returns true float_check('45..') returns false
Answers: 2
You know the right answer?
B. Earthquake Warnings The Richter scale measures the strength of earthquakes where every 10
...
Questions
question
History, 18.11.2020 18:30
question
French, 18.11.2020 18:30
question
Mathematics, 18.11.2020 18:30
Questions on the website: 13722363