Rocks Under Pressure Quick Check
2 of 42 of 4 Items
Question
Use this paragraph: Carlon is using two wooden blocks to model the movement of Earth’s plates. He pushes one block forward and the other block backward, rubbing their surfaces together.

Which Earth feature is he modeling?

(1 point)
Responses

strike-slip fault
strike-slip fault

rift valley
rift valley

normal fault
normal fault

thrust fault

Answers

Answer 1
Normal faults went rock under pressure quick checking
Answer 2

Carlon is modeling normal fault which is a feature of the earth. Thus, option C is correct.

What is an Earth?

"The definition of Earth is a planet in the solar system where livelihood is known to exist. It is the third planet from the sun and is home to both living and non-living organisms. It has one moon and revolves around the sun."

Normal faults are in many cases found along disparate plate limits, for example, under the sea where new hull is framing. Long, profound valleys can likewise be the aftereffect of typical blaming.

A normal fault is a plunge slip issue in which the block over the shortcoming has moved descending compared with the block underneath. This sort of blaming happens because of expansion and is in many cases seen.

Therefore, option C is the correct option.

Learn more about Earth, here:

https://brainly.com/question/12041467

#SPJ2


Related Questions

The last Prime Minister who was voted in only by national election was David Cameron in 2010. How is this different from how Liz Truss became Prime Minister?

Answers

Answer:

She was elected because the current prime minister resigned.

Explanation:

Answer:

Explanation:

Liz Truss only became the PM only by public votes rather than in the party as she would have lost.

