Select each of the steps involved in creating a table in a presentation.

Use a slide layout containing the desired placeholder.

Open the table and copy it.

Enter and format text.

Double-click on the placeholder.

Click outside of the object.

Answers

Answer 1

Answer:

huh? Making your presentation more interesting through the use of multimedia can help to improve the audience's focus. PowerPoint allows you to use images, audio and video to have a greater visual impact. These visual and audio cues may also help a presenter be more improvisational and interactive with the audience.


Related Questions

A series of drawn pictures (like a comic) of key visual shots of planned production for video is a/an
A encoding
B.call sheet
C.shot list
D. storyboard o IN​

Answers

Answer:

The correct answer is D) Storyboard

Explanation:

A storyboard is used during the initial planning stage of filmmaking. You draw pictures to demonstrate the general idea of what shots you want to get before actually going out and filming on a set/studio.

A while loop is frequently used to ______________ data.

A. validate
B. correct
C. inspect
D. interpret

Answers

i believe the answer to your question is A but i’m not 100% sure

The ____________ command / function is used in Python graphics and text-based programming code.

A. write()
B. format()
C. display()
D. print()
readline()

Answers

A. write()

2.4. Graphics

Graphics make programming more fun for many people. To fully introduce

graphics would involve many ideas that would be a distraction now. This section

Enter a reference to the remaining balance of payment 1 in cell b13. use the fill handle to copy the functions created in the prior steps down to complete the amortization table.

Answers

The steps described above are actions that are performed while editing an Excel Worksheet. See definitions below.

What is a reference in a Worksheet?

In a worksheet, a cell or range of cells that can be used to create a formula so that the values in those cells can be identified by the program in the worksheet to execute a calculation is referred to as Reference.

Functions on the other hand are formulas that have already been preset onto the worksheet and can be called up and used during a calculation or analysis.

A cell is the smallest unit in a worksheet.

It is to be noted that the Amortization Table indicated is not available, hence the general answer.

Learn more about worksheets at:
https://brainly.com/question/23501096

#SPJ4

When creating a multipage website what are the two most important things to
remember?

A. Link your style sheet to each page and add an H1
B. Link your style sheet to each page and link all pages together
C. Link your style sheet to each page and add images
D. Link your style sheet to each page and style all elements

Answers

Answer:

B. Link your style sheet to each page and link all pages together

Explanation:

A. Link your style sheet to each page and add an H1

Not needed. Multipage websites don't require H1s to function

B. Link your style sheet to each page and link all pages together

Correct. Pages should be linked together so the website can be navigable.

C. Link your style sheet to each page and add images

Not needed. Multipage websites don't require images to function.

D. Link your style sheet to each page and style all elements

Not needed. You don't need to style every element.

Assume that it takes 0. 01 milliseconds to access a disk block if the block is in the disk cache (i. E, in main memory) and 20 milliseconds if the block is on the disk. Assume that 3 level(s) of indexing is used and the cache hit ratio is 88%. What is the effective (average) disk access time in milliseconds (rounded to zero decimal places)

Answers

GATE | GATE-CS-2015 (Set 1) | Question 65. Consider a disk pack with a seek time of 4 milliseconds and rotational speed of 10000 rotations per minute (RPM). It has 600 sectors

Define a class in Java to accept and store the list of 10 names in an array. Print the
names with even number of characters.

Answers

Answer:

public class Main

{

public static void main(String[] args) {

String[] strs = new String[10];

java.util.Scanner sc = new java.util.Scanner(System.in);

    for(int i = 0; i < 10; i++){

        System.out.print("Enter string " + (i+1) + ":");

        strs[i] = sc.nextLine();

    }

    System.out.println("The strigs with even number of characters is");

    for(int i = 0; i < strs.length;i++){

        if(strs[i].length() % 2 == 0){

            System.out.println(strs[i]);

        }

    }

}

}

Explanation:

Becky is preparing a document for her environmental studies project. She wants to check her document for spelling and grammar errors. Which function key command should she use?

A.

F1

B.

F2

C.

F5

D.

F7

E.

F12

Answers

According to what I know, I think it is F7.

PLEASE HELP!!! Me turn this into a video & add liana flores- raise the moon (instrumental) in the background for the music. If you could help that would be great. Please this is due tomorrow at 11:59 PM and i don't have a phone to take a video of this and my computer is not letting me do it.

