You want to add a caption to a table. which tab contains this option?.

Answers

Answer 1

In the above case, you want to add a caption to a table by the use of the References tab option.

What is the Add captions about?

In  this case, one can click on the object ( be it table, equation, other object) that a person intend  to add a caption to via the use of the References tab, as seen in the Captions group, then one can click Insert Caption and via the Label list, one can click on the label that best tell more about the object, or figure.

Note that In the above case, you want to add a caption to a table by the use of the References tab option.

Learn more about table from

https://brainly.com/question/24277490

#SPJ1


Related Questions

4. Are instructions designed to ensure that your manufacturing processes are consistent, timely and repeatable.
A. Management
B. Quality
C. SOP
D. SWI

Answers

Answer:

SWI

Explanation:

SWI (Standardized Work Instructions) are instructions designed to ensure that your manufacturing processes are consistent, timely and repeatable

the force of impact is

Answers

Answer:

the force of impact is the force generated when objects meet

Keyboards, mice, speakers, microphones, and printers are collectively referred as

Answers

Answer:

I'm not sure. Maybe HID (Human Interface Devices)?

____ storage is not recommended for long-term archiving because the storage media can degrade over time

P/E
Optical
Hard Drive
RAID​

Answers

Hard Drive is not recommended for long-term archiving because the storage media can degrade over time,

What type of storage is recommended for long term data retention?

The long method used to long-term retention is the use of cloud. Cloud-based are known to be a form of cold storage that is made up of intelligent storage software.

Note that Hard Drive is not a long term kind of storage in the above context and as such, PE storage is not recommended for long-term archiving because the storage media can degrade over time,

Learn more about storage from

https://brainly.com/question/1317328

#SPJ1

Fill in the Blank
Complete the code.
from random import randint
# Generate and save a random number.
correct = randint(1,10)
# Initialize the variable to count the number of guesses.
attempts = 0
# Create a loop that continues until the user guesses the number.
keepGoing = True
_______________ keepGoing:
# Get a guess from the user and update the number of guesses.
guess = input("Guess an integer from 1 to 10: ")
guess = int(guess)
attempts = attempts + 1
# Compare the guess to the correct answer.
if guess == correct:
# Tell the user the guess was correct.
print("You were correct!")
keepGoing = False
else:
if guess < correct:
print("Guess higher.")
else:
print("Guess lower.")

Answers

while

Explanation:

I just did this question

Answer: while

Explanation:

from random import randint

# Generate and save a random number.

correct = randint(1,10)

# Initialize the variable to count the number of guesses.

attempts = 0

# Create a loop that continues until the user guesses the number.

keepGoing = True

while keepGoing:

# Get a guess from the user and update the number of guesses.

guess = input("Guess an integer from 1 to 10: ")

guess = int(guess)

attempts = attempts + 1

# Compare the guess to the correct answer.

if guess == correct:

# Tell the user the guess was correct.

print("You were correct!")

keepGoing = False

else:

print("You were wrong.")

# Continue the loop until the user is correct.

# Tell the user how many guesses were required.

print("You guessed the number in",attempts,"attempts.")

You modified the program to give the user a hint by changing the "else" part of the if block.

​ if guess == correct:

# Tell the user the guess was correct.

print("You were correct!")

keepGoing = False

else:

if guess < correct:

print("Guess higher.")

else:

print("Guess lower.")

Which of the examples is part client side code

Answers

Answer:

a prompt for special characters in a username

Explanation:

in JavaScript, Python  a user input is a client sided code

What three-key sequence will bring up the task manager or allow a user to log off or restart the computer?.

Answers

Answer:

Ctrl + Alt + Del

Explanation:

Ctrl + Alt + Del are the three sequence that will bring up the task manager or allow a user to log off or restart the computer.

What is the task manager?

A task manager is a system monitor tool in operating systems that provides information on the processes and programs running on a computer, as well as the machine's overall state.

Ctrl, Alt, and Del keys on a computer running the Microsoft Windows operating system that a user may press at the same time to end an application task or reboot the operating system.

