HELP PLZ AM TIMED!!!~~~

In which view of PowerPoint is the Annotation tools menu available?

Slide Show
Normal
Slide Sorter
Notes

Answers

Answer 1

Answer:

im pretty sure its slide show

Answer 2

Answer:

slide sorter notes

Explanation:

because you're giving a PowerPoint presentation you may want to make some notes on the slides such as circling a word or underlining a phrase or highlight a key concept


Related Questions

PLEASE ASAP!!

Network risk analysts typically have a college or university degree in psychology or sociology.

True or False

Answers

False

They usually have a degree in computer science or computer programming

Answer:

True

Explanation:

edg2021

Network risk analysts work with corporations to determine the threat of cybercrime and terrorism in their network systems. This includes a behavioral analysis of employees. The ideal candidate would have a background in psychology and/or sociology as well as experience working in the field of network security.

After adding an image to a PowerPoint presentation, you want to frame the picture on the slide. What is the name of that feature?

Alignment
Border
Resize
Style

Answers

Answer: it would be border

After adding an image to a PowerPoint presentation, you want to frame the picture on the slide. The name of that feature is the border. The correct option is b.

What is a PowerPoint presentation?

A PowerPoint slideshow (PPT) is a presentation made using Microsoft software that enables users to include audio, visual, and audio/visual components.

It is regarded as a multimedia technology that also serves as a tool for sharing and collaborating on content. Activate PowerPoint. Choose New from the left pane.

Choose an option: Choose Blank Presentation to start from scratch when making a presentation. Choose one of the templates if you want to use a ready-made design. Choose to Take a Tour, then choose Create to get some PowerPoint pointers.

Therefore, the correct option is B, Border.

To learn more about PowerPoint presentations, refer to the link:

https://brainly.com/question/14498361

#SPJ2

Match The Following

i need more characters to ask a question. Fun

Answers

answer:

1 image

6 transition

7 word art

5 smart art

4 table

3 theme

2 slide

i hope this is whrite and i hope this helped you

Pick the correct characteristics that define the porous inkjet paper.

"Porous inkjet paper produces high-quality photos."
"However, the paper dries slowly."
"Porous paper works with both dye and pigment inks."
"Porous paper fades and scratches easily."
"It is glossier than swellable paper."

Answers

Answer:

"Porous inkjet paper produces high-quality photos." and "Porous paper fades and scratches easily."

Explanation:

i took the test

X= [12,67,89,34,56,90,67]

Write a python program to bring the following output by using the given X.

Output:

[12,67,89,34,100,56,90,67]

Answers

Answer:

X = [12, 67, 89, 34, 56, 90, 67]

for i in range (len(X)):

   if (X[i] == 34):

       print(X[i])

       print("100")

   else:

       print(X[i])

Explanation:

Kind of a ugly hack because I'm not all too familiar with python, but it gets the job done :^)

Web designers use programming languages to write websites.

A.

True

B.

False

Answers

Answer:

False

Explanation: Web developers use programing languages to create websites.

When a graphic is positioned in the line of text, thr graphic is positioned directly....
A. at the end of a paragraph
B. at the end of a margin
C. at the position of the insertion point
D. at the right margin

Answers

The answer to this question is option c:

at the position of the insertion point

You can also confirm it from the image attached.

Here in the attached image, the image is inserted in the middle of the text at the place where pointer is present.

So the image is placed at which every position you cursor or insertion point is.

It is neither in:

at the end of a paragraph

at the end of a margin

at the right margin

A job placement agency helps match job seekers with potential employers. The agency would like to design a simulation in order to help predict the likely job placement outcomes for job seekers based on historical trends and patterns. Which of the following is most likely to be a benefit of the simulation?
A. The computer simulation will be able to include more details and complexity than the real-world job placement process.
B. The computer simulation could be used to test hypotheses about patterns in the job placement process that are costly or time consuming to observe in reality.
C. The computer simulation will be able to precisely predict the real-world outcomes for each job seeker.
D. The computer simulation will remove the bias that may arise in the real-world job placement process.

Answers

Answer:C

Explanation:

The answer is C

