A characteristic of a message plan based on the level of detail it provides and the number of contingencies it covers is known as .

Answers

Answer 1

A characteristic of a message plan based on the level of detail it provides and the number of contingencies it covers is known as its comprehensiveness.

The comprehensiveness of a message plan refers to the extent to which it includes detailed information and covers various contingencies. A comprehensive message plan contains thorough and specific details, leaving little room for ambiguity or confusion. It anticipates potential scenarios or situations that may arise and provides appropriate responses or actions to address them. This level of detail and coverage ensures that the message plan is well-prepared and capable of effectively handling a range of circumstances. By considering different possibilities and providing clear guidance, a comprehensive message plan enhances communication effectiveness and helps ensure successful outcomes.

Learn more about comprehensive

https://brainly.com/question/30256047

#SPJ11


Related Questions

Write a program to:
• It will collect and output some basic data about the user such as name, and gender which will be
displayed with an accompanying welcome message [3]
• Use appropriate data structures to store the item code, description and price information for
the mobile devices, SIM cards and accessories [2]
• Allow the customer to choose a specific phone or tablet [3]
• Allow phone customers to choose whether the phone will be SIM Free or Pay As You Go [2]
• Calculate the total price of this transaction [4]
• Output a list of the items purchased and the total price. [3]
• Any other choice outside of these three categories would give out appropriate message to the
user and requesting the user to make a new choice. [2]

Answers

According to the question, a program using appropriate data structures are given below:

#include <iostream>

#include <string>

#include <vector>

#include <map>

using namespace std;

int main() {

   string name;

   string gender;

   cout << "Please enter your name: ";

   cin >> name;

   cout << "Please enter your gender (male/female): ";

   cin >> gender;

   cout << "Welcome " << name << ", you are a " << gender << ".\n\n";

   map<string, vector<string>> items;

   items["mobile"] = {"iphone11", "1000", "samsungs20", "800"};

   items["sim"] = {"sim1", "30", "sim2", "40"};

   items["accessories"] = {"charger", "20", "headphone", "30"};

   string choice;

   cout << "Please choose a device (mobile/sim/accessories): ";

   cin >> choice;

   string phone;

   if (choice == "mobile") {

       cout << "Which phone do you want to buy (iphone11/samsungs20) ? ";

       cin >> phone;

       cout << "Do you want to buy a SIM Free or Pay As You Go ? ";

       cin >> choice;

   }

   int totalPrice = 0;

   for (auto item : items[choice]) {

       totalPrice += stoi(item);

   }

   cout << "You have chosen " << phone << " (SIM Free/Pay As You Go) and your total price is: " << totalPrice << endl;

   if (choice != "mobile" && choice != "sim" && choice != "accessories") {

       cout << "Please choose a valid item from the list (mobile/sim/accessories)." << endl;

   }

   return 0;

}

What is data structures?

Data structures are the way in which data is organized and stored in a computer system. Data structures provide a means to manage large amounts of data efficiently, such as large databases and internet indexing services. Data structures are used in almost every program or software system. They are essential in providing an efficient way to store and retrieve data. Data structures are divided into two categories: linear and non-linear. Linear structures include arrays, linked lists, stacks, and queues.

To learn more about data structures

https://brainly.com/question/24268720

#SPJ9

What type of error is raised when the Python virtual machine runs out of memory resources to manage a process

Answers

Stack overflow error is the  type of error is raised when the Python virtual machine runs out of memory resources to manage a process.

How can you define a stack overflow error example?

JVM will generate a StackOverflowError during this process if there is not enough room to store the new stack frames that must be constructed. Consider this: improper or nonexistent termination conditions This is mostly what leads to the condition known as unterminated or infinite recursion.

Why do Java stack overflow errors occur?

The Javadoc description for StackOverflowError notes that the error is generated as a result of too deep recursion in a specific code snippet as the most frequent cause for the JVM to experience this circumstance.

To know more about Stack overflow visit

brainly.com/question/28198079

#SPJ4

Fill in the blank with the correct answer.

Question 1 options:

1) options


2) view


3) selection


4) history


5) navigate

1.
The ______ panel records user operations and can be used to reverse changes made to an image.

2.
The ______ panel is used to pan an image and zoom in and out

3.
The ______ bar displays options available for selected tool.

4.
The Actual Size and Fit Screen options are available in the ______ menu.

