Please help me :((((....Shreela gets nervous when faced with an audience and tends to forget parts of her presentation. What can she do to help remember her points?

A.
Use the Task Pane feature.
B.
Enter the points to remember in the slide placeholders.
C.
Use the Speaker Notes feature.
D.
Enter the points to remember in the documents area.

Answers

Answer 1

Answer: D.

Explanation:

She just needs brief notes.


Related Questions

Which function is correctly written?
1= MAX(A1, B1, C1)
2=MIN(A1:05)
3=A1:C8

Answers

Answer:

1

Explanation:

Give the an example of the following .
a.)typing software

Answers

Max Type Pro

Stamina Typing Tutor.

Answer:

Microsoft Word

Explanation:

welcome! stay sweet

Employees at Morning Buzz Coff ee Shop have been told they’ll get a bonus if they bring in enough pounds of recyclable newspapers. Th ey want a program to calculate the amount they need to bring in each day to make this total, based on the total number of pounds to be collected and the number of days they’ll be bringing in newspapers. Th e program should ask for these amounts and calculate how many pounds they need to bring in each day to make the total in that number of days. Th ey plan to run the program several times until they can find a number of pounds per day that seems reasonable. Using pseudocode, develop an algorithm to solve this problem. Include standard documentation and comments, and save your algorithm in a file named recyclingCalculator.txt in Notepad.

write this well, and add comments

Answers

223 AR 15's carbon 9's they all on me

There are different ways too write a code. Check more about this code below?

What is this code about?

The fires thing to do is to Start with:

Declare Numeric totalAmountOfNewspapers

Declare Numeric daysUntilDeadline

Declare numeric newspaperRequired

//calculate amount needed per day

Display "How many days are left until the deadline?"

Input daysUntilDeadline

Display "Enter the amount of newspaper you need."

Input totalAmountOfNewspapers

newspaperRequired = totalAmountOfNewspapers / daysUntilDeadline

Display "You have" + newspaperRequired + "until you reach the goal."

Learn more are programming from

https://brainly.com/question/22654163

#SPJ2

And their functions pls.

Answers

The motherboard, CPU, RAM, hard drive, monitor, mouse, and keyboard are basic internal components found in a computer.

ball.setSize(25, 75);
What does 25 represent in the example above?
1. The SPEED of the ball
2. The WIDTH of the ball
3. The HEIGHT of the ball
4. The 'X' coordinate of the ball

Answers

Answer:

2

Explanation:

Frankie is in charge of writing a script for a television show, along with six other writers. The script must be finished by the end of the week. Frankie’s co-workers all bring slightly different strengths to the table, but all are at least competent. Frankie wants to write the best possible script in the generous amount of time he has to work with. In this example, which style of leadership would be most effective for Frankie’s goals?
a.
Authoritarian
b.
Coaching
c.
Democratic
d.
Delegative

Answers

The best type of leadership for Frankie would be C, Democratic.

The style of leadership would be most effective for Frankie’s goals is Democratic. Thus, option C is correct.

What is Democratic leadership style?

This is known to be a form of government where the the people rule through their elected representative. Note that The style of leadership would be most effective for Frankie’s goals is Democratic as it is where one can listen to what the people has to say.

A good leader must be willing to adopt the style which suits the situation they are in. When dealing with inexperienced employees, an authoritarian style might be the best.

A scripting language or script language is a programming language for a runtime system that automates the execution of tasks that would otherwise be performed individually by a human operator.

Therefore, The style of leadership would be most effective for Frankie’s goals is Democratic. Thus, option C is correct.

Learn more about Democratic from

brainly.com/question/3710021

#SPJ5

Can someone please help and answer the 6 questions on the bottom of the page

I’ll give you brainly

Spam answer will be reported please don’t spam

Answers

Ivan rigney

John benson      2

Mark nicholls      4

James  mitchell   7

Paul matthews   13

Neil hooper         8

Which task would most likely be completed by a physician’s assistant?
A.
Diagnose and treat medical conditions of patients
B.
Clean and maintain the hospital machinery and equipment.
C.
Conduct research studies to determine medication dosages.
D.
Review the budget and determine ways to save money.
E.
Prepare reports to be presented in medical conferences.

Answers

Answer:

A

Explanation:

My mom is a PA

Answer:

A

Explanation:

Selective colleges choose to have in-person meetings to learn more about the applicants. These meetings are called:

A. college recruiting meetings.
B. personal meetings.
C. student orientations.
D. college interviews

Answers

The meeting is called collage interviews

Selective colleges choose to have in-person meetings to learn more about the applicants. These meetings are called college interviews. Thus, option D is correct.

What is a College?

A college has been either an educational institution or itself or one of its component parts. A college would be the secondary school, a part of the a collegiate or the federal university, a postsecondary institution offering the degrees, or the facility providing the vocational training.

A college could be the high school or the secondary school, a college of the further education, a training facility that would grants trade qualifications,as well as a higher-education provider without university status, or the component part of a university.

In the United States, a college may provide undergraduate programs as an independent institution, as the undergraduate division of a university, as a residential college of a university, as a community college, or as the undergraduate division of a non-profit organization.

To learn more about College, visit:

brainly.com/question/4217955

#SPJ2

The simplest element that exists is only one proton and one electron. It is what stars are made of. It's symbol is "H". What is this element? * 1 point Helium Mercury Hafnium Hydrogen

Answers

Answer:

Hydrogen.

Explanation:

Hydrogen is the simplest element that exists. The symbol for the chemical element Hydrogen is "H" and it is a colourless, tasteless, odorless, and highly flammable gas.

Hydrogen is a chemical element found in group (1) of the periodic table and as such it has one (1) electrons in its outermost shell. Therefore, Hydrogen has an atomic number of one (1) and a single valence electrons because it has only one proton and one electron in its nucleus.

Additionally, all stars are made up of Hydrogen.

A star is a giant astronomical or celestial object that is comprised of a luminous sphere of plasma, binded together by its own gravitational force. Stars are typically made up of two (2) main hot gas, which are Hydrogen (H) and Helium (He).

what are some questions or strategies we can use to help us better understand and define problems before we try to solve them?

Answers

Answer:

Define the problem, generate alternative solutions, think, make a list,  and evaluate an alternative, hope this helps

Explanation:


dash+dash=100
Both dash and dashare prime numbers.
How many different solutions can you find​

Answers

Answer:

6

Explanation:

97+3 = 100

89+11 = 100

83+17 = 100

71+29 = 100

59+41 = 100

53+47 = 100

I counted them using excel, see pic.

Answer:

?

Explanation:

?

Which descriptions offer examples of Programming and Software Development workers? Check all that apply.

Answers

Answer:

Dude there are no examples

Explanation:

Which of the following is used as a placeholder for future code and has no function being executed?

hold

return
pass

null

Answers

Answer:

Pass, does nothing, you can put it in a function to just skip over it without failing.

Explanation:

Hold pauses the operation, return returns a value, and null is a placeholder variable that has many uses.

Answer:

i think it is pass

Explanation:

if not srry and let me know

How does a passive attack differ from an active attack?

Answers

Active and Passive Attacks are security attacks. In Active attack, an attacker tries to modify the content of the messages. Whereas in Passive attack, an attacker observes the messages, copy them and may use them for malicious purposes. ... In Passive Attack, information remain unchanged. Hope this helped :)

What would happen if computers only had input devices?
Computers would process and display data.
O Computers would receive input and process data.
Computers would receive input, process, and print data
Computers would receive input and display data.

Answers

Answer:

B. Computers would receive input and process data

Explanation:

Without and output device, the computer can't display the data so they would only be able to receive and process the data but not display it.

Christa is designing a web page. She wants an image that reads 5100% Natural!" to be associated in the user's mind with a picture of a new fruit snack. What is the best way for her to do this?


A. use the rule of thirds
B. place the images in close proximity
C. increase the color contrast
D. increase the whitespace​

Answers

Answer: B. Please the images in close proximity.

Please tell me if its right so I can update it!

Identify the causes of installation problems. (Choose all that apply)

Answers

Answer:

the last one

Explanation:

please mark brainliest

Answer: The answers are: A,B,D

edg.

pick a name fa me ❤️

Answers

Answer:

drug dealer

Explanation:

ask this somewhere else bro. im only answering it for the points.

gay baeee TBHHHHHH :P

A. Fill in the blanks:
1.
is an effective way to display data in pictorial form.
2. Data series are the bars or slices that show the
3. Barchart displays data in the form of long
rods.
4.
is the vertical axis that is used to plot the values.
5.
is a key that is used to identify the colours, patterns, or symbol assigned to a data series.

Answers

Answer:

1. Charts.

2. Data series.

3. Rectangular.

4. Y-axis.

5. Legend.

Explanation:

1. Charts: is an effective way to display data in pictorial form. It includes the use of pie charts, bar charts, venn diagram, etc.

2. Data series: are the bars or slices that show the data values. It comprises of related data sets.

3. Barchart displays data in the form of long rectangular rods. Generally, bar charts are used for the comparison of informations obtained from a data collection by representing each value (information) with rectangular bars respectively. A bar chart has a x-axis and a y-axis used to represent the various categories of data collected.

4. Y-axis: is the vertical axis that is used to plot the values. The other axis for plotting values is known as X-axis.

5. Legend: is a key that is used to identify the colours, patterns, or symbol assigned to a data series.

When receiving help, what information should you prepare to discuss? Check all that apply.

Answers

Answer:

1,2,4,5

Explanation:

did it on edge 2021

plz mark me brainliest:)

Answer:

1,2,4,5

Explanation:

i did it on edge 2021 :>

When is it appropriate to delete an entire row or column as opposed to deleting the data in the row or column

Answers

Answer:

huh wdym

Explanation:

Does somebody know how to this. This is what I got so far
import java.io.*;
import java.util.Scanner;


public class Lab33bst
{

public static void main (String args[]) throws IOException
{



Scanner input = new Scanner(System.in);

System.out.print("Enter the degree of the polynomial --> ");
int degree = input.nextInt();
System.out.println();

PolyNode p = null;
PolyNode temp = null;
PolyNode front = null;

System.out.print("Enter the coefficent x^" + degree + " if no term exist, enter 0 --> ");
int coefficent = input.nextInt();
front = new PolyNode(coefficent,degree,null);
temp = front;
int tempDegree = degree;
//System.out.println(front.getCoeff() + " " + front.getDegree());
for (int k = 1; k <= degree; k++)
{
tempDegree--;
System.out.print("Enter the coefficent x^" + tempDegree + " if no term exist, enter 0 --> ");
coefficent = input.nextInt();
p = new PolyNode(coefficent,tempDegree,null);
temp.setNext(p);
temp = p;
}
System.out.println();

p = front;
while (p != null)
{

System.out.println(p.getCoeff() + "^" + p.getDegree() + "+" );
p = p.getNext();


}
System.out.println();
}


}

class PolyNode
{

private int coeff; // coefficient of each term
private int degree; // degree of each term
private PolyNode next; // link to the next term node

public PolyNode (int c, int d, PolyNode initNext)
{
coeff = c;
degree = d;
next = initNext;
}

public int getCoeff()
{
return coeff;
}

public int getDegree()
{
return degree;
}

public PolyNode getNext()
{
return next;
}

public void setCoeff (int newCoeff)
{
coeff = newCoeff;
}

public void setDegree (int newDegree)
{
degree = newDegree;
}

public void setNext (PolyNode newNext)
{
next = newNext;
}

}



This is the instructions for the lab. Somebody please help. I need to complete this or I'm going fail the class please help me.
Write a program that will evaluate polynomial functions of the following type:

Y = a1Xn + a2Xn-1 + a3Xn-2 + . . . an-1X2 + anX1 + a0X0 where X, the coefficients ai, and n are to be given.

This program has to be written, such that each term of the polynomial is stored in a linked list node.
You are expected to create nodes for each polynomial term and store the term information. These nodes need to be linked to each previously created node. The result is that the linked list will access in a LIFO sequence. When you display the polynomial, it will be displayed in reverse order from the keyboard entry sequence.

Make the display follow mathematical conventions and do not display terms with zero coefficients, nor powers of 1 or 0. For example the polynomial Y = 1X^0 + 0X^1 + 0X^2 + 1X^3 is not concerned with normal mathematical appearance, don’t display it like that. It is shown again as it should appear. Y = 1 + X^3

Normal polynomials should work with real number coefficients. For the sake of this program, assume that you are strictly dealing with integers and that the result of the polynomial is an integer as well. You will be provided with a special PolyNode class. The PolyNode class is very similar to the ListNode class that you learned about in chapter 33 and in class. The ListNode class is more general and works with object data members. Such a class is very practical for many different situations. For this assignment, early in your linked list learning, a class has been created strictly for working with a linked list that will store the coefficient and the degree of each term in the polynomial.

class PolyNode
{
private int coeff; // coefficient of each term
private int degree; // degree of each term
private PolyNode next; // link to the next term node

public PolyNode (int c, int d, PolyNode initNext)
{
coeff = c;
degree = d;
next = initNext;
}

public int getCoeff()
{
return coeff;
}

public int getDegree()
{
return degree;
}

public PolyNode getNext()
{
return next;
}

public void setCoeff (int newCoeff)
{
coeff = newCoeff;
}

public void setDegree (int newDegree)
{
degree = newDegree;
}

public void setNext (PolyNode newNext)
{
next = newNext;
}
}

You are expected to add various methods that are not provided in the student version. The sample execution will indicate which methods you need to write. Everything could be finished in the main method of the program, but hopefully you realize by now that such an approach is rather poor program design.

Answers

I have a solution for you but Brainly doesn't let me paste code in here.

After you have located a program name from the Start menu, in order to create a shortcut on the desktop.

Answers

Answer: wut am I suppose to do

Explanation: thx for the free points :)