WILL GIVE BRAINLIEST!!! 15 POINTS!! HELPPPP!!

Tonya wants to add a button to a webpage. Which language should be used?

A. Python

B. HTML

C. JavaScript

D. CSS

Answers

Answer:

B and C both will be right answers

Answer:

B and C are both correct answers

Explanation:

Comments should
give the reader the background of the programmer.
be written for every line of code.
communicate the purpose of the code that follows it.
give information about how many hours it took to write the code.

Answers

Answer:

Correct answer is:

communicate the purpose of the code that follows it.

Explanation:

Let have a look at each option

comment should give the reader the background of the programmer.

Comments are unable to do so.

Be written on every line

No, it is not need as comment are useful only to explain difficult or complex part of code.

communicate the purpose of the code that follows it.

yes, this option is true, as comments will give hints to programmer about the piece of code.

give information about how many hours it took to write the code

No, comments can answer it,

Answer:

c.

Explanation:

Joe is a florist and wants to increase his client base. How can he achieve this with the help of a computer?
A.
advertise his products
B.
email his friends
C.
calculate his sales for the year
D.
analyze marketing trends

Answers

A because sounds like the correct answer

Answer:

its A I just took the test

Explanation:

Red, Blue, Golden Yellow, and Green (in order a-z)

Answers

Answer:

b, gy, g, red

Explanation:

______means to set a variable equal to a known value before a
loop.
A. Initialize
B. Sum
C. Output
D. Input

Answers

A. initialize

I hope this helped!

I would appreciate it if you gave me a thanks and brainliest (:

Which of the following IS NOT a way that functions make code more readable?
A. O Function names can describe what the function is completing
B.
Functions break code into smaller, separate parts
C.
Each function contains one command
D.
Functions shorten code by reusing code that has already been written

Answers

Answer:

C

Explanation:

Functions can contain any number of commands.

Lost passwords set for documents in Microsoft® Word® documents can be retrieved in the backstage view. True False

Answers

Answer:

I may be wrong but im pretty sure its true

Explanation:

True <3

Put the steps in order to produce the output shown below. Assume the indenting will be correct in the program.

2 3
2 5
6 3
6 5
Line 3
Line 1
Line 2
for numF in [3,5]:print (numE, numF)for numE in [2,6]:

Answers

Code:

for numE in [2, 6]:

   for numF in [3, 5]:

      print(numE, numF)

Explanation:

Since the first number of the first output is 2, the outer loop must contain the list [2, 6], meaning 'for numE in [2, 6]:' is on line 1. This leaves us with 'for numF in list [3, 5]:' as the nested loop (line 2), and the print statement on line 3 since it needs to print both numE and numF.

Hope this helps :)

Python indentation are used to group statements that belongs to the same block of code.

The correct steps are as follows:

for numE in [2,6]:

      for numF in [3,5]:

             print (numE, numF)

From the output of the program, we have the following highlights.

The program prints 2, two times and then 6, two timesThe program prints 3 and 5, two times

The above highlights mean that: the program iterates through list E, before iterating list F

So, the order of the program is:

for numE in [2,6]:

      for numF in [3,5]:

             print (numE, numF)

Read more about Python indentation at:

https://brainly.com/question/19654717

When does copyright protection start?
Choose the answer.

six months after work is produced, written, or developed

once the work is registered with the state

the moment work is produced, written, or developed

90 days after a work is produced, written, or developed

Answers

Answer:

The moment work is produced, written, or developed.

Explanation:

Your work is under copyright protection the moment it is created and fixed in a tangible form that it is perceptible either directly or with the aid of a machine or device.

What are like arms surrounding all the other code blocks?
A. chevrons
B. curly braces
C. square braces
D. parentheses

Answers

Answer:

Parenthesis

Explanation:

I code

Answer:

Its curly braces.

Your welcome!

what are the difference between of panchayat and multi party system​

Answers

Answer:

The parties in a multi-party system can control government separately or as a coalition; in a two-party system, however, coalition governments rarely form.

Traditionally Panchayats consisted of elderly and wise people chosen by the local community, who used to settle disputes between individuals and villages. The leader of the panchayat used to be called as Mukhiyas or Sarpanch.