5.
The Lasso, Marquee, and Wand tools are examples of ______ selection tools.

Answers

Answer:

1. history

2. view

3. Selection

4. options

5. navigation

Explanation:

Hoped this helped. I am un-sure of a few.

________ can be achieved by rolling up a data cube to the smallest level of aggregation needed, reducing the dimensionality, or dividing continuous measures into discrete intervals.

Answers

Data reduction can be achieved by rolling up a data cube to the smallest level of aggregation needed, reducing the dimensionality, or dividing continuous measures into discrete intervals.

Rolling up a data cube involves aggregating data from lower levels to higher levels. This reduces the amount of data that needs to be processed while still providing meaningful information.

Reducing the dimensionality of a dataset involves selecting only the most important or relevant variables and eliminating the rest. This can simplify the analysis and reduce the amount of data that needs to be processed.

Dividing continuous measures into discrete intervals is another way to reduce the amount of data that needs to be processed. For example, instead of analyzing temperature as a continuous variable, it can be divided into discrete ranges like "low," "medium," and "high" to simplify the analysis.

Overall, data reduction techniques can help make large datasets more manageable and easier to analyze, while still providing useful insights and information.

Learn more about data here:

https://brainly.com/question/30028950

#SPJ11

Definenation monitor​

Answers

Answer:

A computer monitor is an output device that displays information in pictorial form. A monitor usually comprises the visual display, circuitry, casing, and power supply. .

define application software​

Answers

Answer: An application software is a type of software that the user interacts with, while a system software is a type of software that the system interacts with.

Hope this helped you :)

CRT displays are used in laptops because they a flat.

True
False

Answers

Answer:

true

is answer

Explanation:

he ha hagbxbffjyet

Answer:

They used to, but they dont anymore. So the answer is false!

Have a great day!

i need help with this chart !

i need help with this chart !

Answers

Not in high school but i tried my best to help

(Sorry that its blurry )

i need help with this chart !

Electronic Computers could not understand our language of the alphabet and our number system. so what do you think had to be done to assist Computers to understand our Language and how we express our language.

Answers

Answer: All data in a computer system consists of binary information. 'Binary' means there are only 2 possible values: 0 and 1. Computer software translates between binary information and the information you actually work with on a computer such as decimal numbers, text, photos, sound, and video. Binary information is sometimes also referred to as machine language since it represents the most fundamental level of information stored in a computer system.

Explanation:

Answer:

I think a better way is to develop higher technology. Something like 5G will allow Electronic Computers to turn faster and understand our language.

Which code is easier to learn, Python or C++. And which one is better than the other in your opinion

Answers

Okay so I’m terms of easiest to learn it depends on the person for me it is Python and python is better because it can be used for lots of purposes

in most large and medium-sized companies, a(n) within the it department is responsible for providing user support.

Answers

In most large and medium-sized companies, a help desk, or information center, within the IT department is responsible for providing user support.

What is information technology (IT)?

Information technology (IT) can be defined as a field in computer science that typically deals with the use of computer systems to generate, process, store, retrieve, and exchange different types of electronic data and information over a secured network.

In most large and medium-sized business organizations (companies), a help desk or information center, within the Information technology (IT) department is saddled with the responsibility of providing user support to the members working there.

Learn more about information technology here: brainly.com/question/14426682

#SPJ1

Complete Question:

In most large and medium-sized companies, a help desk, or ____, within the IT department is responsible for providing user support.

A: resource center

B: portal

C: information center

D: technology center

I need help with computer science
the quiz on e2020 is on hackers and unauthorized access

Answers

Answer:

:) a need help

Explanation:

thanks for the free points ;)

UNIX BASH script programming
Write a shell script which displays a menu that allows the user to add a new record, delete a
record, list the information sorted by name, and list the information sorted by phone number.
Each of these options must be implemented in a separate function. Your functions must
clear the screen before performing theirs tasks and once they are executed, the menu must be
displayed again. The functions must be defined in a separate file named "functions"
The functions must work in the following way:
Add new record:
•prompts the user to enter the information as a whole record with the fields separated by
colons.
•asks the user to confirm the addition of the record. If the user enters y or Y, the record is
added to the file; otherwise, a message indicating the record has not been added is displayed.
Delete record:
•prompts the user to enter the phone number corresponding to the record to be deleted and
displays the record.
•asks the user to confirm the deletion of the record. If the user enters y or Y, the record is
deleted from the file; otherwise, a message indicating the record has not been deleted is
displayed.
List file sorted by name:
•displays the file sorted by last name and first name.
List file sorted by phone number:
•displays the file sorted by phone number.
IMPORTANT:
any function that creates a temporary file to perform its task must delete it before returning
control to the menu.
pay attention to the format of the output, prompts, etc. The order of the columns is important, titles should be centered.
example for add and delete formating
956-381-1234:Doe:Joe:A:4699:Assist. Man.:1-19-2000

