Throughout the reflection, make sure you have a copy of the Student Guide and your data tables. Complete the
paragraph using the drop-down menus
In this lab, you observed how pollutants affected the
of water. You also modeled and observed how
pollution affected freshwater sources, including surface water and the water in the​

Answers

Answer 1

Answer:

1) pH

2) ground

Can I have a brainliest?

Explanation:

In this lab, you observed how pollutants affected the ____ of water. You also modeled and observed how pollution affected freshwater sources, including surface water and the water in the  _______.

Answer 2

In this laboratory, you observed how pollutants affected the pH of water.

What is pH?

pH literally means the power of hydrogen ions and it can be defined as a measure of the molar concentration of hydrogen ions that are contained in a particular solution.

In Chemistry, the power of hydrogen ions (pH) is typically used to specify the acidity, neutrality or basicity of any chemical solution such as water.

In this laboratory, students were made to observe how pollutants affected the pH of water and they modeled how pollution affected freshwater sources, including surface water and the water in the​ ground.

Read more on pH here: brainly.com/question/24233266


Related Questions

Which jobs are most likely to be replaced by robots and what effect will this have

Answers

Answer:

Here we go. Generally the robots are designed in order to do the work which has very much risk and Humans find it too laborious or hard to do. The robots will be used for the army, or as laborers. In my country Nepal, there's a restaurant where robots are used as waiters. They take order from you and provide you the food. The robots can be used for various purposes but I don't think they will be appointed for the job of higher authority. The use of robots will have massive effect in human life. The use of robots and appointing them in various jobs will cause the problem of unemployment. The poor will be affected and their existence may get into problem. This is one effect but there can be many effects from the use of robots. Using robot in army can reduce human deaths but also people get unemployed. There is both advantage and disadvantage from their use.

the hose is 2 inches in diameter. What circumference does the plug need to be? remember to type just a number

Answers

Answer:

6.28

Explanation:

This problem bothers on the mensuration of flat  shapes, a circle.

Given data

Diameter d= [tex]2in[/tex]

Radius r =  [tex]\frac{d}{2} = \frac{2}{2} = 1in[/tex]

We know that the expression for the circumference of a circle is given as

[tex]C= 2\pi r[/tex]

Substituting our given data and solving for C we have

[tex]C= 2*3.142*1\\C= 6.28[/tex]

HTTP https CSS JavaScript and HTML are types of coding and formatting behind web pages true or false?

Answers

Answer:

True

Explanation:

In order to be able to run a webpage successfully, there are various coding and formatting that are required and can considered necessary.

They are:

a) Hypertext Transfer Protocol(HTTP): This is a protocol that is made use of on webpages. It is used to determine the information or data that is collected and transmitted through webpages. The commands that are programmed on webpages are modified by this protocol. The data or information that can be transmitted using HTTP includes: Pictures, Video or Audio recordings e.t.c.

b) Hypertext Transfer Protocol Secure(HTTPS) : This is an advanced or modified form of HTTP. The difference between them is HTTPS is more secure than HTTP. HTTPS is defined as a more secured protocol thorough which data or information can be transmitted from one webpage to another. HTTPS make used of an encrypted type of security during data transmission.

c) Cascading Style (CSS): It is a computer language technology that helps to define and modify the way a webpage looks like. Cascading Style can be defined as a formatting style that deal with the fonts, colour , layout of a webpage.

d) JavaScript :This is a programming language that is used on webpages. It is a set of coding that has commands embedded insided that is written to make webpages more interactive and fun for the users of the Internet.

e)Hypertext Markup Language (HTML): This is what is used to create webpages on the internet. Hypertext Markup Language defines what a webpage actually looks like which involves, the written document on the webpage

Answer:

true 100 percent true

Explanation:

its the truuth its the truuuth its the truuuuuuuth
yea aa

1. It defines the amount of white space that appears at the top, bottom, left, and right edge of
our document.
d clipboard.​

Answers

Answer:

Margin is the correct answer to the given question .

Explanation:

The main objective of the margin is to setting the white space that are showing up at the top , bottom, left and the right corners of the file or the document .

Following are steps to setting the white space that are showing up at the top , bottom, left and the right corners of the file or the document

Firstly click on the page layout  options  .After that click on the margin tab .In this tab you will given the the top, bottom, left, and right margin according to your need Finally click on ok to finish them .