Explanation:

Other Questions
Born in a stormIt started in a dreamAnd God made me realizeLife ain't what it seemsSelfishly inspiredA heart exposedHit me with a passionThat brought me to my kneesI don't wanna be, I don't wanna be selfishAnymore, anymore, noI don't wanna be, I don't wanna be selfishAnymore, anymore, noSong: Beautiful Addiction by NFHave a nice day. May it be filled with joy and happiness. Please, stay safe and wash your hands. Happy Holidays. for spirit week at whoville Middle School students were encouraged to wear the school colors of burgundy and gold of the 1,500 students,1200 students wore burgundy wild 300 students were gold.what percent of the total numbers of students wore gold? Horses with genotype (BB) have a brown coat, horses with genotype (bb) have a white coat,and horses with genotype (Bb) have a tan colat. Based on the information provided, thealleles controlling coat color in horses show: You buy a movie ticket for $5.25 and popcorn for $2.98. You pay with a 10-dollar bill. How much change will you get back? Hamid is viewing an image of a bird produced by a set of concave lenses. What must be true about the image?A. It is a virtual image.B. It is upside down.C. It is larger than the actual bird.D. It is capable of being projected. Maria visited the mountains in Wyoming and became interested in the different ways that mountains and valleys form. How do mountains and valleys develop from a series of normal faults? A. A footwall slips down to form a valley at a converging plate boundary. Rock on either side of the valley becomes the mountains. B. Walls of rock grind past each other in opposite directions. This pushes one side up above the other to form the mountains. C. Compression causes rock to fold and bend, but not break, in the middle of a plate. The rock that folds upward becomes a series of mountains. D. A hanging wall slips down at a diverging plate boundary. The slab of crust that falls forms a valley, and the slabs on each side form mountains. Which direction on a compass do 0 to 90 represent?A north to eastB east to southC south to west The pointed or elongated stains that radiate out from the central area of a bloodstainare calledO1) satellite spattersO 2) spinesO3) stringsO4) sprays Which scenario will have a quotient of 4/12?A. Andrew has 4 liters of juice and wants to pour an equal amount of juice into 12 identical glasses. How many liters of juice will each glass contain?B. Emily jogs 4 kilometers every day. What is the total distance she jogs in 12 days?C. Nadia has 12 cookies and wants to distribute them evenly with her 3 friends and herself. How many cookies do Nadia and her friends each receive?D. Steven uses 12 liters of red paint and 4 liters of yellow paint to make orange paint. What is the amount of red paint used for each liter of yellow paint? If there are 42 boys and 56 girls in a room, fill out all of the possible ratios of boys to girls that could be made. Can we get this is ten views? Help asap BRAINLlST ........question in pic Which expression is equivalent to 5(3 + 4k ) + 3(4 +k )?27 +5k3 + 5k27 + 23k3 + 23k Help How important is it to live a moral life if you want your personal relationships to last? Give examples to support your thoughts and ideas. 5.21 Unit Test: Water and Oceans - Part 1What forms as a result of the wind's frictional force on water?O deep sea currents that move in a path opposite to the wind currentsO surface currents that move in a path opposite to the wind currentssurface currents that move in a path similar to the wind currentsdeep sea currents that move in a path similar to the wind current What is the area of the triangle in the in the diagram? WILL GIVE BRAINLIEST!!! Kayla created the graph below to represent the solution to the inequality Negative 8 less-than x.A number line going from negative 11 to negative 1. A closed circle is at negative 8. Everything to the left of the circle is shaded.What errors did she make? Select two options.She should have used an open circle at the end of the ray.She should have pointed the arrow to the right.She should have used a circle at 7 as the end of the ray.She should have used a circle at 9 as the end of the ray. this is algebra 1 hurry please HELP ASAP A company advertises on a website.A worker tracked the number of visits to the website and the number of clickson the advertisement.The table shows the data for several days.A linear function can be used to model the data.Based on the table, what is the best prediction of the number of clicks on theadvertisement if 1500 people visit the website?A 137B 77C 83D 105