Answers

"To create a shell script with a menu for adding, deleting, and listing records, along with sorting options, you can use separate functions for each task. Additionally, a separate file named 'functions' should contain the function definitions."

How can a shell script with a menu for record management be implemented using separate functions?

Shell scripting and implementing a menu-driven program with record management functionality. To create the desired shell script, you need to define separate functions for each task: adding a new record, deleting a record, listing information sorted by name, and listing information sorted by phone number. Each function should clear the screen before performing its task and return to the menu once completed. The 'functions' file should contain these function definitions.

For adding a new record, prompt the user to enter the information as a complete record with fields separated by colons. Ask for confirmation before adding the record. Similarly, for deleting a record, prompt the user to enter the phone number corresponding to the record, display the record, and ask for confirmation before deletion. The listing functions should display the file's contents sorted by name or phone number, respectively.

Remember to handle temporary file creation and deletion when necessary, ensuring proper execution of tasks. The output format, including centered titles and correct column order, should also be considered.

Learn more about Shell scripting

brainly.com/question/9978993

#SPJ11

How many bytes does it take to represent a color in the RGB color model?2 bytes3 bytes4 bytes

Answers

In the RGB color model, colors are represented by combining varying intensities of red, green, and blue light. Each color channel is typically represented by an 8-bit value, which means it can have 256 possible values \((2^8)\).

In the RGB color model, colors are represented by combining varying intensities of red, green, and blue light. Each color channel is typically represented by an 8-bit value, which means it can have 256 possible values (2^8). Therefore, to represent a single color in the RGB color model, we need 3 bytes (8 bits per channel) or 24 bits in total. Each byte represents one color channel: one byte for red, one byte for green, and one byte for blue. So, the total number of bytes needed to represent a color in the RGB color model is 3 bytes

Learn more about bytes :

https://brainly.com/question/12996601

#SPJ4

8.3.7: Exclamat!on Po!nts
Write the function exclamation that takes a string and then returns the same string with every lowercase i replaced with an exclamation point. Your function should:

Convert the initial string to a list
Use a for loop to go through your list element by element
Whenever you see a lowercase i, replace it with an exclamation point in the list
Return the stringified version of the list when your for loop is finished
Here’s what an example run of your program might look like:

exclamation("I like music.")
# => I l!ke mus!c.

Answers

The function is an illustration of loops.

Loop instructions are used to repeat operations

The function in Python, where comments are used to explain each line is as follows:

#This defines the function

def exclamation(myStr):

   #This iterates through the string

   for i in range(len(myStr)):

       #This checks if the current character of the string is "i"

       if myStr[i] == "i":

           #If yes, this converts the string to a list

           s = list(myStr)

           #This replaces i with !

           s[i] = '!'

           #This gets the updated string

           myStr = "".join(s)

   #This returns the new string

   return myStr

       

Read more about similar programs at:

https://brainly.com/question/22444309

Check My Work
Compared with the traditional licensing model in which users purchase and install software, SaaS _____.
a. provides more reliable access in areas with no Internet service
b. offers less expensive upgrades and new releases
c. can be accessed from fewer devices per license
d. requires more maintenance on the part of customers

Answers

B. offers less expensive upgrades and new releases: In the traditional licensing model, users must pay for each upgrade and new release of the software.

What is upgrades?

Upgrades are changes or improvements to existing products, services, or systems. These upgrades can be hardware-based, software-based, or a combination of both. They may involve adding new features or functionality, improving existing features, or fixing bugs and security issues. Upgrades are often released by the manufacturer of the product or service, but they can also be provided by third-party vendors. Upgrades can help make a product or service more efficient, secure, and user-friendly.

With SaaS, users can access the new releases and upgrades without having to purchase them. This makes SaaS a more cost-effective option for those who need to stay current with the latest software.

To learn more about upgrades

https://brainly.com/question/28388040

#SPJ4

