File size: 1,673 Bytes
a0468f0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
{
"header": {
"university": "University of Advanced Earth Sciences",
"name":" John Doe",
"department": "Geology and Geophysics",
"course_code": "GEOL 304 / GEOPH 202",
"course_title": "Geology and Geophysics",
"date": "Nov 14 18, 2024",
"duration": "2 hours",
"instructor": "Dr. Jane Rockford"
},
"short_answer_questions": {
"question1": {
"question": "How do metamorphic rocks form?",
"answer": "Metamorphic rocks form under pressure and heat, altering existing rocks."
},
"question2": {
"question": "What is a DTM (Digital Terrain Model)",
"answer": "A DTM is a 3D representation of a terrain鈥檚 surface, typically used in geographical and environmental studies to map elevation data, excluding features like vegetation and buildings"
},
"question3": {
"question": "What is the difference between a structural dome and a basin?",
"answer": "A structural dome is an upward-curved rock layer structure, while a basin is a downward-curved structure, both caused by tectonic forces. "
}
},
"long_answer_questions": {
"question1": {
"question": "Why is FWI computationally intensive?",
"answer": "FWI involves large datasets and complex algorithms that require significant computational power."
},
"question2": {
"question": "What is the role of magnetotellurics in geophysics?",
"answer": "Magnetotellurics measures variations in electrical conductance due to subsurface fluids."
}
}
}
|