Write 3 places clay can be found

Answers

Answer 1

Answer:

sediments , volcanic deposits

Explanation:


Related Questions

While Angela is making modifications to Katie’s Word document, she would like to inform Katie of the reasoning for the change. Which feature should Angela use? Track Changes email Comments Save File

Answers

Answer:

comments

Explanation:

Answer:

Comments

Explanation:

In order for a person to communicate with the owner of the document, the user can comment on the document to give reason why they may have changed something.

Hope this helps!

A(n) _____ describes your core values and highest career goals. A. résumé B. objective statement C. qualifications profile D. personal mission statement

Answers

Answer: D.) Personal Mission Statement

Explanation: The personal mission statement refers to a write up which is usually written by an individual and it's tailored to embody one's complete definition in terms of core values, skills, attributes and most importantly present and future desires, goals and objectives. The statement of purpose is usually detailed and will showcase where an individual is currently placed while also showcasing how he or she intends to achieve future aspiration.

Answer:

The answer would be D.) Personal Mission Statement (APEX)

Trace en su cuaderno una hoja de cálculo de A1 a D15, escriba en cada celda un valor entre 100.000 y 500.000, luego escriba las fórmulas para hallar halle los siguientes valores: Sumar celdas columna B Restar celdas A12 menos D3 Multiplique Celdas columna C por celdas columna D Divida las celdas A11 hasta A15 entre celdas D11 a D15

Answers

Answer:

Vincent is a digital media professional. His bosses always praise his artwork. His company has just taken on a new project. Vincent has some thoughts and ideas about this new project that he wants to discuss with the senior employees. What kind of skills should he use to pitch his ideas?

Explanation   i had this on a quiz and past

On hearing my name, you might be reminded of long queues at metro stations or food courts. Just as a human body has a name for each of its parts, similarly I am an entity that identifies the part of the program like keywords, operators, identifiers, punctuation, etc

Answers

Answer: The correct answer is STACK

Explanation: Stack is an abstract data type that serves as a collection of elements, with two principal operations: push and pop. Push adds an element to the collection while pop removes the most recently added element that was not yet removed.

In computing is a data structure used to store a collection of objects.

Martha is developing a software program in C++ and has a question about how to implement a particular feature. She performs an online search and finds a link to a site written by a programmer with posts about tips and tricks in using the C++ language. What kind of resource did she find? a forum a blog a tutorial an online help site

Answers

Answer:

A blog

Explanation:

A blog is a regularly updated website or web page, typically one run by an individual or small group, that is organised by posts.

Answer:

Martha found a blog

Identify at least five different Information Technology careers that you could pursue in your home state, and choose the three that appeal to you
the most. Out of the three, write a one-page essay describing which one would be your career choice and the educational pathway that you would
have to follow in order to obtain that career. Finally, identify at least three colleges, universities, or training programs that are suited to that career
choice. You can use the following resources to help you:​

Answers

Answer:Five careers within the Information Technology cluster that would be interesting to me are video game designer, software developer, database administrator, computer science teacher, and business intelligence analyst. Of those careers, being a video game designer, software developer, or business intelligence analyst sounds the most appealing to me. Out of all those choices, I think that being a business intelligence analyst seems the most interesting.

Business intelligence analysts work with computer database information, keeping it updated at all times. They provide technical support when needed and analyze the market and customer data. At times, they need to work with customers to answer any questions that they have or fix things as needed. The part that I would find most interesting would be collecting intelligence data from reports for the company for which I work. To complete the job, I would need to have great customer service skills, communication skills, critical thinking skills, and knowledge of computers.

Before I could find work as a business intelligence analyst, I would need to complete a bachelor’s degree in computer science to learn how to do computer programming and use other applications that I would need to know for the job. Some of the schools that have a great program for computer science are the University of California at Berkeley, Georgia Institute of Technology, and California Institute of Technology. Once I have completed a bachelor’s degree, I would continue on to get a master’s degree in the field, which would help me advance in my career and get promotions.

Explanation:

Write the program code to find the cube of numbers from 1-5. Also do the dry run by using the trace table. (Javascript)