Using a Web search tool, identify cases in which private information was disclosed when computer equipment was discarded. Recent examples have included smartphones (like BlackBerry) that were sold without proper data cleansing and hard drives that were sold without data cleansing after the computers they were originally used in were upgraded

Answers

There have been several cases where private information was disclosed when computer equipment was discarded. One example is the sale of smartphones like BlackBerry without proper data cleansing, which has resulted in personal and sensitive information being accessible to the new owner.

In another case, hard drives were sold without data cleansing after the computers they were originally used in were upgraded. This led to confidential information such as financial records, medical information, and personal photos being exposed to the new owner. Such incidents highlight the importance of data security and proper data cleansing practices before discarding computer equipment. Companies and individuals must ensure that all data is erased from their devices before disposing of them to prevent the risk of sensitive information falling into the wrong hands.

To learn more about hard drives; https://brainly.com/question/29608399

#SPJ11

Which of the arts, a/v technology, and communication career cluster pathways are involved with producing a product for an audience? check all that apply. Visual artsperforming artsaudio/visual technology and filmjournalism and broadcastingprinting technologytelecommunications.

Answers

The arts, a/v technology, and communication career cluster pathways involved with producing a product for an audience are audio/visual technology and film journalism, and broadcasting. The correct option is c.

What are arts, a/v technology?

Designing, creating, exhibiting, performing, writing, and publishing multimedia material, including visual and performing arts and design, journalism, and entertainment services, are the main goals of this Career Cluster.

Students take a one-year course in which they study the arts, audio/video technologies, and communications systems.

Therefore, the correct option is c, audio/visual technology and film journalism, and broadcasting.

To learn more about arts, a/v technology, refer to the link:

https://brainly.com/question/3870657

#SPJ1

What happens if a computer lags too much?

Answers

Answer: Hope This Helps!

Explanation:

This mainly happens when your OS is trying to update or send data to the data center and installed software is downloading or uploading data in the background. Also, it can be the hard disk is probably just too old. You can replace an old hard drive. In fact, it’s recommended before lagging is replaced by the blue screen of death. A new hard disk drive won’t cost a lot of money. Also, it can be that you touched a notification that popped up on your computer and it downloaded a virus which you have to go to a tech to fix if you dont have anti virus protector. And if it keeps going that means it can overheat or just breakdown and never work again.

Potential Energy and Kinetic Energy both mean "energy in motion" True or False​

Answers

Answer:

false

Explanation:

pretty sure energy in motion is only for kinetic energy

Answer:

False

Explanation:

I'm pretty sure potential energy is there when something isn't moving and kinetic energy is when something is in motion

What will you see on the next line? >>> int(6.5)

Answers

Answer:

6

Explanation:

The int functions founds down to the nearest whole number, which in this case would be 6.

Answer:

6

Explanation:

which term is not a method for practicing green computing? choices: virtualization, cloud computing, cookies, server workloads moved to off-peak hours, tidal powered servers

Answers

To "virtualize" anything is to create a virtual or artificial version rather than the real thing. virtualization  term is not a method for practicing green computing.

What is green computing?The design, manufacture, use, and disposal of computers, chips, other technology components, and peripherals in a way that limits the negative impact on the environment, including reducing carbon emissions and the energy consumed by manufacturers, data centres, and end-users, is known as green computing (also known as green IT or sustainable IT). In addition to choosing raw materials with sustainable sourcing, minimising electronic waste, and promoting sustainability through the use of renewable resources are all included in green computing.There is a lot of potential for green computing to be environmentally beneficial. Between 1.8% and 3.9% of the world's greenhouse gas emissions are attributable to the information and communication technology (ICT) industry. Furthermore, data centres now consume 3% of all energy consumed annually, a 100% increase over the previous ten years.

To learn more about green computing refer to:

https://brainly.com/question/22879179

#SPJ4

help me pls
When responding to a message, what should a professional always do? Choose 2 answers.

End on a positive note.

Respond within 24 hours.

Throw the company under the bus only if they are guilty.

Answer the most important questions.

Answers

The two answers to reply professionally would be

1. End on a positive note.

2. Respond within 24 hours.

How do you respond to a professional email example?

You might start with “Thank you for your patience and cooperation” or “Thank you for your consideration” and then follow up with, “If you have any questions or concerns, don't hesitate to let me know” and “I look forward to hearing from you”.

Be polite,  Find an answer and  Offer a solution.

