Computers and Technology

All the questions below must be answered using Python script (Recommendation: using basic Python, not necessary to use advanced packages like Numpy or Pandas) a) Decide a data structure to represent the class with students and grades information with assumption that the class list is long enough. Read the provided csv file containing these information and store into a variable having the defined data structure.
b) Calculate the final grade of each student and print out the final grades of all students
c) Develop a function to convert numeric grade to letter grade. Utilize the developed fun
d) Find the student with highest score, then print that student name and the highest score . Note: do not list them with what you see using your eyes. Please you Python script to find out the students and show them to the screen.
e) List all students whose final letter grade is A. Note: do not list them with what you see using your eyes. Please you Python script to find out the students and show them to the screen.
f) List all students whose final grade is F. Note: do not list with what you see using your eyes. Please you Python script to find out the students and show them to the screen.
g) Count all students whose final grade is either B, or C, or D. Note: do not count with what you see using your eyes.

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 17:30, Samsonb
Working on this program in python 3.7: a year in the modern gregorian calendar consists of 365 days. in reality, the earth takes longer to rotate around the sun. to account for the difference in time, every 4 years, a leap year takes place. a leap year is when a year has 366 days: an extra day, february 29th. the requirements for a given year to be a leap year are: 1) the year must be divisible by 42) if the year is a century year (1700, 1800, the year must be evenly divisible by 400some example leap years are 1600, 1712, and 2016.write a program that takes in a year and determines whether that year is a leap year. ex: if the input is 1712, the output is: 1712 is a leap year. ex: if the input is 1913, the output is: 1913 is not a leap year. your program must define and call the function isleapyear(useryear). the function should return true if the input year is a leap year and false otherwise.
Answers: 1
image
Computers and Technology, 23.06.2019 04:31, hargunk329
Q13 what function does a security certificate perform? a. creates user accounts b. scrambles data c. identifies users d. creates password policies e. provides file access
Answers: 1
image
Computers and Technology, 23.06.2019 08:00, seaotter7140
Michael has written an e-mail to his employees that describes a new product special that will be introduced to the customers next week. by taking time to make sure the e-mail is well written, logical, and organized, michael has made sure his message has the characteristics of a) effective communicationb) ineffective communicationc) barriers to communicationd) workplace communication
Answers: 2
image
Computers and Technology, 25.06.2019 01:00, shonesam98
Regular maintenance is a key component of automotive lift safety.
Answers: 1
Do you know the correct answer?
All the questions below must be answered using Python script (Recommendation: using basic Python, no...

Questions in other subjects: