CS_2984_19921_201601
Homework 19
Skip To Content
Dashboard
  • Login
  • Dashboard
  • Calendar
  • Inbox
  • History
  • Help
Close
  • My Dashboard
  • CS_2984_19921_201601
  • Assignments
  • Homework 19
2016 Spring
  • Home
  • Modules
  • Pages
  • Assignments
  • Syllabus
  • Smart Search
  • Facebook Group
  • Class Notebook
  • Portfolium
  • Google Drive
  • Microsoft OneDrive
  • Top Hat
  • VT Library Help
  • Zoom
  • Course Gallery
  • Gradescope
  • Course Evaluations

Homework 19

  • Due Mar 31, 2016 by 9:30pm
  • Points 5
  • Submitting a file upload
  • File Types py
  • Available until Apr 19, 2016 at 9:30am
This assignment was locked Apr 19, 2016 at 9:30am.

For the following exercises we have provided you with some starting code in python. Download the .py files and put them in your computational thinking folder (the one we created on installation). Open the files in spyder, add your name at the top next to the "Author" field and write the code for the exercise in it. Upload all the appropriate files to each question as your response to this assignment.

Problem #1

File: hw-19-q1.py Download hw-19-q1.py

We want to answer the following question: Are earthquakes concentrated in any areas?
To answer this question do a scatter plot that compares the coordinates for each earthquake. That is, a scatter plot between longitude and latitude.

Problem #2

File: hw-19-q2.py Download hw-19-q2.py

We want to answer the following question: Are shallow earthquakes more frequent than deep ones?
In order to answer this question you must show a histogram of the depths of the earthquakes recorded.

1459474200 03/31/2016 09:30pm
Please include a description
Additional Comments:
Rating max score to > pts
Please include a rating title

Rubric

Find Rubric
Please include a title
Find a Rubric Links to an external site.
Title
You've already rated students with this rubric. Any major changes could affect their assessment results.
Links to an external site.
 
 
 
 
 
 
 
     
Can't change a rubric once you've started using it.  
Title
Criteria Ratings Pts
This criterion is linked to a Learning Outcome Description of criterion
threshold: 5 pts
Edit criterion description Delete criterion row
5 to >0 pts Full Marks blank
0 to >0 pts No Marks blank_2
This area will be used by the assessor to leave comments related to this criterion.
pts
  / 5 pts
--
Additional Comments
This criterion is linked to a Learning Outcome Description of criterion
threshold: 5 pts
Edit criterion description Delete criterion row
5 to >0 pts Full Marks blank
0 to >0 pts No Marks blank_2
This area will be used by the assessor to leave comments related to this criterion.
pts
  / 5 pts
--
Additional Comments
Total Points: 5 out of 5
Previous
Next

Homework 19 - TypesNext Module:
Module 5 - Mini-Project