Therefore, to respond option 1 and 2 are  most suitable.

To learn about Professional reply from the given link

https://brainly.com/question/25922327

#SPJ1

what are the steps in creating a simple mail merge​

Answers

Answer:

........ ...........

Someone who violates computer or internet security maliciously or for illegal personal gain is known as a(n) _______.

Answers

Someone who violates computer or internet security maliciously or for illegal personal gain is known as a(n) black hat hacker.

What is a black hat hacker?

A black hat hacker is known to be a kind of a function or system where one is known to be engage in the act of different kinds of cybercrime operations and it is one that often uses hacking as a tool for any form of  financial benefits.

It is one that often uses it for cyber espionage aims or other form of malicious intent, such as the implanting malware into the computer systems of companies or people.

Note that Black Hat hackers are said to be any kind of criminals who are known to often break into any computer networks and this is because of malicious intent.

Therefore, since they can be able to  release malware that destroys files and others, one can say that, Someone who violates computer or internet security maliciously or for illegal personal gain is known as a(n) black hat hacker.

Learn more about black hat hacker from

https://brainly.com/question/20355851
#SPJ1

Someone who violates computer or Internet security maliciously or for illegal personal gain is known as a(n) _______.

a. black hat hacker

b. industrial spy

c. hacktivist

d. cyberterrorist

What is the highest numeral in a binary code?

Answers

Answer:

The highest numeral in binary code is 1

In binary, you can only have 1s and 0s

if you're asking for the biggest number that can be represented, it's 255, which is 11111111. (this is 8 1s)

Explanation:

Is this a trick question? lol

May I have brainliest please? :)

what is github pull vs fetch ?

Answers

Git fetch merely "downloads" the changes from the remote repository to your local one. By downloading the updates and merging them into your current branch, git pull works.

Do I need to perform git fetch before git pull?

Prior to pushing, it's crucial to fetch and pull. The fetching process determines whether any remote commits need to be incorporated into your local updates. To avoid any conflicts with upstream merges, pull first if you find any.

How and when should I use git pull?

With the git pull command, content can be quickly updated in the local repository to reflect content that has been fetched and downloaded from a remote repository. A typical task in Git-based collaboration work flows is merging distant upstream updates into your local repository.

To know more about updates visit :-

https://brainly.com/question/1121820

#SPJ4

Searching a database for a particular record requires an extension.
O True
O False

Answers

Answer:

False

Explanation:

I think it is right, I am not good with a lot of stuff

Answer:

Its True I got it right on ED

Explanation:

You are running a python script and suspect that the script has entered an infinite loop. what key combination can you use to halt the loop?

Answers

The key combination that can be used to halt an infinite loop in a python script is: CTRL + c.

What is a looping structure?

A looping structure can be defined as a type of function which instructs a computer to repeat specific statements for a certain number of times based on some condition(s).

This ultimately implies that, a computer repeats particular statements for a certain number of times based on some condition(s) in looping structures.

What is a forever loop?

A forever loop is sometimes referred to as an infinite loop and it can be defined as a type of loop which comprises a sequence of instructions that are written to run indefinitely, continuously or endlessly, until the simulation is halted (quitted) by an end user.

In Computer technology, the key combination that can be used to halt an infinite loop in a python script is: CTRL + c.

Read more on forever loop here: https://brainly.com/question/26130037

#SPJ1

what is ms word?? and function of Ctrl+E​

Answers

Answer:

Ms word is a graphical word processing program that users use to type with.

Ctrl+E: It changes the alignment of the line or selected text so that it is centered on the page.