If I can mark B I will. Just please help me this is worth my entire grade for this year

Answers

Answer:

Try going to your settings and allow output camera

Explanation:

Answer:

Step 1: Export all images from the pdf using a screenshot tool (I used the built-in snip tool).

Step 2: Convert the music to an mp3.

Step 3: Combine everything together using ffmpeg.

Explanation:

The ffmpeg tool can perform many tasks. In this case, I added a filter configuration to create a nice crossfade effect. The tool has an infinite amount of options to achieve these results.

Determine whether each device is an input device, an output device, or a storage device.

Answers

it would be, A C A A D A

(4, a) and (2, 5) are two points from a direct variation. What is a? Use the step-by-step process you just learned to solve this problem. Step 1: Set up the correct type of variation equation. y =

Answers

The value of a for point (4,a) in the direct variation is 10.

What is a direct variation?

The direct variation in mathematics is given as the equation relationship between the two numbers, where one is a constant multiple.

In the given problem, the variation equation is given as:

[tex]y=kx[/tex]

Where k is a constant.

The value of k can be derived from point (2,5):

[tex]5=k2\\\\k=\dfrac{5}{2}\\\\ k=2.5[/tex]

Substituting the values of k for the point (4,a):

[tex]a=2.5\;\times\;4\\a=10[/tex]

The value of a for point (4,a) in the direct variation is 10.

Learn more about direct variation, here:

https://brainly.com/question/14254277

#SPJ1

How many bits do we have in the MAC address of an Ethernet card?

Answers

Answer: It is 6 bytes (48 bits) long

Detailed Explanation:

In a LAN, each node is assigned a physical address, also known as a MAC/Ethernet address. This address is unique to each of the nodes on the LAN and is 6 bytes (48 bits) long, which is burned on the Ethernet card (also known as the network interface card)

In a PHP application using PDO, a _____ consists of the host, port, and name of the database that will be used to establish a connection to the database.

Answers

The PDO in PHP has data source name that enables the connection of the database.

What is PHP?

PHP is a scripting language and is used for the WebPages and the intersection to the relative database management system.

PDO is the PHP data object and can act as providing a data extraction layer for vendor-neutral lightweight data access.

The connection to the database is managed with the data source name consisting of the host, port, and name of the database.

Learn more about PHP, here:

https://brainly.com/question/14114506

#SPJ1

____ loses data when it stops receiving electrical power.


ANSWER OPTIONS:
A graphics processing unit (GPU)

A central processing unit (CPU)

Random-access memory (RAM)

Read-only memory (ROM)

Answers

Answer:

gpu

Explanation:

the answer is gpu a graphics processing unit

PLEASE HELP HURRY
For each of the following, identify the best tool for the conversation: e-mail, phone, or in person.

Your boss asked to see a draft of your next report.

You want to discuss an opportunity for promotion with a career mentor.

A coworker wants to share a meeting agenda with you.

A meeting is taking place in five minutes and you are not sure where the meeting is
being held.

Answers

A conversation is the exchange of ideas between two or more people. An email can be used to draft reports, and to share the meeting agenda, while an in-person discussion must be done for the promotion-related talks.

What is an e-mail?

E-mail is an electronic mail that involves sending and receiving textual information from one computer system to another. It is used for professional and academic use like sending a work report or sharing meetings and work-related queries.

To discuss an opportunity related to promotion, the person should have an in-person talk with a career mentor. Also to know the details about the meeting that will take place soon one must make a phone call instead of using email.

Therefore, the best tool for the conversation are:

E-mailIn-personE-mailPhone

Learn more about the conversation here:

https://brainly.com/question/10875655

#SPJ1


Treating others with respect, even when they're impolite, is considered
A. good netiquette
B. being a bystander
C. advocating
D. empathy

Answers

The answer for this question is A

Treating others with respect, even when they're impolite, is considered good netiquette. The correct option is A.

What is netiquette?

Netiquette refers to the standards of behavior for polite and appropriate online conversation. Etiquette for the internet is another name for netiquette. These are suggested politeness guidelines rather than laws.

A set of guidelines known as netiquette promotes polite and appropriate online conduct.

These guidelines are crucial because they encourage effective communication, guard against misunderstandings, and show you what is appropriate in social situations when working and cooperating online.

Online communication can be made more productive with the use of netiquette, which also helps people stay clear of confusion and potential confrontation. It is considered acceptable to treat people with respect, even when they are being rude.

