Answer:
1. documenting, tinkering, testing
Explanation:
Technological design is defined as the process of study, design and development of new technologies.
There are some action in the methodical tests and refinements specific to technological design include documenting, tinkering, testing.
<u>Documenting </u><u>includes collecting all the information about the design and develop the product, </u><u>tinkering</u><u> involves repairing or adjust the issues found in the development, and </u><u>testing </u><u>helps to evaluate if the product is ready to work as it is supposed to.</u>
Hence, the correct answer is "1."
Answer:
Explanation:
Salicylic Acid:
Salicylic Acid is an hydroxy acid that is found as a natural compound in plants. It's IUPAC name is 2-hydroxybenzoic acid. Salicylic acid has an odorless white to light tan solid color. It sinks and mixes very slow with water.
Acid: An acid is a substance that produce hydrogen ion or proton when dissolved in water
Base: A base is a substance that will neutralize an acid to yield salt and water
Conjugate Base: This is a substance formed when an acid loses an hydrogen ion or proton when it dissolved in water.
Conjugate Acid: This is a substance formed when a base accept a proton from from any acid, when it dissolved in water.
Reaction between salicylic acid and potassium hydroxide
HOC₆H₄COOH(aq) + KOH(aq) ⇄ HOC₆H₄COOK(aq) + H₂O(l)
Acid ⇒ HOC₆H₄COOH (salicylic acid)
Base ⇒ KOH (potassium hydroxide)
Conjugate acid ⇒ H₂O (water)
conjugate base ⇒ HOC₆H₄COOK ( 2-hydroxypotasium benzoate)
The required mass of calcium bromide is 35.98 grams.
<h3>What is molarity?</h3>
Molarity is any solution is define as the number of moles of solute present in per liter of solution as;
M = n/V, where
- M = molarity = 4M
- V = volume = 45mL = 0.045L
Moles will be calculated by using the above equation as:
n = (4)(0.045) = 0.18 mole
Relation between the mass and moles of any substance will be represented as:
n = W/M, where
- W = given mass
- M = molar mass
Mass of CaBr₂ = (0.18mol)(199.89g/mol) = 35.98g
Hence required mass of CaBr₂ is 35.98 grams.
To know more about molarity, visit the below link:
brainly.com/question/22283918
#SPJ1
5. B air is a mixture of many elements, but is not a chemically fused.
6. B Beef stew, composition varies throughout.
7. A. They can be chemically separated into their component elements, but they are all homogenous, and as such, have constant composition, which differs from the components properties, as the components must undergo a chemical change to become compounds.
Answer:
class sum (
public static void sumofvalue (int m, int n, int p)
{
System.out.println(m);
System.out.println(n);
System.out.println(p);
int SumValue=m+n+p;
System.out.println("Average="+Sumvalue/3);
}
)
Public class XYZ
(
public static void main(String [] args)
{
sum ob=new sum();
int X=3;
int X=4;
int X=5;
ob.sumofvalue(X,Y,Z);
int X=7;
int X=8;
int X=10;
ob.sumofvalue(X,Y,Z);
}
)
Explanation:
The above program is made in Java, in which first we have printed value in a separate line. After that, the average value of those three values has been printed according to the question.
The processing of the program is given below in detail
* The first one class named 'sum' has been created which contains the function to print individual value and the average of those three values.
* In seconds main class named 'XYZ', the object of that the above class had been created which call the method of the above class to perform functions.
* In the main class values are assigned to variables X, Y, Z.