Other Questions
last year, if arturo spent a total of $12,000 on his mortgage payments, real estate taxes, and home insurance, how much did he spend on his real estate taxes? last year, the total amount that arturo spent on his real estate taxes and home insurance was 33 1 3 percent of the amount that he spent on his mortgage payments. last year, the amount that arturo spent on his real estate taxes was 20 percent of the total amount he spent on his mortgage payments and home insurance. tech a says that in modern vehicles, an oxygen sensor is only positioned in the exhaust pipe after the catalytic converter. tech b says that the oxygen sensor provides the electronic body control module (ebcm) with an electrical signal that relates to the amount of oxygen in the exhaust gas. who is correct? A company ships cylindrical containers in boxes that are in the shape of a right rectangular prism. Each cylindrical container has a height of 8 inches and a base with a radius of 3 inches. The box is 24 inches long, 12 inches wide, and 8 inches high.What is the total number of cylindrical containers that would completely fill the box?OA. 96OB. 48OC. 32OD. 8 Reduce the following , expression to normal form. Show each reduction step. If already in normal form, write "normal form". x y z = (x y) z. (ax.Ay.x y z) (Ac.c) ((a.a) b) Students in mr. brant's class designed an experiment to test which baseball bat will hit the ball the longest distance? in this experiment what is the test variable? question 1 options: the number of students in the class the distance the ball traveled the type of baseball bat One month, a pair of shoes cost $54.00. The next month, they were only $38.00.Part A: What was the percent of the discount? Round to the nearest whole number.Part B: How much would the shoes cost if they were 45 % off. Part C: Assuming you bought the shoes on sale for 45%. The sales tax is 7%. How much is your total cost? During the 'relative refractory period' of the action potential, the axolemma is more permeable to what? avocado company reported the following amounts on its balance sheet as of december 31, 20x9 and december 31, 20x8: 20x9 20x8 cash and receivables $175,000 $135,000 merchandise inventory 205,000 190,000 property, plant and equipment, net 840,000 700,000 total assets $1,220,000 $1,025,000 total liabilities $495,000 $395,000 for the vertical analysis, what is the percentage of current assets as of december 31, 20x9? a marketer is wondering if environmentally-friendly packaging should be used for the firm's product since it costs more to do so. this ethical question relates to which element of the marketing mix? assessment of south african umbrina robinsoni based on perrecruit models. african journal of marine science 2010 17. Which Of These Partial Proteins Was Most Likely Assembled By A Thermophile? A. Gly-Gly-Pro-Arg-Arg-Cys-Cys-Gly B. Cys-Met-Met-Arg-Asp-Asp-Asp-Pro C. Pro-Pro-Arg-His-Pro-Pro-Pro-Gly D. Met-Gly-Cys-Pro-Arg-Arg-Pro-Arg Mr. and Mrs. Scoler sold commercial real estate for $685,000. Their adjusted basis at date of sale was $544,700 ($596,600 cost $51,900 straight-line accumulated depreciation). Compute the Scolers income tax and Medicare contribution tax on their recognized gain assuming that this sale was their only property disposition this year, and their marginal income tax rate on ordinary income is 39.6 percent. Assume the taxable year is 2016. (Round your final answers to the nearest whole dollar amount.)IncomeTax _____MedicareContribution Tax______Total ______ The Los Angeles Department of water and Power (DWP) supplies water and electricity to residents of the city. Water usage is measured in hundred cubic feet (HCF). The cost function C (x) gives the cost (in dollars) for using x HCF. Write a summary in words for the symbolic statement C(110) = 264. The cost for using ____________ HCF of water is $ ___________ The curies took pure uranium and a uranium-containing substance. when they measured the amount of radioactivity, there was more in the uranium-containing substance than the pure uranium. which idea did the curies most likely develop? a there are more radioactive substances than uranium. b radioactivity is magnified by mixed substances. c the date of the material varied between the pure substance and mixed substance. d the half-life of uranium in a mixed substance is less than pure uranium. Most of the western United States, except the Pacific states, saw population growth during the mid-2000s. What is the best explanation for the lack of growth in the Pacific states? A. The Pacific states are a less attractive region to live in. B. The Pacific states have a higher cost of living than the states further inland. C. Many people disagree with the politics and beliefs of people living in these states. D. More people were moving to New England and the Northeast. the nurse is caring for a client whose prescribed course of cefaclor will soon be completed. what health education should the nurse provide to the client? Which of these powers may exist when a person believes that his/her goals are similar to another's?a. Coercive powerb. Legitimate powerc. Referent powerd. Expert powere. Reward power 100 Points! Geometry question. Photo attached. Please show as much work as possible. Thank you! Weigh magnesium metal Complete the following steps: Place weighing paper on balance Use forceps to place magnesium o balance. Record exact mass in Lab Data Calculate moles of magnesium. Record in Lab Data Use forceps to place magnesium on bench near wires and stopper 0.215 g TARE Mass of magnesium (g) Moles of magnesium (mol) Temperature of water (C) Temperature of water (K) Vapor pressure of water (mmHg) Barometric pressure (mmHg) 0.198 9 What will happen the the s-wave from the earthquake that travels towards earths center