Jeanne writes a song, and Raul wants to perform
it. What should Raul do?
A. Copy the music and lyrics and take them to
the show to use.
B. Ask Jeanne for permission to use her song in
the show
C. Claim that he wrote the song
D. Have his teacher copy the song and give it to
Raul.

Answers

B) ask jeanne for permission

Answer- B: Ask Jeanne for permission to use her song in the show.

Explanation:

What is the different between a computer and a phone?​

Answers

The most obvious difference between a cell phone and PC is the size. Cell phones are significantly smaller than PCs, and are able to fit in the palm of one's hand. ... Cell phones have less command functions than a PC's keyboard and considerably less storage space. Some cell phones may be used as a GPS device

Briefly explain the purpose of the design process

Answers

Answer:

When you want to create something or if you want to solve a problem or if you have been assigned a task but the steps towards the results are not clear yet. The purpose of a design-process is to shape and guide your work and thoughts to improve the outcome.

Explanation:

Fill in each blank with the correct answer/output.

int[] vals = {7,5,3,9,0,37,93,16,68,6,99};

System.out.println(vals[vals[1]+vals[4]]);

Answers

Answer:

37

Explanation:

Given int[] vals = {7,5,3,9,0,37,93,16,68,6,99};

In programming, the position of each value in the list are known as index. The first value is always assigned index of 0 not 1, the second value is assigned index of 1 and so on. For example;

val[0] = 7 i.e value with index 0

val[1] = 5

val[4] = 0

In order to print out this value

System.out.println(vals[vals[1]+vals[4]]);

Substituting the index value val[1] and val[4] into the argument given

vals[vals[1]+vals[4]]

= vals[5+0]

= vals[5]

= 37 (value at the 5th index)

System.out.println(vals[vals[1]+vals[4]]);

= 37

This means that the system will print out 37 to the console

Have you ever seen a Magic 8 ball? You ask it a yes-no question and then shake it to get a random response like “Signs point to yes!”, “Very doubtful”, etc. If you’ve never seen a Magic 8 ball, check out this video.

We encourage you to work in pairs for this challenge. Come up with 8 responses to yes-no questions. Write a program below that chooses a random number from 1 to 8 and then uses if statements to test the number and print out the associated random response from 1-8. If you need help with random numbers, see lesson 2.9.

public class Magic8Ball
{
public static void main(String[] args)
{
// Get a random number from 1 to 8

// Use if statements to print out 1 of 8 responses


}
}
1
public class Magic8Ball
2
{
3
public static void main(String[] args)
4
{
5
// Get a random number from 1 to 8
6

7
// Use if statements to print out 1 of 8 responses
8

9

10
}
11
}

Answers

Answer:

ok ok ok

]ok

ok

okm

ok

Explanation:

1).
What is a resume?
A collection of all your professional and artistic works.
A letter which explains why you want a particular job.
A 1-2 page document that demonstrates why you are qualified for a job by summarizing your
skills, education, and experience.
A 5-10 page document that details your professional and educational history in great detail.

Answers

Answer:

option 1

Explanation:

its not a job application cause your not appling for a job, a resume is a list of all the things you have done that would be beneficial to a job. for example, previous jobs, skills you have, hobby that pertain to a job you want, education and other professional things.

Hope this helps:)

What are the Positive and negative sites of the internet

Answers

Answer:

A positive of the sites of internet is that it can be very helpful to you like brainly. It can also educate you and help when you cant do you something like we have online classes since we can't go to school because of Corona

A negative of the sites of the internet is that sometimes people will try to trick you to do irresponsible things. Some will trick you for your address, credit card number, or using things unwisely. Because people don't know who is behind the screen they might be a criminal but they also don't know who you are until they get your address or information.

Explanation:

The different between a compiler and a translaror

Answers

Answer:

Compiler converts the program from one computer language to another computer language that is translating from a higher level language to a lower level language. A translator usually has a fixed body of code that is required to translate the program.

Answer:

Answer: Compiler converts the program from one computer language to another computer language that is translating from a higher level language to a lower level language. ... A translator usually has a fixed body of code that is required to translate the program.

Explanation:

Write the corresponding Python expression of the following mathematical expression.

Answers

Answer:

The code:

# Import math Library

import math

# Print the value of 2pi

print (math.pi * 2) ## output would be: 6.28318530718

Explanation:

