your mine -tyler the creator

This page lists questions and answers that were posted by visitors named your mine -tyler the creator.

Questions

The following questions were asked by visitors named your mine -tyler the creator.

Answers

The following answers were posted by visitors named your mine -tyler the creator.

answer?
1 year ago
Geologists found fossils of similar marsupials from the same time period across South America, Africa, Antarctica, India and Australia. What theory is supported by this discovery?(1 point) Responses Those continents were once a part of one supercontinent....
1 year ago
How were the Himalayas formed? (1 point) Responses due to a sudden shift along a transform boundary due to a sudden shift along a transform boundary due to an increase in volcanic activity due to an increase in volcanic activity when two plates collided w...
1 year ago
Which statement describes a volcano that is classified as dormant?(1 point) Responses It has never erupted. It has never erupted. It is not expected to ever erupt again. It is not expected to ever erupt again. It is expected to erupt soon. It is expected...
1 year ago
Identify the type of plate boundary that created the volcanoes of Iceland.(1 point) Responses a convergent boundary on land a convergent boundary on land a divergent boundary on land a divergent boundary on land a transverse boundary on land a transverse...
1 year ago
What main process do all volcanoes have in common, regardless of the specific ways they form?(1 point) Responses rising magma rising magma plate subduction plate subduction hotspots hotspots plate divergence
1 year ago
Which features would you look for to classify a volcano? Select the three correct answers. (2 points) Responses height height steepness steepness color color type of lava type of lava presence of foliage presence of foliage age of rock
1 year ago
What will happen where two continental plates collide at a convergent boundary?(1 point) Responses One plate is subducted beneath the other. One plate is subducted beneath the other. The direction shifts and it becomes a transform boundary. The direction...
1 year ago
Which information is needed to construct a geomagnetic time scale? Select the two correct answers.(1 point) Responses the magnetic direction of rocks along the surface of Earth the magnetic direction of rocks along the surface of Earth the length of the m...
1 year ago
At which type of plate boundary would a string of small volcanic islands most likely form?(1 point) Responses divergent ocean-ocean boundary divergent ocean-ocean boundary transverse boundary transverse boundary convergent ocean-land boundary convergent o...
1 year ago
Smaller polygon upper A upper B upper C upper D is graphed within larger polygon upper A prime upper B prime upper C prime upper D prime on a coordinate plane. In the image, polygon ABCD is dilated to form polygon A′B′C′D′ with respect to the origin. What...
1 year ago
Smaller parallelogram upper A prime upper B prime upper C prime upper D prime is graphed within larger parallelogram upper A upper B upper C upper D on a coordinate plane. In the image, parallelogram ABCD is dilated in reference to the origin to form para...
1 year ago
answer?
1 year ago
A coordinate plane's axes range from negative 10 to 10 by 1-unit increments. Triangles upper A upper B upper C and upper A prime upper B prime upper C prime are drawn in the system. How can a similarity transformation be used to determine that the AA crit...
1 year ago
Two triangles are sketched on a coordinate plane using a dilation of 2, sharing the same center ordered pair at the origin. One triangle has angle measures of 34 degrees and 80 degrees. Using the AA criterion, what would be the two corresponding angles of...
1 year ago
How does a dilation transformation compare to translations, rotations, and reflections?(1 point) Responses Dilation transformations are the only ones that do not maintain the same side lengths. Dilation transformations are the only ones that do not mainta...
1 year ago
When a figure undergoes a reflection, it changes(1 point) Responses size only. size only. both position and size. both position and size. orientation only. orientation only. both position and orientation.
1 year ago
How do you choose the most appropriate language to solve a problem?(1 point) Responses by focusing on the desired outcome because the language doesn't matter by focusing on the desired outcome because the language doesn't matter by choosing any language b...
1 year ago
Identify an application suite that facilitates and combines all the tools and features that allow the development of other applications.(1 point) Responses integrated editor integrated editor IDE IDE development tools development tools syntax syntax
1 year ago
What is the term for words having different meanings and outcomes based on their capitalization within the Python language?(1 point) Responses function function source code source code print print case sensitive case sensitive
1 year ago
What will be the output of 2021 passed to the method of a leap year?(1 point) Responses 2021 is a leap year. 2021 is a leap year. The program will throw an error. The program will throw an error. 2021 is not a leap year. 2021 is not a leap year. There wil...
1 year ago
Given the following code, what would the output on the final line be? # implementing Queue using List: q=[] q.append(10) q.append(100) q.append(1000) q.append(10000) print("Initial Queue is:",q) print(q.pop(0)) print(q.pop(0)) print(q.pop(0)) print("After...
1 year ago
answer?
1 year ago
A group of students is arguing about which are better terms for a loan with compound interest—longer time with lower interest, or shorter time with higher interest. They decide to write a program to calculate each total so that they can compare between bo...
1 year ago
Which of the following correctly pairs an example with event- or sequential-driven programming?(1 point) Responses event-driven programming – an application that displays all the letters for kids to learn sequential-driven programming – a music applicatio...
1 year ago
The happy number can be defined as a number which returns 1 when replaced by the sum of the square of each digit. For instance, 13 is a happy number because 12+32=10→12+02=1. Number 32 is a happy number because 32+22=13→12+32=10→12+02=1. Other examples of...
1 year ago
Which is a type of error within the sequence of characters that is written in a programming language?(1 point) Responses syntax error syntax error processing error processing error data error data error print error
1 year ago
If you were creating code to extract data and you needed to access an established collection of resources to acquire pre-written code and routines or modules, what might you be using to extract this data to reduce code and implement an already known worki...
1 year ago
What is the output of calling n2.calculate()? class Addition: def __init__(self, f, s): self.first = f self.second = s def calculate(self): self.answer = self.first + self.second print("Addition of two numbers = " + str(self.answer)) n1 = Addition(1000, 2...
1 year ago
The built-in Python function slice allows the programmer to select portions of the input that they want to slice out. It has two possible syntaxes, slice(stop) or slice(start, stop, step). In the single parameter version, start and step default to none. T...
1 year ago
If you are a programmer who needs to conduct tests to uncover errors and bugs, and are provided with special software tools to control the execution of these tests, what would be the best form of testing that would allow you to compare the test results wi...
1 year ago
How does one write the most basic README file?(1 point) Responses Describe the set of strings with 0s and 1s. Describe the set of strings with 0s and 1s. Describe the project, explain how to install it, provide examples illustrating how to use it, cite so...
1 year ago
Suppose one figure is mapped to a similar figure on the coordinate plane. The lengths of the sides of the similar figure are twice the lengths of the corresponding sides of the original figure. In a sequence of transformations from the preimage to the ima...
1 year ago
If ΔPRQ has ∠P=30 and ∠R=127 and ΔFGH has ∠H=30 and ∠G=23 , what criterion has been met to prove the triangles similar?(1 point) Responses SSS SSS ASA ASA SAS SAS AA
1 year ago
A dilation creates two similar triangles, ΔMNP∼ΔTUV . To use the SSS (Side-Side-Side) Similarity Theorem, which must be true?(1 point) Responses MNTU=MPTV=NPUV cap m cap n over cap t cap u is equal to cap m cap p over cap t cap v is equal to cap n cap p o...
1 year ago
Question What was the primary goal of the Fair Deal? (1 point) Responses to aid in the reintegration of veterans into society to aid in the reintegration of veterans into society to expand social programs created by President Roosevelt to expand social pr...
1 year ago
Which of the following was one cause of economic inequality between ethnic groups following World War II? (1 point) Responses Widespread housing shortages made homeownership difficult. Widespread housing shortages made homeownership difficult. Blue collar...
1 year ago
Which is an example of chemical weathering?(1 point) Responses burrowing animals digging a home in rock burrowing animals digging a home in rock rock breaking apart during a rock slide rock breaking apart during a rock slide a crack in rock growing larger...
1 year ago
Which of the following indicates that different rocks in the same area might weather differently? Select the two correct answers. (1 point) Responses a smooth plain a smooth plain rock pillars in the middle of grassy plains rock pillars in the middle of g...
1 year ago
How does time affect the physical weathering of a rock?(1 point) Responses Over time, the rock will become flat, slowing the rate of physical weathering. Over time, the rock will become flat, slowing the rate of physical weathering. Time does not affect p...
1 year ago