The answer to this question is that Mary should choose insert image . Then, in the wrap text Mary should choose “top and bottom” to add it below the text she wrote. Using the option Top and bottom - text appears at the top and bottom of the image.
Answer: It allows you to locate materials, be aware of your assignments and plan time to get things done.
Hope it helped.
Answer:
<em>The right order of steps you should take to repare the laptop is: D A C B</em>
<em>Explanation:</em>
<em>D. Ask yourself if the laptop is still under warranty: Because they will replace the board for you or give you a new machine.</em>
<em>A. Ask yourself if replacing the motherboard will cost more than purchasing a new laptop: since technology evolve every day, you might consider buying a new faster, better, advanced machine.</em>
<em>C. Find the service manual to show you how to replace the motherboard: the support assistence will guide you trhough the right way of replacing the board.</em>
<em>B. Find a replacement motherboard: choose the specific one or maybe try to find a better model, that can improve your computer performance.</em>
Answer:
Boolean
Explanation:
Boolean is one of the primitive data types that will only hold either true or false value. This data type is commonly used in a variable that will track a status with only two possible outcomes.
For example, the<em> ParticipantPD</em> field is to track the payment status (paid or unpaid) of a participant. So, declare the<em> ParticipantPD</em> field as boolean data type will meet its purpose.
boolean ParticipantPD = true;
or
boolean ParticipantPD = false;