Thus, the correct option is A.

For more details regarding good netiquette, visit:

https://brainly.com/question/29444693

#SPJ2

Luka is responsible for the translation of the computer program. Luka looks for errors during the stage of a computer program.

Answers

Answer:

He should check if a syntax error pops up to fix the code

Explanation:

A syntax error message pops up when the code is not proper

Answer:

He should check for any syntax error pop-ups in the console

Explanation:

Open a Python interpreter. Python can show you the set of currently known names if you type dir(). While these values may vary from interpreter to interpreter, you should always have __name__ available. What is the value of __name__ in a Python interpreter

Answers

Answer:

Open a Python interpreter. Python can show you the set of currently known names if you type dir (). While these values may vary from interpreter to int … Write a method named

Explanation:

Open a Python interpreter. Python can show you the set of currently known names if you type dir (). While these values may vary from interpreter to int … Write a method named

The box on a slide that has a dotted or hatch-marked border and that contains the insertion point is a text ____.

Answers

it is known as a text placeholder

Placeholder is the answer

why am I doing a PAT investigation ​

Answers

Answer:

personal appliance testing to ensure the device is free from electrical defects

Question 1-4
Java, Visual Basic, Python and C++ are examples of what type of programming language?

Answers

Answer:

most useful at the system level (interacting with the operating system), like C.

Explanation:

Others are most useful at the system level (interacting with the operating system), like C. There are also high level languages used to create application programs. Such languages include C#, Java, C++, PHP, Visual Basic, Python, Ruby, Perl, JavaScript and others.

which of the following is not a radioactive element​

Answers

Answer:

Potassium is not a radioactive element.

Which method of backing up digital photographs is most prone to data loss due to software glitches? O online backup O fireproof safe O internal hard drive O external hard drive​

Answers

Answer:

External Hard Drive

Explanation:

External hard drive, method of backing up digital photographs is most prone to data loss due to software glitches. Thus, option (d) is correct.

What is software?

Software is the term for the intangible. The software is the most important aspect. Software is a collection of rules, data, or algorithms used to run machines and perform certain tasks. Apps, scripts, and programs that run on a mobile device are referred to as software.

According to the software in the computer are the mainly used and the upgrade basis. There was the operating system in the computer are the Microsoft Windows. There was the method to include the backing up digital photographs are the loss of the data to considerately the external hard drive was the backup.

As a result, the external hard drive, method of backing up digital photographs is most prone to data loss due to software glitches. Therefore, option (d) is correct.

Learn more about on software, here:

https://brainly.com/question/985406

#SPJ2

Write a function multiplication_tables which takes in as input an integer num, and prints out lists with the the first 10 multiples of all the numbers from 1 to num(inclusive).

Answers

The programming is done for the multiplication table that takes integer numbers and prints the table given in the picture.

What is computer programming?

The words "computer coding" and "computer programming" are sometimes used simultaneously. They do, however, differ in several ways.

Write a function multiplication tables which takes in as input an integer num, and prints out lists with the first 10 multiples of all the numbers from 1 to num(inclusive).

The programming is given below.

def multiplication_tables(num):

   for i in range(1, num+1):

       lst = []

       for j in range(1, 11):

           lst.append(i*j)

       print(lst)

# Testing the function here. ignore/remove the code below if not required

if _name_ == '__main__':

   n = int(input())

   multiplication_tables

Then the result will be given in the picture.

More about the computer programming link is given below.

https://brainly.com/question/14618533

#SPJ1

Mention at least five devices used for digitizing data

Answers

Answer:
1. Cloud Storage Solutions
2. Digital Communication Tools
3. Cloud ERP Systems
4. CRM Platforms
5. Digital Accounting Tools

For more information, please visit: https://www.gend.co/blog/the-digitisation-tools-with-the-biggest-impact-for-business?hs_amp=true

Hope this helps!!

The scope of a variable is __________________

A. it is not possible to determine the scope of a variable in Python
B. all variables are available throughout the program
C. where it can be read or modified
D. before it is declared

Answers

Answer:

The scope of a variable is where it can be read or modified.

Which of the following are exclusively associated with copyright protection

Answers

u got picture of the question?
You need a picture otherwise I can’t answer

how has technology impacted the individual and the society​

Answers

Answer:It affects the life of people and changes the way of their learning, thinking, and communication.