Administrators may use Task Manager to terminate programs and processes, alter processing priorities, and configure processor affinity as needed for optimal performance. Furthermore, Task Manager enables the system to be shut down or restarted, which may be required if it is otherwise busy or unresponsive.

Therefore, these three keys are Ctrl + Alt + Del.

Learn more about the task manager, refer to:

https://brainly.com/question/13718327

#SPJ2

When an interviewer asks "tell me about yourself", you should tell them about your childhood past. please select the best answer from the choices provided t f

Answers

In the interview when the candidate is asked about yourself then telling about childhood past is not correct. Therefore the given statement is false.

What is an interview?

An interview is an interaction or a conversation between an employer and the interested candidate. In the conversation the interviewee is asked about their education, family background, and work experiences.

When an interviewer ask about tell me about yourself, then the interviewee should not tell about their childhood past, rather the interviewee should give few information about their family, education, and working.

Therefore, the given statement is false.

Learn more about interview, here:

https://brainly.com/question/13073622

#SPJ1

What are the options for video playback in a PowerPoint presentation? Check all that apply. looping the video adjusting the volume trimming and adding fades starting the file automatically rerecording sections of the file rewinding the file automatically

Answers

Answer:

loop feature

Explanation:

What are the options for video playback in a PowerPoint presentation? Check all that apply. looping the video adjusting the volume trimming and adding fades starting the file automatically rerecording sections of the file rewinding the file automatically

Answer:

a,b,c,d,f

Explanation:

What is the correct syntax for defining an __init__() method that sets instance-specific attributes upon creation of a new class instance

Answers

The right syntax for defining an __init__() method that sets instance-specific attributes upon creation of a new class instance is def __init__(self): pass.

What Is syntax ?

Syntax is known to be the way or arrangement of  any given words and phrases to create a kind of proper sentences.

Note that The correct syntax for defining an __init__() method that sets instance-specific attributes upon creation of a new class instance is def __init__(self): pass.

Learn more about syntax  from

https://brainly.com/question/831003

#SPJ2

_____ is the use of computers to simulate a real or imagined environment that appears as a three-dimensional space.

Answers

dhcfff is doing a better job of work today and she is going on the phone and she’s not going home so she’s not doing well she is so

A hashing approach: group of answer choices will often support constant time storage and retrieval of keys. only works if the keys are integral. is guaranteed to provide o(1) storage and retrieval of keys. is typically very space efficient. none of these is correct.

Answers

In technology, the hashing approach transforms the character into the other values. It is guaranteed to provide O(1) storage and retrieval of keys. Thus, option C is correct.

What is a hashing approach?

A hashing approach is a programming technique that is used to convert the range of the key values into the indexes and is majorly used in the hash tables.

The hash functions take the O(1) and retrieve making them fast to work with. It always does not necessarily work if the keys are integrated and are also is not much space sufficient.

Therefore, the option C. hashing approach is a guaranteed technique.

Learn more about hashing approach here:

https://brainly.com/question/14397218

#SPJ1

What is the capacitive reactance of a circuit with a .57uf capacitor with a 320hz, 240vac signal applied

Answers

From the calculation, the capacitive reactance is 872 ohms.

What is reactance?

The term reactance refers to the opposition offered to the flow of current by a circuit element that is not a resistor.

The capacitive reactance is obtained from the formula;

Xc= 1/2πfc

f = frequency

c= capacitance

Substituting values;

Xc= 1/2 * 3.142 * 320 * 0.57 * 10^-6

Xc = 872 ohms

Learn more about capacitive reactance:https://brainly.com/question/17129912

#SPJ1

Answer:

The capacitive reaction is 872ohms

A good algorithm should have which three components?
OA. Commands, inputs, and outputs
OB. Clarity, readability, and sequencing
OC. Steps, order, and outcomes
OD. Clarity, simplicity, and brevity

Answers

A good algorithm should have these three components: C. steps, order, and outcomes.

What is an algorithm?

An algorithm simply refers to a standard formula which is made up of a set of finite steps and instructions that are executed on a computer system, in order to enable a software solve a particular problem under appropriate conditions.

In Computer technology, there are three (3) components that a good algorithm should have these include the following:

