Pls help... : Slide layouts can be changed by _____.


selecting new layout from the Tools menu

selecting new layout from the Edit menu

selecting a new layout from the Task pane

selecting a new layout from the Slide pane

Answers

Answer 1

Answer:

Selecting a new layout from the task pane

Explanation:

Answer 2

selecting a new layout from the Task pane

kekw


Related Questions

function for cell range F1 to F5

Answers

Answer:

The correct answer to this question is given below in the explanation section.

Explanation:

An essential skill in Excel is to know how to determine the range of values in Excel for Excel users. Maybe you don't have time to waste sorting through rows and columns in order to find the lowest and highest values of sales, revenue, or other finance-related information, etc. The range in Excel, the difference between the highest and lowest value helps in making accurate decisions, forecasting, and budgeting.

To find the minimum and maximum, you can use the following functions.

To determine the range for Cell F1 to F5 is given below:

To find the minimum, you can use this function: =MIN(F1:F5)

To find maximum, you can use this function: =MAX(F1:F5)

If you want to find the highest and lowest values for the example sale amount, you can use the following formulas.

To find the lowest, you can use this function:=SMALL(F1:F5,1)

To find the next lowest, you can use this function:=SMALL(F1:F5,2)

To find the third-lowest, you can use this function:=SMALL(F1:F5,3)

To find the highest, you can use this function: =LARGE(F1:F5,1)

To find the next highest, you can use this function: =LARGE(F1:F5,2)

To find the third-highest, you can use this function: =LARGE(F1:F5,3)

Select the correct answer. What do bureaucrats do on a wiki website? A. Settle disputes between users. B. Manage the wiki's infrastructure. C. Add or remove editors of a wiki. D. Assign or remove administrator rights on wikis.

Answers

Answer:D ,Assign or remove administrator rights on wikis.

Explanation:

Why is simplicity important in navigation design?
A. It provides users with more choices and control.
B.
It makes navigation easy to understand.
C.
It reduces the load on the user's memory.
D.
It makes the design more attractive.

Answers

I think it’s B.
Since it’s sometime easier to visually see something.

Which one Bc I’m struggling

Answers

14 is c and 16 a btw do you go to connection academy

Answer:

c

Explanation:

I WILL MARK YOUR BRAINLIEST IF YOU ANSWER

Draw a flowchart to print first 10 multiples of 5.
Please also draw it on paper and answer

SILLY ANSWERS = REPORT!

Answers

Answer:

Explanation:

Sorry it's very messy, for this a loop is need but inclusive of a count/index variable which I have used and called the variable 'number'

HELP!! I keep getting an EOFError on line 6 while trying to run my code in python.

my code-

line 1: num = int(input("Enter a number: "))

line 2: c=0

line 3: sum=0

line 4: while (num<100):

line 5: sum=sum+num

line 6: num = int(input("Enter a number: "))

line 7: c=c+1

line 8: print("Sum: " +str(sum))

line 9: print("Numbers Entered: "+str(c))

Answers

I'm almost certain you were getting an EOF error because you were asking for too much input. My code works for me. Best of luck.

Which term describes a web address such as www.еdgеnuitу.com?
Option 1. DNS
Option 2. ISP
Option 3. domain name
Option 4. IP address

Answers

Answer:

C.

READ BELOW

Explanation:

A DNS LOOKS LIKE (DNS Primary: 8.8.8.8 Secondary: 8.8.4.4)

AN ISP is a internet service provider. For example (Comcast LLC)

A DOMAIN NAME IS (the name of a url www. [domain name] .com, .org, .gov)

an Ip address is an identifier of your computer, and it looks similar(all are unique) to [64.233.191.255]

Answer:

Domain Name

Explanation:

I just did the Instruction/Assignment on EDGE2022 and it's 200% correct!

Also, heart and rate if you found this answer helpful!! :) (P.S It makes me feel good to know I helped someone today!!)

Is this statement true or false?



It is always better to run over and give more information when you are giving a presentation versus quitting on time.