Mention one application of AI from the real world and describe the use of of this application what is the type of learning used in this application

Answers

Answer:

The real world AI application is Google Duplex. It is able to receive orders for making reservations. Then it calls the shop or the place and deals with the person and talks to him very fluently and informs you about the reservation. Some other general types of AI application are Google Assistant, Siri , Amazon Alexa and so on. But google Duplex is lot more advanced than them.

What is the final value of x (after this code has executed)?

int x = 0;

for (x = 0; x < 200; x++)

{

System.out.println(x);

}

Answers

Answer:

199

Explanation:

i starts at 0. One more than 0 is one. Until you get 199.  

The computer is counting as seen below:

0

1

2

....

199

Sarah works in a coffee house where she is responsible for keying in customer orders. A customer orders snacks and coffee, but later, cancels the snacks, saying she wants only coffee. At the end of the day, Sarah finds that there is a mismatch in the snack items ordered. Which term suggests that data has been violated?

Answers

Answer:

Stack

Explanation:

Stack is a linear data structure that follows a particular order in the way an operation is done or sequence a job is completed.

It uses either LIFO ( Last In, First Out) which is also known as first come first served sequence or FILO (First In, Last Out) sequence.

There are several real life examples of which we can use the example of replacing the snack items Sarah brought for the customer.

If Sarah used the LIFO method, it means she replaced the snack items first ontop of the already existing snack items that's why there is a mismatch.

Answer:

c

Explanation:

There are two types of artificial intelligence, ANI and AGI. What are the main differences between ani and agi?

Answers

Answer:ANI is good at performing single tasks, such as playing chess, making predictions and suggestion.Artificial general intelligence (AGI) is the representation of generalized human cognitive abilities in software so that, faced with an unfamiliar task, the AI system could find a solution. An AGI system could perform any task that a human is capable of.Artificial Narrow Intelligence  (ANI) has a limited range of abilities.

Explanation:

Manuel is working on a project in Visual Studio. He wants to keep this program showing on the entire desktop, but he also needs to have several other applications open so that he can research the project. ​

Answers

Answer:

d. Task View

Explanation:

Based on the scenario being described within the question it can be said that the best feature for this would be the Windows 10 task view. This is a task switcher and  virtual desktop system included in the Windows 10 operating system, and allow the individual user to quickly locate, manage, open or hide different windows/tasks. Such as having several projects open in different monitors running at the same time.

What are scientists going to explore next on Kepler-186f? A) evidence of the existence of life B) types of plant life that exist C) evidence of volcanic activity D) evidence of volcanic activity

Answers

Answer:

the answer is  a)

Explanation:

Answer:

the answer is a

Explanation:

Don is creating a very long document, and he would like to create an introductory page that contains the title of the document and the name of the author along with the date.

Answers

Answer:

This is a very good choice, to do so Don can insert a cover page. He can go to the options menu, pick the "insert" lash, and then to the "pages" square in the far left of the toolbox. There he will find a "cover page" section that will automatically add a cover page at the beginning of the document.

Explanation:

The reasons for this answer are that in the first place, it is very difficult to go o the first page of the document and move everything down because the format would be lost. Then, he would require to edit everything. It would also result in the same in case he only added a white page and started writing. So he needs a specific object that wouldn't damage the format if edited on the first page.

What five safety habits are you using for the internet?

Answers

Answer: Keep Personal Information Professional and Limited.

Keep Your Privacy Settings On.

Practice Safe Browsing.

Make Sure Your Internet Connection is Secure.

Be Careful What You Download.

Choose Strong Passwords.

Explanation:that’s what is think


Isabela wants to add an image to her presentation. Which tab should she use?

Answers

The “add image” tab ??

Answer:Insert

Explanation:

Edg. 2021

this really isn't a question but it is mainly for Brianly I have 40+ so bainlist answers but on my rank it says I have 0/15 is this a computer bug or what because I've been on this app for a little bit more than a year now
I have a snip to prove how many brainliest answers I have provided below

Answers

Answer:

i have it but i have it fixed

Explanation:

might be a visual bug, try refreshing your page. if this doesnt work you can ask someone with a higher rank to help you.

To what extent can u justify that computer is not the only ICT tool?​

Answers

ICT tool  integration in education is essential because technology enables teaching and learning to occur outside of the classroom.

Describe an ICT tool.