StepsOrderOutcomes

Read more on algorithm here: brainly.com/question/24793921

#SPJ1

ou need to add security for your wireless network. You would like to use the most secure method. Which method should you implement

Answers

The most secure method used to add security for the wireless network is WPA 2.

What is wireless network?

The internet can be used at the nearby location range by using the wireless network.

WPA 2 is the protection required for the wireless network so that only some identified people will use that network.

Thus, the most secure method used to add security for the wireless network is WPA 2.

Learn more about wireless network.

https://brainly.com/question/26235345

#SPJ1

A one page document that introduces you, your skills and background and asks for an interview is an example of what type of document? career portfolio resume cover letter job application

Answers

Answer:

That would be a cover letter.

Explanation:

Hope this helps!

Cover letter is the type of document, as A one-page document that introduces you, your skills and background and asks for an interview. Hence, option C is correct.

What is a Cover letter?

A cover letter for your job application is one page long and attached. Its purpose is to provide you with a brief overview of your professional background.

A CV gives detailed information about your professional past and educational credentials, whereas a cover letter is a brief document that summarizes your reasons for applying for the job.

Yes, a cover letter should go with your introduction. Give your name, the job you're applying for, and the source of your information. For instance, I'm Henry Candidate and I'm submitting my application for the open Account Manager position listed on LinkedIn.

Thus, option C is correct.

For more information about Cover letter, click here:

https://brainly.com/question/10626764

#SPJ5

Which technology, when combined with agile and devops, will help the team receive real-time feedback?

Answers

A technology which when combined with Agile and Devops that'll help the Accenture Technology team receive real-time feedback is a cloud.

What is a cloud?

In Computer technology, a cloud simply refers to the elastic leasing of pooled computer resources such as physical hardware through virtualization and over the Internet, so as to enable the storage and sharing of files and documents virtually and in  real-time.

In this context, a cloud is a technology which when combined with Agile and Devops that'll help the Accenture Technology team receive real-time feedback.

Read more on cloud here: https://brainly.com/question/19057393

#SPJ1

Select the three areas in which it would be most important for an instructional designer to be trained. psychology psychology computer applications computer applications educational theory educational theory business management business management sales and marketing sales and marketing]

Answers

The three areas in which it would be most important for an instructional designer to be trained are Psychology, Educational Theory and Computer applications.

Here is why those areas are important

Psychology: Understanding how people learn and how to design instruction that meets their needs is essential for instructional designers. Knowledge of cognitive psychology, educational psychology, and human development can inform the design of effective learning experiences.

Educational theory: Instructional designers need to have a solid foundation in educational theory to understand the principles of effective teaching and learning. Knowledge of learning theories, instructional design models, and assessment and evaluation can inform the design of instruction that is effective and meaningful.

Computer applications: As technology becomes increasingly important in education, instructional designers need to have a strong understanding of computer applications and programming languages. This can include software for creating and editing multimedia, learning management systems, and programming languages for creating interactive and engaging learning experiences.

Learn more about instructional designer here:

https://brainly.com/question/31104154

#SPJ1

What is the full form of Computer?

Answers

Answer:

Computer is just made up of hardware and software components.

Explanation:

Sorry if I didn't get your question well

Question an administrator of a linux network is writing a script to transfer a list of local host names, contained in a file called hostnames, directly into the syslog file. predict the cli command the admin is likely to use to accomplish this. a.

Answers

The Linux command to be used by this administrator in transferring a list of local host names, directly into the syslog file is "logger -f hostnames."

What is a Linux command?

A Linux command simply refers to a software program that is designed and developed to run on the command line, in order to enable an administrator of a Linux network perform both basic and advanced tasks by entering a line of text.

In this scenario, the Linux command to be used by this administrator in transferring a list of local host names, directly into the syslog file is "logger -f hostnames."

Read more on Linux commands here: https://brainly.com/question/25480553

#SPJ1

A radio station records an interview with a computer scientist using a computer and audio recording software. Explain how sampling is used to store audio recordings.

Answers

The way sampling is used to store audio recordings are:

Sound capture.converting digital signal.sound wave capture, etc.