Answers

Answer:

Following are the JavaScript program

< html >

< body >

<  script >

var k,t; // variable declaration

for (k = 1; i < 6; k++)  // iterating the loop

{  

t=k*k*k;// find the cube of number

document.write(k);   // display the cube root

document.write(" < / br > " );  // moves to the next line

}

< / script >

< / body >

< / html >

Output:

1

8

27

64

125

Explanation:

We used the script tag for creating the JavaScript program. Declared the variable "k" in the script tag.Iterating the for loop .In the for loop the k variable is initialized by the 1 This loop is executed less then 6 .In each iteration we find the cube of number in the "t" variable and display that number by using document .write ().

Which line of code will only allow a non-decimal point to be stored in a variable? candyCost = float(input("How much is the candy?")) candyCost = input("How much is the candy?") candyCost = int(input("How much is the candy?")) candyCost = str(input("How much is the candy?"))

Answers

Answer:

candyCost = int(input("How much is the candy?"))

Explanation:

Add "HTML" as most important heading and "computer science as least important heading . Change the color of all heading to red and align the heading to center using css styles..

Answers

Answer:

The solution is as follows:

<!DOCTYPE html>

<html>

<head>

<style>

h1, h2, h3, h4, h5, h6  {

 color: red;

 text-align: center;

}

</style>

</head>

<body>

<h1>HTML</h1>

<h2>Heading 2</h2>

<h3>Heading 3</h3>

<h4>Heading 4</h4>

<h5>Heading 5</h5>

<h6>computer science as least important heading</h6>

</body>

</html>

Explanation:

The most important heading in html is defined using h1 while the least is defined using h6.

As far as this question is concerned, h2 to h5 are not needed; however, I've included them as part of the solution.

The CSS Part of the solution

<style>

h1, h2, h3, h4, h5, h6  {

 color: red;  -> This changes the color of all headings (h1 to h6) to red

text-align: center; -> This centralizes all headings (h1 to h6)

}

</style>

--------------------- End of CSS

The html part of the solution

All headings from the most important (h1) to the least important (h6) are defined here

<h1>HTML</h1>

<h2>Heading 2</h2>

<h3>Heading 3</h3>

<h4>Heading 4</h4>

<h5>Heading 5</h5>

<h6>computer science as least important heading</h6>


What is Hypertext Transfer Protocol?

А. The language used to build web pages

B. A set of rules that allows for exchange of information on the web

C. The language used by computers to exchange information on the web

D. A set of rules that defines what search engines can do​

Answers

Answer:

B

Explanation:

Web browsers use HTTP to send and receive information to and from the web.

Answer:

The correct answer is B.

I know someone else answered this but just in case people wanted clarification, it is indeed B.

Hope this help someone :3

