Answer:
In Python:
def get_letter_grade(points):
if points>=900:
grade ="A"
elif points>=800 and points < 900:
grade ="B"
elif points>=700 and points < 800:
grade ="C"
elif points>=600 and points < 700:
grade ="D"
else:
grade = "F"
return grade
Explanation:
This defines the function
def get_letter_grade(points):
The following if-else if conditions check the score to determine the appropriate grade
<em> if points>=900:</em>
<em> grade ="A"</em>
<em> elif points>=800 and points < 900:</em>
<em> grade ="B"</em>
<em> elif points>=700 and points < 800:</em>
<em> grade ="C"</em>
<em> elif points>=600 and points < 700:</em>
<em> grade ="D"</em>
<em> else:</em>
<em> grade = "F"</em>
This returns the grade
return grade
They are several weaknesses or disadvantages of file processing
systems but the major weakness is data redundancy and inconsistency. By data
redundancy, I mean duplication of data. There are no better methods to validate
insertion of duplicate data in file systems. Data redundancy can also increase
the chance for errors.
Answer:
<u><em>B, To use a consistent design throughout your presentation</em></u>
Explanation:
<em>Templates basically enforce overall consistency by having a pre-determined structure and layout. All documents made using a template will match its layout exactly. When it comes to your document's content, Word's Styles tool is a great way to maintain consistent formatting.</em>
Answer:
A. boat oar is your answer hope it helped