true

false

Answers

Answer:

THIS IS TRUE

Explanation:

but try to hurry up if the time is about to finish or try to find a quick way to wrap it up if the timing is too strict.

Hope this helped :)

This is a very true statement


State ONE (1) disadvantage of using computers to store and process
information.

Answers

Answer:

it can be hacked

Explanation:

there is always a chance for computer data to be hacked

Mark and his team are working on a project that is due for delivery in the next few days. The team is using project management tools to implement a set of new client requirements. Which activity are Mark and his team performing? A. managing integration B. managing change C. managing quality D. managing timelines

Answers

Answer:

The correct option is;

B. Managing change

Explanation:

Change management is a process of applying methods and instruments that bring about the implementation of required changes in an organization or project such that the changes are carried out in a seamless and timely manner using a carefully laid out and thorough approach that reduces the impact of the change on the quality of service and that handles the disruptions in the project or organization brought about by the change

Two forms of compression are lossy and lossless. State giving reasons which
would be the most suitable form of compression to use when transmitting:
(i) a draft manuscript for a book.
(ii) A video recording which you have made of the school play.

Answers

Answer:

(i) When transmitting a draft manuscript for a book, the lossless compression technique is most suitable because after decompression, the data is rebuilt and restored in its form as it was from where it originated

(ii) When transmitting a video recording which you have made of the school play, a lossy compression technique is most suitable because the large size of video files require the increased data carrying capacity which is provided by the lossy transmission technique. The quality of the video can be reduced without affecting the message intended to be delivered

Explanation:

Only text values can be displayed as a part of <TD> and <TH> tags.
True or False? ​

Answers

Answer:

I'm not sure but I think its true

What term is commonly used to refer to HTML formatting?

Answers

Answer:

<html> or </html>

write a code to test if a number is equal to 89 or 78

Answers

number = whatever value you want

if number == 89 or number == 78:

   print("The variable number equals 89 or 78.")

else:

   print("The variable number does not equal 89 or 78.")

Select the correct answer. Which engineering professional communicates potential flaws in product design? A. maintenance engineer B. design engineer C. analysis engineer D. inspection engineer E. field engineer

Answers

the correct answer is the letter C. plz mark me the brainliest!!1

Answer:

the answer is c

Explanation:

Make the other dude/girl brain list, he answered first after all, and I got it right on the test thx to him.

how do you make a triangle on art.kano.com

Answers

Umm, I guess you just try to do one? I don't know.. Sorry if I couldn't help out.

I believe you can do it!

Answer: I would watch a YouT-ube video on a tutorial on doing that

But i am pretty sure it involves coding

Explanation:

James is writing a program in C++ and forgets to put curly braces where they are supposed to be. James will see a message about which of the following when the program is run? database error variable error binary error syntax error

Answers

Answer:

syntax error

Explanation:

curly braces demarkate code blocks. omitting them and code may violate the syntax, hence produce a syntax error.

What is unique about a dual-axis chart?
O Data is coded with two different colors.
O Data is charted by two different types of data.
O The information on the axis has two different fonts.
x One set of data is shown two different ways

Answers

Answer:

B: data is charted by two different types of data.

Explanation:

Got it correct in edge.

Answer:

B) Data is charted by two types of data.

Explanation:

Write the correct opening and closing tags on the different commands.​

Answers

Answer:

First column is openings and second is closings. <3

Head - <HEAD> and </HEAD>

Title - <TITLE> and </TITLE>

Body - <BODY> and </BODY>

Bold - <B> and </B>

Underline - <U> and </U>

Heading1 - <H1> and </H1>

Heading Group - <HGROUP> and </HGROUP>

Section - <SECTION> and </SECTION>

Article - <ARTICLE> and </ARTICLE>

Aside - <ASIDE> and </ASIDE>

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


5 2

5 3

8 2

8 3
plz help ill give brainliest

Answers

Answer:

for numB in [5,8]:

     for numA in [2,3]:

            print(numB, numA)