Other Questions
Megan has written the following rough draft for her assignment. Choose the correct way to complete each sentence. Sarah is creating an image. She wants to achieve tonal effects with parallel lines by varying their densities and distribution patterns. She will use (hatching, filters,stippling) to do this. She also wants to add special effects on the image. Therefore, she will use (hatching, filters,stippling). what was the importance of chivalry in the Middle Ages and how are these ideas reflected in Romeo and Juliet? What types of organisms arebeing modified through geneticengineering?A. all organismsB. bacteria onlyC. plants only Why would damage to the nervous tissue in the spinal cord lead to paralysis?Damage results in the loss of signals to muscles to produce movement.Damage results in the inability of the body to differentiate between voluntary and involuntary movement.Damage results in the inability of the body to produce connective tissue to support movement.Damage results in the decreased production of actin and myosin for contraction When you multiply a function by -1 what is the effect on its graph? How to convert 200ml to m(3)? A force of 2500 N is exerted on a piston that has an area of 0.060 m2. Whatforce is exerted on a second piston that has an area of 0.18 m?F F21, 2, Bank fees for check printing are recorded by the bank as: Multiple Choice An increase in the banks asset account. A decrease in the banks asset account. A decrease in the depositors bank account. An increase in the depositors bank account. Prepare a multiple-step income statement through the calculation of gross profit.For each transaction, indicate the impact each item had on income and the dollar amount of the change in income, if any. Input decreases to net income as negative values. Upon completion, compare the gross profit with the amount reported on the partial income statement.Jul. 1 Purchased merchandise from Boden Company for $6,000 under credit terms of 1/15, n/30,FOB shipping point, invoice dated July 1.Jul. 2 Sold merchandise to Creek Co. for $900 under credit terms of 2/10, n/60, FOB shipping point,invoice dated July 2. The merchandise had cost $500.Jul. 3 Paid $125 cash for freight charges on the purchase of July 1.Jul. 8 Sold merchandise that had cost $1,300 for $1,700 cash.Jul. 9 Purchased merchandise from Leight Co. for $2,200 under credit terms of 2/15, n/60, FOBdestination, invoice dated July 9.Jul. 11 Received a $200 credit memorandum from Leight Co. for the return of part of the merchandisepurchased on July 9.Jul. 12 Received the balance due from Creek Co. for the invoice dated July 2, net of the discount.Jul. 16 Paid the balance due to Boden Company within the discount period.Jul. 19 Sold merchandise that cost $800 to Art Co. for $1,200 under credit terms of 2/15, n/60, FOBshipping point, invoice dated July 19.Jul. 21 Issued a $200 credit memorandum to Art Co. for an allowance on goods sold on July 19.Jul. 24 Paid Leight Co. the balance due after deducting the discount.Jul. 30 Received the balance due from Art Co. for the invoice dated July 19, net of discount.Jul. 31 Sold merchandise that cost $4,800 to Creek Co. for $7,000 under credit terms of 2/10, n/60,FOB shipping point, invoice dated July 31. Select all angle measures for which sin() = - ( (2) /2) a) 3/4 b) 5/4 c) 7/4 d) 9/4 e) 13/4 I do not understand the steps to take, thank you for any help Luke and skylar work at furniture store. Luke is paid $180 per week plus 5% of his total sales in dollars ,x,which can be represented by g(x)=180+0.05x. Skylar is paid $104 per week plus 7% of her total sales in dollars which can be represented by f(x)=104+0.07x. Determine the value of x in dollars that will make their weekly pay the same A tubular reactor has been sized to obtain 98% conversion and to process 0.03 m^3/s. The reaction is a first-order irreversible isomerization. The reactor is 3 m long, with a cross- sectional area of 25 dm^2. After being built, a pulse tracer test on the reactor gave the following data: tm = 10 s and 2 = 65 s2. What conversion can be expected in the real reactor? Lucas is selling ribbons to raise moneyPLEASE HELP will mark brainliest In the 1800s, the Supreme Court acted as an advocate for civil rights. TRUE OR FALSE PLEASE HELP!!!!!!!!!!!!!!!!!!!!!!!!!! Your aunt was always very careful during her trips abroad. A) Dar la vuelta a la tortilla There was no comparison between the hostel and the cabin. The cabin was way better! B) No hay color The flight to Asia took 14 hours, but I slept for 8 uninterrupted hours. C) Andar on pies de plomo Esteban always loved going on boat tours. Now, he is afraid of the water. D) Dormir a pierna suelta A horizontal turbine takes in steam with an enthalpy of h = 2.80 MJ/kg at 45 m/s. A steam-water mixture exits the turbine with an enthalpy of h = 1.55 MJ/kg at 20 m/s. If the heat loss to the surroundings from the turbine is 300 J/s, determine the power the fluid supplies to the turbine. The mass flow rate is 0.85 kg/s. Which is the graph |3x-6|=21 Soy Claudia y vendo verduras y frutas en el mercado local. Pongo mis frutas y verduras en mi carro y manejo a la ciudad los lunes, martes y jueves. Me gusta regatear cuando vendo. What profession does the person in the reading have? La agricultora La comadrona La contable La soldado How much force is needed to cause a 15 kilogram bicycle to accelerate at a rate of 10meters per second per second?O A. 15 newtonsOB. 1.5 newtonsC. 150 newtonsOD. 10 newtons What is the equation of a line with a slope of -3 and a y-intercept of 4