Answer:
A transposition is the correct answer.
Explanation:
A transposition is the type of encryption that caused when one side of the unshielded twisted pair cable is finished in the configuration of T568A and at the other side of the configuration of T568B, it is also termed as error or cipher. So, that's why the following answer is true.
3. <span>for the mother to stay home to tend to the household and care for the children while the father worked to support the family
4. true (not 100% sure)</span>
Answer:
See attachment for flowchart
Explanation:
The flowchart is represented by the following algorithm:
1. Start
2. Input Mass
3. Input Volume
4 Density = Mass/Volume
5. Print Density
6. Stop
The flowchart is explained by the algorithm above.
It starts by accepting input for Mass
Then it accepts input for Volume
Step 4 of the flowchart/algorithm calculated the Density using the following formula: Density = Mass/Volume
Step 5 prints the calculated Density
The flowchart stops execution afterwards
Note that the flowchart assumes that the user input is of number type (integer, float, double, etc.)