How is sampling used to store audio recordings?

In this process,  sound is taken in by the use of a microphone and so it is later converted into a digital signal.

Note that an analogue-to-digital converter is often used to taken in or capture a sound wave at frequent  time intervals. This recording is then regarded as a sample and the data is stored in a file for future use.

Learn more about interview  from

https://brainly.com/question/8846894

#SPJ1

The spelling checker included with word processing software compares words in a document with an electronic dictionary that is part of the operating system. Group of answer choices True False

Answers

Answer:

True

Explanation:

IF you go onto word you can see "add to dictionary" and you can also look up definitions that pull up a online dictionary, proving my point.

The _____ is the name we give to the huge network of interconnected computers that collectively form this entity

Answers

Answer:

Internet

Explanation:

How do you remove only the conditional formatting from a cell and leave all other formatting intact.

Answers

This is done by selecting the Conditional Formatting button via the HOME tab, take the arrow or point to Clear Rules, and select Clear Rules from full Sheet.

How do I remove conditional formatting and also keep formatting?

The step is to first enable the sheet you want to delete the conditional formatting rules and then keep format.

One can click on Alt + F11 keys to open Microsoft Visual Basic for Applications window then Click Insert > Module, and then Remove conditional formatting rules and also keep format.

Learn more about formatting from

https://brainly.com/question/766378

#SPJ1

What year does futurist ray kurzweil believe ai will meet human intelligence?.

Answers

The year 2029 is the consistent date I've predicted, when an artificial intelligence will pass a valid Turing test — achieving human levels of intelligence.

“By 2029, computers will have human-level intellect,” Kurzweil said in a discussion with SXSW. The singularity is that moment in time when all the advancements in technology, especially in artificial intelligence (AI), will lead to appliances that are more intelligent than human beings.

What is human intelligence? Human intelligence is a cognitive quality that consists of the abilities to understand from knowledge, adapt to new conditions, understand and handle conceptual concepts, and use proficiency to manipulate one's circumstances.In order to capture the full spectrum of abilities and talents that individuals possess, Gardner theorizes that individuals do not have just an academic capacity, but have many kinds of intelligence, including musical, interpersonal, spatial-visual, and linguistic intelligences.Although current definitions of espionage vary considerably, professionals generally agree that intelligence involves mental capabilities such as logic, reasoning, problem-solving, and planning

To learn more about human intelligence, refer to:

https://brainly.com/question/9786721

#SPJ2

_____ is a basic required Hypertext Markup Language (HTML) element. Group of answer choices

Answers

Answer:

header

title

nav

main

Explanation:

An HTML element is a component of an HTML document that tells a web browser how to structure and interpret a part of a HTML document. so without the basic element the browser will not be well structured

Which programming best practice does saving code snippets help you achieve?

O using consistent indentation and formatting

O documenting all changes and tracking revisions

O avoiding repetition of the same code in a program

O avoiding having to re-create code that you or another programmer has already written

Answers

Answer:

When it comes to formatting your code (not just strings), the Python programming community has spent a long time establishing and documenting best practice.

Missing: tracking ‎| Must include: tracking

Nasim has a smart phone data plan that costs $25 per month that includes 9 GB of data, but will charge an extra $20 per GB over the included amount. How much would Nasim have to pay in a month where he used 5 GB over the limit

Answers

Answer:

$125

Explanation:

Charge for 9GB  + Charge for 5GB over limit

$25 + 5 x $20 = $125

What documents are needed for real id in california.

Answers

When applying for a REAL ID, the document needed are:

A Proof of your identity (such as U.S. birth certificate, valid U.S. passport, permanent resident card, etc.An evidence of Social Security number ( such as Social Security card, W-2 form, etc.).

What is an ID?

An Id is known to be a tool or something that is often used in the identification of a person.

Therefore, When applying for a REAL ID, the document needed are:

A Proof of your identity (such as U.S. birth certificate, valid U.S. passport, permanent resident card, etc.An evidence of Social Security number ( such as Social Security card, W-2 form, etc.).

Learn more about ID from

https://brainly.com/question/16045720

#SPJ1

why should you delete files from your computer

Answers

deleting files can free up space and prevent hackers from accessing your sensitive files

Answer:

Why should you delete files from your computer

Explanation:

You should delete files permanently from your computer because removing that data completely opens up space on your hard drive and improves overral PC performance

Other Questions
3^4 + 4 5 = ____. (Input whole numbers only.) Match each sentence with theindirect object pronounneeded to correctly completethe sentence.A losestudiantesnogusta la tarea.A ti y a minteresa el arte.A ellaaburre elftbol.A ti nofalta nada. Solve the proportion (write it as a whole number or decimal)2/3 - 3/q so q =__ Based on the audio, what is true? the bride and groom did not pay for their wedding. the bride and groom split the cost of the wedding. the bride paid part of the wedding. the groom saved to pay for the wedding. A concert that features different singing groups will be held at a Municipal Hall. The concert will start with a solo performance, followed by a duet, then a trio, and so on with the last performance coming from a choir with 30 members. How many people will perform at the concert? (problem-solving) 20 ml of 8% thiopental solution is drawn up. how many milligrams of drug does this represent What company introduced the first credit card in 1950. What do you think are some of the most significant effects of the Great War? write a review of a film which you have recently watched describe fluid friction and static friction in your own words Which property of sound waves decreases as the square of the distance from the source increases? A. Pitch B. Intensity C. Wavelength D. Speed The table represents a function.X-6-26203f(x)3 14-2What is f(-2)?0-3O-10 10 3 The speed of the cart after 3 seconds of Low fan speed is A person standing close the the edge on the top of a 80 foot building throws a baseball vertically upward. the quadratic function h(t) = -8t^2 + 32t + 80 models the ball's height above the ground, h(t), in feet, t seconds after it was thrown.How do I efficiently determine...-- how many seconds it takes until the ball reaches max height-- the maximum height-- how many seconds it takes until the ball hits the groundwithout graphing? if a = 6, b = 3, and c = 7, evaluate the following expression (picture below)A 84B 147C 3D 1/3 Read the excerpt from "A Genetics of Justice by Julia Alvarez.Periodically, Trujillo would demand a tribute, and they would acquiesce. A tax, a dummy vote, a portrait on the wall. To my father and other men in the country, the most humiliating of these tributes was the occasional parade in which women were made to march and turn their heads and acknowledge the great man as they passed the review stand.If you did not march, your cdula would not be stamped, and without a stamped identification card, you could do nothing; in particular, you could not obtain your passport to leave the country under the pretext of wanting to study heart surgery. This was the second escapethis time with his whole familythat my father was planning.The day came when my mother had to march.Which statement best explains how the author develops the central idea throughout the passage?Alvarez shows that the parades were embarrassing but were not a serious matter.Alvarez shows that Trujillo enjoyed it when people paid attention to him.Alvarez shows that refusing to obey Trujillo's requests could be dangerous.Alvarez shows that women played an important part in political life. A party hat has a height of 7 inches and a diameter of 6 inches. What is the volume of the party hat in cubic inches? Use 3.14 for pie. State importance of Deltaic plains .Really appreciate your help pic: Readinggress:Question ID: 1159541The movement of the progress bar may be uneven because questions can be worth more or less (including zeroj depending on your answerRead the following paragraph:"Every year, paint and fabric makers, fashion designers, and decorators name a 'color of the year. In 2018, most of thechoices are on the cool end of the spectrum, including purples, blues, and greens. In contrast, last year's picks were mainlywarm shades of rust, orange, and burgundy. These yearly declarations of what's 'in' and what's 'out' reflect the need to maintainsales far more than any real shift in customer preferences."Which sentence in the paragraph expresses an opinion rather than a fact?In 2018, most of the choices are on the cool end of the spectrum, including purples, blues, and greens.Every year, paint and fabric makers, fashion designers, and decorators name a "color of the year."These yearly declarations of what's "in" and what's "out" reflect the need to maintain sales far more than any real shift incustomer preferences.In contrast, last year's picks were mainly warm shades of rust, orange, and burgundy. The gene theory declares that all organisms contain coded information in __________ which dictates the form and function of organisms