Digital infrastructures like computers, laptops, desktops, data projectors, software, printers, scanners, and interactive teaching boxes are examples of information communication technology equipment. In computer science, the focus is largely on programming and how computers function. Computing focuses more on the hardware and developing the software, whereas ICT is more about the people in the business and customising commercially available programmes to their needs. Learning how to drive a car is an effective analogy.

Why are computers seen as ICT tools?

Tools for information and communication technology are known as ICT tools. Computers, laptops, printers, scanners, software, data projectors, and interactive teaching aids are examples of digital infrastructures that fall under the category of ICT tools.

To know more about ICT tool visit:-

https://brainly.com/question/21298416

#SPJ1

Consider sending a 1,600-byte datagram into a link that has an mtu of 500 bytes. suppose the original datagram is stamped with the identification number 291. how many fragments are generated? what are the values in the various fields in the ip datagram(s) generated related to fragmentation?

Answers

Explanation:

Step one

The maximum size of data field in each fragment = 480

(because there are 20 bytes IP header) Thus the number of required

fragments  [tex]=\frac{1600-20}{480} \\\\= \frac{1580}{480} \\\\=3.29\\\\[/tex]

thus the number of required fragment is 4

Step two

Each fragment will have identification number 291. each fragment except the last one will be of size 500 bytes (including IP header). the offset of the fragments will be 0, 60, 120, 180. each of the first 3 fragments will have

flag = 1; the last fragment will have flag =0

Using the appropriate formula, the number of fragments which would be present in the datagram to be sent would be 4

The minimum length of IP header = 20 bytes

Maximum transmission unit (mtu) = 500 bytes

Hence, the payload would be calculated thus :

mtu - header ;Payload = 500 - 20 = 480

Hence, the maximum size of data field per Fragment = 480 bytes

The number of fragments required :

[tex]\frac{datagram \: size - Header \: size}{payload} [/tex]

[tex] Number \: of \: fragments = \frac{1600 - 20}{480} = 3.29[/tex]

Hence, the number of fragments is 4

Size per Fragment would be 500 bytes each ; the last Fragment would be about 100 bytes

Each Fragment would bear the identification number 291.

Learn more : https://brainly.com/question/16289731

For a horror film, Pauline wants to show a computer-generated monster appearing from the body of an actor. How can she do this?

A. use a green screen and film the actor then add the animated monster using the green screen

B. make the actor wear a green patch on his chest then add the animated monster on the green patch

C. make the scene of the actor opaque and add the scene of the monster as the bottom track

D. tween the actor and the animated head using a tweening software

E. film the head on a green screen and then add the actor to the background

Answers

the  answer is option D

Explanation:

These statements describe a network server.

assigns MACs
manages network resources
provides network security
translates data sent between networks

Answers

Answer:

The statement that describes a network server is:

manages network resources

Explanation:

A server is a computer built and programmed to fulfill network needs. They might be able to perform regular computer tasks, but they are designed specially to connect several computers, create a space those computers can share, provide connectivity management to them and be able to receive, send, create, and copy data inside that network. In other words, it creates a space of interaction, allows interaction, and transfer data from this network to other networks and from other networks for its managed network.

anyone got a class named computer literacy? or sum similar to using Microsoft programs? i need a lotttt of help, im 3 units behind and school ends Friday. plsssss help meeee btw, im not gonna pay you with just 15 points, i'll pay you with friendship lol and maybe more points to lol

Answers

Answer:

I use google docs

Explanation:

I am in 6th grade but i am in expert in computers.

Answer:j

Explanation:

A customer seeks to buy a new computer for a private use at home.The customer primarily needs the computer to use the Microsoft PowerPoint application for the purpose of practice presentation skills.As a sales person what size hard disc would you recommend and why?

Answers

Answer:

The most common size for desktop hard drives is 3.5 inches,  they tend to be faster and more reliable, and have more capacity. But they also make more noise.

Explanation:

If you are continually deleting and installing programs or creating content, the disc must have good reliability.

Keep in mind that larger hard drives are also a little slower, so it is preferable to opt for two smaller ones. Large hard drives are partitioned so there is no problem gettin

chbdg good performance, but if you put everything on one big disk and it breaks, you will lose everything.

If you buy 2 small disks, check that the motherboard does not limit the speed of a second hard disk.