Other Questions
WILL GIVE POINTS I need help choosing a subject for this assignmentIn the United States, business regulations have been evolving since the 1800s. Chose an aspect of federal regulation of business practices, such as workplace safety, finance reform, or consumer protection, and create a presentation that is a timeline identifying five key factors that contributed to the definition and implementation of the regulation as it is enforced today. You can go online and research significant regulations or legislation; many of the federal agency websites may be of value. For each one, including the following information:Date it was passedCircumstance that motivated itWho it benefits and whyYou can use the presentation software of your choice for this assignment. Make sure that you are using reputable websites and include a list of at least three appropriate websites at the end. Your presentation should be well organized, free of mechanical errors, and easy to read. reid took seven tests. on the first five tests that he took, he averaged $86$ points. on the last three tests, he averaged $95$ points. if he averaged $88$ points on all seven tests, how many points did he average on the last two tests? Multiple choice question. Pick between a, b, c, or d.When only the consequences are available to us, we can analyze them an infer on the issue's...a) ...possible results.b) ...possible variables.c) ...possible chain of events.d) ...possible causes. What is the equipment?What is it measuring?How much is there? study questions from digital text book page 2.03 : Picture's down below Question #1 : What is mSVT?Question #2: What is the mBEC? Disclaimer!! these are not from a Test, Quiz, or Assignment. these are from a practice page and i wanted to know how do these questions for a Future assignment with questions like these. I am just informing you guys because i didn't know the guidelines until now and i will no longer put test questions up because I am now aware its not ok to do so. So This Is not from a Test, Quiz, or Assignment. Thank you Which of the following was NOT a "reality of the Vietnam War?A. US soldiers cut off the North's supply linesB. The Vietcong controlled large parts of South VietnamC. The new South Vietnamese president was corruptD. The bombing campaign did little to halt North Vietnam in a perpetual inventory system, which of the following statements are true? (check all that apply.) multiple select question. the purchaser should record freight-in as an asset, inventory. the purchaser should record freight-in as a selling expense. the seller should record freight-out as a selling expense. the seller should record freight-out as cost of goods sold. Dwight Donovan, the president of Munoz Enterprises, is considering two investment opportunities. Because of limited resources, he will be able to invest in only one of them. Project A is to purchase a machine that will enable factory automation; the machine is expected to have a useful life of five years and no salvage value. Project B supports a training program that will improve the skills of employees operating the current equipment. Initial cash expenditures for Project A are $106,000 and for Project B are $46,000. The annual expected cash inflows are $27,252 for Project A and $12,761 for Project B. Both investments are expected to provide cash flow benefits for the next five years. Munoz Enterprises desired rate of return is 8 percent. (PV of $1 and PVA of $1) (Use appropriate factor(s) from the tables provided.)RequiredCompute the net present value of each project. Which project should be adopted based on the net present value approach?Compute the approximate internal rate of return of each project. Which one should be adopted based on the internal rate of return approach?What is the Net Present Value for project A and project B?Project A?Project B? Solve the system of two linear inequalities graphically.Graph the solution set of the second linear inequality? need help with math The distance to your grandparent's house is 259 miles, and the distance to Atlanta is 555 miles. If it took 7 hours to drive to your grandparent's house, how long would you estimate the drive to Atlanta to take? In binary fission, one cell reproduces into _____ cell(s).(1 point)Responsesfourfourthreethreetwotwoone in a class the ratio of the boy to the girls is 7:8 what part of the whole class are girls Is x = -2 the linear equation that matches this table of ordered pairs?Explain why or why not.Xy-2 7-2 1-2 -5(x, y)(-2,7)(-2, 1)(-2,-5) Our goal is to develop a very simple English grammar checker in the form of a boolean function, isGrammatical(wordList). To begin, we will define a sentence to be grammatical if it contains three words of form: determiner noun verb. Thus[the, sheep, run] is grammatical but [run, the, sheep] is not grammatical nor is[sheep, run]. By tagging convention, determiners are tagged as DT, nouns as NN, verbs as VB, and adjectives (which we discuss later) as JJ. The tagSentence function from the tagger module will help you convert your wordlist to tags; a challenge is that some words (such as swing) have multiple definitions and thus multiple parts of speech (as swing is a noun and swing is a verb). Carefully examine the results returned by tagSentence when defining the logic of isGrammatical.Note that by our current definition, we are not concerned with other aspects of grammar such as agreement of word forms, thus an sheep run would be considered as grammatical for now. (We will revisit this concern later.)[3 points]Add the words thief, crisis, foot, and calf to the lexicon.txt file, and modify wordforms.py so that it generates their plural forms correctly (thieves, crises, feet, calves). In terms of categories for the lexicon.txt, thief is a person, crisis and feet are inanimates. Interestingly, calf might be an animal (the young cow) but might be an inanimate (the part of the body).We are not yet using plurals in our sentences, but you should be able to add additional tests within the wordforms.py file to validate that these new words and forms are handled properly.[3 points]The original lexicon includes singular nouns such as cat but not plural forms of those nouns such as cats, and thus a sentence such as the cats run is not yet deemed as grammatical. However, the wordforms module does include functionality for taking a singular noun and constructing its plural form.Modify the code in tagger.py so that it recognizes plural forms of nouns and tags them with NNS. We recommend the following approach:update the loadLexicon function as follows. Every time you encounter a word that is a noun from the original lexicon.txt file, in addition to appending the usual (word,label), add an extra entry that includes the plural form of that noun, as well as a label that adds an s to the original label. For example, when encountering cat you should not only add (cat,animal) to the lexicon but also (cats,animals).Then update the the labelToTag function to return the new tag NNS when encountering one of those plural labels such as animals.Test your new functionality on sentences such as the cats run as well as with your new plurals such as thieves.[2 points]The original lexicon includes verbs such as run but not 3rd person singular forms of those verbs that end in -s such as runs, and thus a sentence such as the cat runs is not yet deemed as grammatical. As you did with nouns in the previous step, modify the software so that 3rd person singular verbs are added to the lexicon and tagged as VBZ. Test this new functionality on sentences such as the cat runs andthe sheep runs.[2 points]Now we have both plural nouns and 3rd person singular verbs, however the grammar checker currently doesnt match them and thus accepts sentences likethe cat run and the cats runs, neither of which is truly grammatical. Update the rules so that it requires the tag VBZ on the verb if the noun has the singular tag NN, and requires the tag VB on the verb if the noun has the plural tag NNS. Add some test cases to ensure the program is working as intended. Include tests with unusual forms such as the noun sheep that can be singular or plural; thus the sheep runs and the sheep run are grammatical. Make sure to update any previous tests to conform to these new expectations.[2 points]Update your grammar to allow any number of optional adjectives between the determiner and noun in a sentence, thereby allowing sentences such as the big sheep run and the big white sheep run, though disallowing sentences such as the cat sheep run. a student was given a dye sample believed to contain several components. in an attempt to determine the identity of those components, she decided to analyze the mixture using tlc. the student used both 100% hexanes and 50% hexanes in ethyl acetate as eluting solvents and spotted known dyes for comparison. the following tlc chromatographs were obtained. which is the best solvent choice for this analysis? 52.31g of Cu(NO3) is dissolved in enough water to make 1.400 mL of total solution. what is the molarity of solute in the resulting soultion? A civil case where many plaintiffs come together to seek a remedy for the damages they have incurred is called a what?. For f(x) = 2x + 1 and g(x) = 27, find (f- g)(x) The country of Scotstats requires the people in their country to have license tags on their car such that the first 3 characters are English letters but no letter may repeat. The last 3 characters must each be a number 0-9 and again no numbers can be repeated. How many license tags are possible?