I store data that the CPU needs. What am I?

Answers

Answer:

Memory

Explanation:

Memory send commands to the CPU . Alternative modes of memory exist, and each one of them plays an essential role in operating a software machine.Memory is commonly called storage. Either the storage is unstable or non-volatile.

Answer:

I store data that the CPU needs . I am Memory unit .

hope it is helpful to you

Multiple
What is 67 Denary when converted to binary?
•01000011
•01000101
•01001011
PLEASE ANSWER I WILL GIVE U BRAINLY!!

Answers

Answer:

this is the answer 1000011

Answer:

00111010 00101001 00100000 01101000 01100101 01101100 01101100 01101111 00100000 01010010 01000101 01000101

Explanation:

Which of the following is the main cause of network failure?

A. cables that break
B. peripherals that get in the way
C. storms
D. human error

Answers

Answer:

Possibly A or C

Explanation:

Answer: human error is the right answer!!!!!

Explanation:

I took the quiz

IF YOU LOVE GOD HELP ME......What should be covered in the conclusion of a presentation?

A.
the agenda or purpose of your presentation
B.
real-world examples of the points you make
C.
an animation illustrating what you want to say
D.
a summary of the important points

Answers

Answer:

D.

a summary of the important points

D should be correct

Recognizing the trade-off between interesting design features and cost is part of which stage of the product development life cycle?