Explanation:

Looking at the given output it can bee sent that the first numbers are repeated twice consecutively and the second numbers in a sequence.

This means that nested loops are used.

Assuming that the indentation will be correct in the program

The code in squence is:

for numB in [5,8]:

     for numA in [2,3]:

            print(numB, numA)

Answer:

Line 1: for numB in [5,8]

Line 3: print (numB, numA)

Line 2: for numA in [2,3]

Explanation:

Some Word processors miss some errors because....?

Answers

“She could sew seeds better than she could sew clothes.”

The above sentence is one that I came across while reading a self-published novel the other day, and is a perfect example why one cannot merely rely on a spell-checking program to ensure that one’s writing is error-free. Although “sew” and “sow” are homophones (they sound the same despite having different spellings and meanings), they are obviously not interchangeable: When you write phrases such as, “In miss you,” “I’ll pick the care up from the garage,” or, “We’re having meet for dinner,” SpellCheck doesn’t catch any errors, because none of the words are actually misspelled. The same thing goes for Word and other word-processing softwaresow seeds, and sew clothes.

What type of file format is PSD?

Answers

Answer:

PSD (Photoshop Document)

Explanation:

PSD (Photoshop Document) is an image file format native its one of Adobe's popular Photoshop Application. PSD files are commonly used for containing high quality graphics data.

Answer:

PSD (Photoshop Document) is an image file format native to Adobe's popular Photoshop Application. It's an image editing friendly format that supports multiple image layers and various imaging options. PSD files are commonly used for containing high quality graphics data.

Format Creator: Adobe Inc.

Explanation:

Why should you create folders when saving files?

Answers

Answer:

it keeps your work organised

Explanation:

Answer:

You can create folders to store and organize your pictures , your videos and soon . Folders are also used to separate the files created by diffrent users.

DDL statement for adding a column to an existing table is

Answers

Answer:to add a column to existing table.

to rename any existing column.

to change datatype of any column or to modify its size.

to drop a column from the table.

Explanation:

hope this help

Another term that describes the preconditions and postconditions associated with a method is

Select one:
a. contract
b. rubrik
c. exception
d. outcome

Answers

Answer:

Answer option C: Exception.

Explanation:

Should be the correct answer.

when installing a Windows 10 an already installed Windows 7 what happen​

Answers

Answer:

are u updating it? or u r rooting it?

Answer:

If you've already installed Win7, the boot media *should* realize, and so the Windows 7 data gets overwritten with Windows 10 and all personal data stays intact. This is known as an upgrade, rather than just replacing.

Biosolids are used as a chemical free natural choice for fertilizing.

Answers

Answer:

is this a true or false? I dont really understand. this is a statement not a question.

Serena is adding headers and footers in the Slide Master view using the Header and Footer dialog box What is not
an option on the Slide tab to be included in the header and/or footer?
Slide Number
O Date and Time
O Company Logo
O Don't Show on Title Slide

Answers

Answer:

NUMBER 3

Explanation:

Answer:

it is c

Explanation:

Is this statement true or false? Factual data is always the best data because it is based on facts. true false

Answers

The answer is true do you want an explanation to go with the answer

Answer:

The statement is true

Explanation:

In order to sell a new product to a store owner, taking the store owner into trust is the most important stage. We must provide proper details and the proofs that our product will make his business more effective. All of the above statements are part of the deal and they can be used to assure the store owner that the product we are selling to him is trustworthy.  

the ____number system is base 10​

Answers

Answer:

The correct answer to this question is given below in the explanation section.

Explanation:

This is a fill-in-blank question.

The answer is:

The decimal number system is base 10.

In our everyday life, we use a number system that is a Base-10 system. As we know that the base-10 is known as the decimal system and this number has 10 digital starting from 0 to 9 such as:

0,1,2,3,4,5,6,7,8,9

We use this number system in our daily accounting and in daily life and it is a base-10 number system. This number system uses 10 as its base number so it is called a base-10 system. It is also called the decimal number system.