Explanation: mark me as the brainly-est to get the best answers

What sets Web pages apart from other documents is that they contain a special kind of text called ___, which is document text that is able to respond to user input and link to other objects.

Answers

The web pages contain a special kind of text that allowed to respond to the user input is termed hypertext.

What are web pages?

The web pages are given as the web server delivery with the displaying of the web browser. It is given with the HTML language and comprises several resources and information.

The web page document is accessed with the presence of the hypertext or the hyperlink that enables the user selection to respond to it.

Learn more about web pages, here:

https://brainly.com/question/9060926

#SPJ1

2. As you have learned, ironically, a large part of sound production involves visual perception. How easy or difficult did you find it to work with Audacity and OpenShot? Why? What aspects of the programs do you think could be improved? Explain.

Answers

Answer: it is very easy to work with programs such as audacity, they are real game changers. Also, they are very helpful for editing and recording audio. They could make audacity’s auto tune more beginner friendly

Other Questions
Can someone help I dont understand. _ _i_pin hint: falling in small drops HELP ME PLEASE!!!!! 100 POINTS!!!!!!!! WILL GIVE BRAINLIEST!!!!!!1.Very short introductory prepositional phrases always require commas.True False2.A comma is used after the words yes , no , why , and well when they are the first words in a sentence.True False3.An independent clause and a phrase have a comma between them.True False4.A compound sentence is composed of two independent clauses joined by a comma and a coordinating conjunction.True False5.Use commas around an idea that interrupts a sentence.True False6.A phrase contains a subject and a predicate.True False your employer withholds money from each paycheck. what is this money used for? The transformer in a stereo amplifier has a primary coil with 200 turns and a secondary coil with 40 turns. When the primary coil is supplied with 120-V AC, what voltage does the secondary coil provide True or false: Promotions tailored to specific countries or regions may be more successful, since each country or region has its own culture, language, and buying habits. What is the name of things the Arrows are pointing to Part B How could installing new technology, such as scrubber machines, affect the factories required to install them? Name a positive and a negative consequence. pls help need done by end of week Pls help, will mark brainliest!!1. Phil is about to take a test that contains matching questions worth 10 points each and essay questions worth 25 points each. He must do at least 3 matching questions, but time restricts doing more than 12. Phil must do at least 4 essays, but time restricts doing more than 15. If no more than 20 questions can be answered, how many of each type should Phil do in order to maximize his score? a. Define variables and write constraints for this problem.b. Write an equation for what you want to maximize or minimize. Help me answer this please You've found some fossil bones while digging in your backyard. Could they be dinosaur bones? Using carbon dating, you determine that 3% of the original radioactive carbon-14 is still radioactive. (The rest has decayed into nitrogen-14.) How many half-life cycles has it gone through?The half-life of Carbon-14 is 5730 years. When did the animal die? Combine the two sentences in each item using a relative pronoun to eliminate redundancy.1. Vous avez trouv le livre. Vous cherchiez ce livre.2. Il y a des soldes sur les jeux vido. Vous voulez acheter ces jeux vido.3. Voici le logiciel. Jai besoin de ce logiciel.4. Guillaume a un nouvel ordinateur. Le nouvel ordinateur a un cran gant.5. Lola va la banque. J'ai ouvert un compte de chques cette banque.6. J'ai un chien. Mon frre n'aime pas mon chien. Who are the sisters Malala describes? What challenges do the sisters face? Support your answer with textual evidence. What is the pH of a solution whose [H] is 2.7 x 10 M? 2.Select all the expressions that are equivalent to 6-X.Equivalent to 6 - xa. X- 6b. 6 + -xc. -x + 6d. -6 + xe. 6 + x PLEASE HELP!!!Before conquering and uniting China, Qin Shi Huangdi was a...farmerleader of the independent state of QinSon of the Zhou dynasty emperormerchant s a right triangle. If RQ = 8, what is PQ What is the difference between ethanol and methanol. need help STAT 100 POINTS Read and choose the option that best answers the question.My name is Julia. In the morning, I eat breakfast and put my books in my backpack. My brother eats breakfast after me. When I finish breakfast, I brush my teeth, and wash my face. My brother shaves his face and puts on cologne before he eats breakfast.If the description were in Spanish, what reflexive verb would be included to describe one of these persons' routine? Me lavo Me pongo Se baa Se cocina