Answers

Answer: detailed product design

Explanation:

PowerPoint SAM Capstone Project 1 can PLEASE someone do it for me I have some directions like steps and you just have to do it in a powerpoint slide please I would really appreciate it

Answers

Answer:

Sooo what's the question??

Explanation:

Answer:

kk

Explanation:

Other Questions
I need this asap very easy!!! Please serious answers please!! I will mark brainliest if right Which cell type is represented by number 1? HELP I GIVE BRAINLIST what are the drawbacks of relying on fossil fuels ? A ) Increased levels of atmospheric carbon dioxide B ) A reduction of air pollution levels in cities C ) Unlimited supplies of coal, oil, and natural gasD ) Fossil fuels always burn perfectly, so there are no drawbacks 7. The period of warfare and disorder in Greece is referred to as thea. Classical Age.c. Dark Ageb. Golden Era.d. Era of Despair. 28 is 12 less than 4 times a number. Find the number Can someone help me with this? Its unit rates with price. Question: 6 feet of ribbon for $19.20 2/3 x 4/5? or any other way of solving this .How did the merchant and craft guilds lead to many Jewish families going into trades like banking?a The merchants and craftsmen wanted the Jews to finance their operations.b The Jews were interested in money only, so they stayed away from the guilds.c The guilds did not accept Jews, so they had to find another vocation.d The guilds were not in favor with the king like the Jews wanted to be. Describe the political and social changes made by Japan following WWI Why was a book in the frying pan on the stove (5.3) puzzle time grade 6 What's the correct answer? Answer the statistical measures and create a box and whiskers plot for the following set of data2,5,7,8,8, 10, 11, 12, 14, 14, 15, 16, 18, 18, 19Min: Q1:Med:Q3:Max: Determine the effectiveness of each research question.What kinds of education did ancient Sparta offer its citizens? How has ancient Athens inspired todays Greek women and children? What was the government system like in ancient Athens? How much money did the ancient Spartan royals have? A student says that since the atomic theory is just a theory, it should not be considered useful. Which statement best argues against the students opinion? Scientific theories change over time. Scientific theories are the results of many experiments and observations. Scientists often do not agree about specific details of scientific theories. Scientists often propose competing theories. Scientific theories do not become Scientific Laws. All hurricanes must have an energy source to form and grow. From where does this energy come?A. High air pressuresB. Warm ocean watersC. The Earth's rotation on its axisD. Warm air rises and pulls cooler air is pulled into it How did the British government respond to the Boston Tea Party?I will give Brainliest. If I understand your answer please be specific. The United States acquired the area labeled number 6 on the map as a result of which of the following treaties? A. the Treaty of Paris of 1783 B. the Webster-Ashburton Treaty C. the Adams-Ons Treaty D. the Treaty of Guadalupe-HidalgoReset How many years were there between the arrival of Buddhist Influence In Sri Lanka and in Angkor Wat? write the equation of the linethat passes through the points.(-1, -7) and (1, 3) Which statement best explains why chlorine is added to drinking water?A. Chlorine protects people's teeth against cavities.B. Chlorine cures infections caused by bacteria or othermicroorganisms.C. Chlorine prepares the body to fight future infections.D. Chlorine kills most pathogens in water.SUBMIThelp