Other Questions
please help on 6 and 9! Kayleigh has 3 1/2 gallons of water. She wants to fill up 1/3 cups. How many cups can she fill and how much is left over? Which statement best describes scientific laws? (2 points)O Scientific laws are scientists' opinions of why events occur.Scientific laws are facts that describe observed reoccurring natural events.Scientific laws explain why natural events occur.Scientific laws were theories that have been proven to be true. Unit 3 Homework 6 Geometry I need help for 21 &22 Manfred wants to include the equation for the area of a circle in his presentation. Which option should he choose? Which of the following statements about the standard of living in Western Europe is true?A.Most countries have low development levels.B.Household incomes are below average when compared worldwide.C.Most people can read and write.D.The average life expectancy rates are low. What is the best estimate of the perimeter of the figure below if each square has a side length of 1 foot?On a coordinate plane, a figure is 30 units around.26 feet28 feet30 feet39 feet What is the multiplicative inverse of 1/2?2-1/2-2 Number 13 ASAP ASAP thanksAnd 14 if you dont mine pls this is just a small question for points because i am feeling generous . the book is dog man. Petey (don't blame me it is how it is spelled in the book) is the evil genius cat and his mood changes. how did his mood change from the binning to the middle to the end.(at least one full sentence) Which groups on the periodic table represent the s- block ? Cul es el pasatiempo favorito de tu padrastro?Mi padrastro favorito pasatiempo es pescar.El pasatiempo favorito de mi padrastro es pescar.El pasatiempo favorito de mi padrastro est pescar.El pasatiempo favorito de mi padrastro eran pescar. WILL GIVE BRAINLIEST UNTIL 11/25/20It is recommended that you work this out on graph paper to help answer the questions. Sean plots the locations of 4 places on a coordinate grid as given below (It is recommended that you work this out on graph paper to help answer the questions.): His house is at (4, 5). His school is at (4, 3). The community center is at (6, 3). The grocery store is at (4, 9). Part A: Use absolute values to calculate the distance in units from Sean's house to his school. Show your work. (4 points) Part B: Is the total distance from Sean's house to the school to the grocery store greater than the total distance from Sean's house to the school to the community center? Justify your answer. In a survey of 2,800 people who owned a certain type of car, 840 said they would buy that type of car again. What percent of the people surveyed were satisfied with the car? If the company decides to produce 10,000 containers of new extra crunchy peanut butter how many containers of regular crunchy would it produce I WILL GIVE BRAINLIES!!!Rewrite 15x + 3y = 27 in slope-intercept form. Give the slope and y-intercept.y =m =b =Rewrite 15x 3y = 12 in slope-intercept form. Give the slope and y-intercept.y =m =b =Rewrite 2y = 16 in slope-intercept form. Give the slope and y-intercept.y =m =b = An object traveling at a constant velocity of 15 m/s is experiencing no netforce.True orFalse During the antebellum period, which of the following had the greatest impact on the growth and importance of the Port of Orleans? the development and success of the railroads the use of steamboats to transport goods across the Gulf of Mexico the ports location at the mouth of the Mississippi River the lack of large Northern shipping ports Which of the following would most likely mark the beginning of a new era?A. The discovery of a new species of fishB. The passage of a million yearsC. An increase in the variety of mammals on EarthD. The extinction of mammals and the rise of insects as the dominant species Awnser All for 100 points !!!!!1. Explain why cardan -type u-joints on a driveshaft must be within 1/2 a degree working angles?2. What makes a constant velocity joint able to transmit engine torque through an angle at a constant velocity?3. What type of grease must be used in CV joints?4. Name two types of CV joints.5. List two items that should be checked when inspecting a drivehaft.6. List the steps necessary to measure driveshaft u-joint working angles.7. Describe how to replace a cardan-type u-joint.8. Explain the proper steps to perform when replacing a cv joint.9. Explain how to determine a rear axle ratio without removing the housing cover.10. Describe how to perform a ring gear tooth contact pattern test.