Exercise 3.16.4: Happy Face Solita
Write a program that draws a smiley face!
Only draw the smiley face if the user responds that they are happy! Save the
user input to a variable called happy
Hints
• First determine how to draw the smiley face
• Then use an if statement to decide whether or not to call the functions!

Answers

Answer:

do you have a picture of the assignment?

Other Questions
Peter rolls a fair dice 114 times. How many times would Peter expect to roll a number greater than 1? What are the land issues and access of Taiwan? Which is the best definition of the radius of a circle?A. The distance around the outside of the circleB. The distance from the center to any point on the circleC. The distance across the middle of the circleD. The point at the center of the circle Upon entering World War IIAmerican troops first invaded: What is the correct IUPAC name for AgS? Compare and contrast the first stanza and the last stanza. What is the effect of the stanzas' repetition on the text?THE TYGERby William Blake1794William Blake (1757-1827) was an English poet during the Romantic era who wrote extensively about God, nature, and the beauty of the human imagination. The Tyger, published alongside another poem called The Lamb in Blakes poetry collection Songs of Experience, is one of the most anthologized poems in English. As you read, take notes on how the poem discusses the human condition and the question of existence.Tyger Tyger, burning bright In the forests of the night, What immortal hand or eye Could frame thy fearful symmetry?In what distant deeps or skies Burnt the fire of thine eyes? On what wings dare he aspire? What the hand, dare seize the fire? And what shoulder, & what art Could twist the sinews of thy heart? And when thy heart began to beat, What dread hand? & what dread feet? What the hammer? what the chain? In what furnace was thy brain? What the anvil? what dread grasp Dare its deadly terrors clasp!When the stars threw down their spearsAnd water'd heaven with their tears: Did he smile his work to see? Did he who made the Lamb make thee? Tyger tyger burning bright In the forests of the night:What immortal hand or eye,Dare frame thy fearful symmetry? Giving brainliest for CORRECT awnser. Why did some of the finches disappear from the environment on the screen? Usetheir food source (hard-shelled nuts) and beak shape to explain your answer. Jonas is buying a three-day supply of camping snacks. An energy bar costs $1.50, and a bag of driedmangoes costs $3.00. Jonas plans to have 7 snacks per day and can spend up to $45.00.If p is the number of energy bars he can buy, and m is the number of bags of mangoes he can buy,which system of equations and inequalities can be used to represent the possible number of eachsnack he can buy?p+m21=21p+m = 451.5p + 3mp> 0m >01.5p + 3m < 45p> 0m 2 01.5p + 3m3p + 1.5mp20m 20p+m = 218p + 1.5mp> 0m >0 What does moving slow mean to a geologist? I REALLY REALLY NEED HELP 5. How does the theme of William Ernest Henley's poem Invictus" relate to Arthur Miller'splay The Crucible? Identify at least two ways/examples. WILL GIVE BRAINLIESTSelect ALL the correct answers.Which two of the following are Latin American territories that Simn Bolvar helped to free from Spanish rule?MexicoVenezuelaPeruFloridaBrazil Should the Electoral college be eliminated Grant is replacing his aquarium. His old aquarium was in the shape of rectangular prism with a volume of 5,184 cubic inches. The new aquarium is also a rectangular prism with a length, width, and height that are each 5/8 times as long as the corresponding dimension of his old aquarium. Grant concludes the two aquariums are geometrically similar figures. Which statement is true?A. The two aquariums are similar, and the volume of the new aquarium is 3,000 cubic inches.B. The two aquariums are similar, and the volume of the new aquarium is 4,320 cubic inches. C. The two aquariums are not similar, and the volume of the new aquarium is 3,000 cubic inches.D. The two aquariums are not similar, and the volume of the new aquarium is 4,320 cubic inches. asappppWhat is the lateral area of the rectangular prismshown below?a. 128 ft2b. 135 ft2c. 238 ft2d. 504 ft2 How many senses does the human body have?O A. 3B. 5 Please help ASAP! I will mark Brainliest! Please READ the question THEN answer CORRECTLY! No guessing! Which is the definition of suffix? simple math Sam is in charge of setting up rooms for parties at a hotel. On Saturday, there are two parties, one with 496 people and one with 784 people. Each table seats 8 people. How many total tables does he need for the two parties? HELP ME ASAP! Will give BRAINLIEST! Please read the question THEN answer correctly! No guessing. Check ALL that apply