Which tools would you use to make header 1 look like header 2.

Answers

Answer 1

The tools that would be used to make header 1 appear and look like header 2 is the alignment tool icon and the Bold tool icon.

To understand this question, we must understand the interface of the Microsoft Excel.

What is Microsoft Excel?

Microsoft Excel is a spreadsheet that can be used for a variety of features such as:

Computation of Data sets and variablesCalculation of Business Data Arrangement and Analysis of Data into Tables etc.

As a Microsoft software, Microsoft Excel can also be used to edit sheets. In the image attached, the required tool icons needed to change the header 1 into header 2 is the alignment tool icon and the Bold tool icon.

The two tools can be seen in the image as the two lower left icons.

Learn more about Microsoft Excel here:

https://brainly.com/question/25863198

Which Tools Would You Use To Make Header 1 Look Like Header 2.

Related Questions

Amye is in high school. As part of one of her classes, she had to identify the legality of different situations that involved
workers and their employers. She enjoyed this aspect of her class so much that she wanted to find a job that uses this
interest. Which career should Amye focus on during college?
accountant
O human resources manager
O chief executive officer
O credit analyst

Answers

I say you should pick answer 1. an HR makes more sense since she is interested in a topic about the legality of different situations that are related to workers and their employers.

Answer:

Its A an HR

Explanation:

outcomes resulting from using incorect requirement specification during system development​

Answers

Answer:

please give full understandable question buddy

Hesigns. Think You will be accessed on the last two ows of the table, n advantages and sadvantages. Design brief, specifications and constraints Discuss this in teams of three or four. There should be at least one boy and one girl in each group. Everyone has to write their own answers below. 1. Write the design brief. A design brief tells you what the problem is and who will benefit from or use the solution. (1) Design C A machine to crush grain will usually be powered by an electrical motor that provides rotational movement. You will not use an electrical motor in your model, but will rather turn the handle of a crank by hand. This rotational movement should be changed into a reciprocating movement so that the grain will be crushed, like hitting it with a hammer. The mechanisms that your model uses should be housed inside a strong and stable structure. 2. Answer the following questions to identify the specifications for your design: (a) What different mechanisms could make the grain crusher work? (1) (b) What forces should the structure be able to withstand? (1) 3. Identify the constraints: (a) How much time do I have to design and make the model? (1) (b) What materials can I find easily to build the model? tal [6] (C) What tools do I already have with which I can make the model? (1) [Total marks: 6]​

Answers

:) A

Explanation:

i guessed

You have a few great ideas for several different video games, but you aren’t sure how to pick one in particular to pursue. You decide to use Jesse Schell’s set of filters to help you choose one specific idea. How will these filters help you narrow down your ideas?

a
by entering your game into Schell’s software, your ideas will be scientifically analyzed and you will be able to choose an idea based on hard, statistical data
b
they will offer you ways to evaluate an idea and determine how viable it is as a game
c
through a series of questions, they will choose the idea for you
d
the filters guide you to send out various polls on social media to let the public decide

Answers

Answer: by entering your game into Schell’s software, your ideas will be scientifically analyzed and you will be able to choose an idea based on hard, statistical data

What are the text boxes in a slide known as?

Answers

Ghhhbbnbvuughighohkhigigjvgg
i’m not fully sure but i think: A typical PowerPoint slide lets you type text in the Title text box or the Subtitle text box.

What is a consequence of using open-source software?

A) no support
B) piracy
C) expenses
D) lack of marketing




Note: Sorry if some of the words are wrong. I got all of this off my schools website.

Answers

Answer:

using open source software answer number D lack of marketing

Explanation:

if my answer is correct then mark me as brand list

Answer:

no support

Explanation:

for odyssey users

Clive wants to print the numbers 1 through 10, so he uses the following code.

for x in range(10):

print(x)

Why will he not get the output he wants?

1.Only the number 10 will print because he has only put 10 inside the parenthesis.

2.Python begins counting at 0, so the numbers 0 through 9 will print.

3.He will get a syntax error because he did not capitalize ‘For.’

4.Python begins counting at 0, so the numbers 0 through 10 will print

Answers

If Clive wants to print the numbers 1 through 10 with the code:

for x in range(10):

    print (x)

He will not get the output he wants because python begins counting at 0, so the numbers 0 through 9 will print.

Code explanation

The code is represented in python.

We loop through the number in the range 10.Then print the the looped numbers.

Generally, python begins counting from 0. Therefore, the numbers that will be printed are as follows:

0123456789

learn more on python here: https://brainly.com/question/26104476?referrer=searchResults

>>> sentence = "Programming is fun!"
>>> _____
'ogr'
A sentence[3:5]

B sentence[2:6]

C sentence[3:6]

D sentence[2:5]

Answers

Answer:

B

Explanation:

i got it right on the quiz

Answer:

It's D.

Explanation:

What http request header is used to identify the acceptable content types that can be returned?.

Answers

Answer:

Accept request-header field.

Explanation:

The Accept request-header field can be used to specify certain media types which are acceptable for the response. It is used to identify the acceptable content types that can be returned.

I hope this helps!

When code is compiled it?

Answers

Answer:

To transform a program written in a high-level programming language from source code into object code. The first step is to pass the source code through a compiler, which translates the high-level language instructionsinto object code.

Answer: Compiled code is a set of files that must be linked together and with one master list of steps in order for it to run as a program.

Explanation: This is opposed to a interpreted code like web scripts, host server scripts and BASIC that are run one line at a time.

Hope this helps! :)

Countries need to engage in trade of natural resources because of distribution in the earth. For instance, countries such as Saudi Arabia trade in because it is in high demand.

Answers

Answer:

unequal, crude oil

Explanation:

Countries need to engage in trade of natural resources because of unequal distribution in the earth. For instance, countries such as Saudi Arabia trade in crude oil because it is in high demand.

Answer: unequal; crude oil

Explanation: Correct on Edmentum

What is the relationship between an object and class in an OOP program?

Answers

Answer:

Class versus object

Explanation:

A class is a template for objects. A class defines object properties including a valid range of values, and a default value. A class also describes object behavior. An object is a member or an "instance" of a class.

The relationship between an object and a class in an OOP program is the object contains classes. The correct option is C.

What is a class in programming?

User-defined data types called classes serve as the building blocks for specific objects, attributes, and methods. Objects are instances of a class that were generated using data that was precisely defined. Objects can be abstract concepts or real-world things.

A class serves as an object's template. A class specifies the properties of an object, such as the acceptable range of values and the default value. Object behavior is also described by a class. A member or “instance” of a class is an object.

A class serves as a model or blueprint from which new objects can be made. Therefore, a class's instance (result) is an object.

Therefore, the correct option is C. The object contains classes.

To learn more about the class, refer to the link:

https://brainly.com/question/21113563

#SPJ2

The question is incomplete. Your most probably complete question is given below:

The object and class are the same things.

The object in a program is called a class.

The object contains classes.

The object is used to create a class.

ROM is a volatile memory. true or false​

Answers

Answer:

trueeeeeeeeeeeeeeeee

Explanation:

trueeeeeeeeeeeeeeeee

Is there a way to stop sharing location without notifying the person.

Answers

I don’t think there is maybe you can enable Airplane Mode and then stop sharing location. I don’t really know I’m sorry.

Answer:

Yes

Explanation:

There is a way to disable sharing your location without sending any messages to the person. First, go to the "find my," app. Then go to the people section, and then tap on the person you want to disable. Go up to "stop sharing my location," and simply click and confirm by clicking yes on the pop-up window.

A chiropractor is looking at the Security Standards Matrix and believes that it is unnecessary to address the encryption and decryption procedures. What should the chiropractor's office document as a reason for not implementing this standard? Select one: a. None of the answers are correct b. This is a solo practice and there is no need to encrypt information. c. The system used does not enable transmission of information; therefore, the standard is not applicable. d. The office only accepts cash payments; therefore, the standard is not applicable.

Answers

Answer:

Option c. is correct

Explanation:

Chiropractic adjustment is a process (also known as spinal manipulation) in which chiropractors apply a controlled, sudden force to a spinal joint using their hands or a small instrument to improve improve body's physical function.

Chiropractor's office should document the following statement as a reason for not implementing this standard.

The system used does not enable transmission of information; therefore, the standard is not applicable

Which term specifies a type of nonvolatile flash memory that current SSD devices use to retain data when power is turned off or disconnected

Answers

Answer: NVRAM

Explanation: NVRAM stands for Non Volatile Random Access Memory. This is how your computer keeps track of time, for example, when it is powered off and not connected to the internet. Previously we used CMOS chips and CMOS batteries, but now tech is better

Objective Type Questions library 1. Fill in the blanks.
a. Python comes with a collection of in-built reusable programs called .................... library
b. The Python prompt'>>>' is called the....................... prompt.
c. In Python, a program file is saved with....................... extension.
d ........................of variables is not required in Python.
е. А ....................... cannot be used as a variable in Python.​

Answers

a. Standard library
b. Interpreter prompt
c. .py
d. Declaration
e. Keywords

Describe a feature of a receptionist and explain how she deals with external customers. ​

Answers

Answer:

A receptionist is a (administrator) who deals with tasks such as, answering a phone call, and giving information to customers. They deal with external customers by letting them talk and not interrupting them..

Which of the following is NOT true about placement of the keyboard?
O Place directly in front of user
O Place at a distance allowing elbows to stay close to body
O Place at the same height as hanging elbows
O Place the keyboard exactly two feet away from the chair

Answers

Answer:

place keyboard exactly two feet away from the chair

Explanation:

This software application can be used to create multimedia presentations.

Excel
OneDrive
PowerPoint
Word

Answers

Answer:

The answer is PowerPoint

Explanation:

I had the same question on my test and I got it right.

Good Luck!

Answer:

powerpoint

Explanation:

i took the test

Which of these might cause a STOP error in Windows? Select 2 options

Answers

The options that might cause a STOP error in Windows are:

bad or incompatible driver.overheating.Why do Windows stop code errors occur?

This stop error number is brought on by a malfunctioning driver that, under certain circumstances, fails to finish its work in a timely manner. Gather the RAM dump file from the system and utilize the Windows to identify the problematic driver to assist reduce this error.

Note that Although other codes may indicate issues with other hardware or software, the majority are caused by issues with a device driver or your computer's RAM. Example of a STOP Code (Windows XP).

Therefore, If there is a problem that results in an unexpected shutdown or restart of your device, a blue screen error, also known as a stop error, may occur.

Learn more about  incompatible driver from

https://brainly.com/question/17280845
#SPJ1

See options below

an application stops responding to commands

a missing image on a web page

bad or incompatible driver

bad application coding

overheating

Which statement best describes a computer program?
A. A program can only perform one simple task.
B. A program is a sequence of instructions and decisions that the computer carries out.
C. A program can decide what task it is to perform.
D. A program is a sequence of comments.

Answers

Answer:

B is the best answer.

Explanation:

All other options listed are related to a program but B beast answers the question.

She wants to use a different level for the uses of the gases.

What can Hope do to change the numbers 2, 3, 5, and 6 to lowercase letters?

Press the Space bar.
Use the Tab key.
Click the Sort option.
Use the Multilevel List icon.

Answers

Answer:   d

Explanation:  got it right in edge 2020

Answer:

D

Explanation:

I toss a fair six-sided die twice, and obtain two numbers X and Y. Let A be the event that

X = 2, B be the event that X +Y = 7, and C be the event that Y = 3. Show mathematically

answers to the following.

(a) Are A and B independent?

(b) Are A and C independent?

(c) Are B and C independent?

(d) Are A,B, and C independent?

Answers

In the situation raised, variables A and C are independent variables and B is a dependent variable.

What is an independent variable?

An independent variable is a value of a mathematical operation that does not depend on the variation of other variables to change. The independent variables, on the other hand, influence the behavior of the dependent variables.

What is a dependent variable?

A dependent variable is a type of variables whose value depends on the independent variables.

According to the above, it can be inferred that the value of B is a dependent variable because it depends on the values of A and C, on the other hand, A and C are independent values because no event supposes a change in the value of A and C.

Learn more about variable in: https://brainly.com/question/787279

You want to buy a new pair of sneakers. Which program will help you see which color you like most?

Budget simulator
Navigation app
Virtual shopping app
Investment simulator

Answers

Answer: virtual shopping app!

Explanation: hope this helps love!! -marina mae

Answer:

C

Explanation:

Precisez la nature de l'information logique ou analogique pour chaque exaple ci dessous

Answers

Answer:

Bonjour pourriez vous m'aider svp ?

Précisez la nature de l'information (logique ou analogique pour chaque exemple ci dessous:

a) poids

b) conformité d'une pièce de monnaie

c) niveau d'eau dans une bouteille

d)porte ouverte ou fermée

e) force de pression

f) présence d'une personne dans une pièce

g)position angulaire

h) température inférieur ou supérieur à 15°C

i) vitesse du vent

j) présence de matériaux métallique à proximité

Someone help me ASAP

Answers

Answer:

brought together at a single point (focused on the point)

ION KNOW TBH- LOOK IT UPPP

Jack decides to apply a style to the vocabulary terms in his report. In the first section, he includes the vocabulary word "telescope.” The James Webb Telescope The James Webb Telescope, called Webb or JWST, is more powerful than the Hubble Space Telescope. A telescope is a tool used to view faraway objects. The Webb will have the ability to look at the first galaxies that formed the universe. It will also be able to look into dust clouds and observe how stars and planetary systems form. Which style did Jack use on the vocabulary words in his report?
strong
intense strong
emphasis
intense emphasis

Answers

Answer:

intense emphasis

Explanation:

I got it right

Answer:

D. intense emphasis

Explanation:

I just answered the question

edge 2021

How did a users computer connect to aol when it first came out.

Answers

Answer:

In February 1991, AOL for DOS was launched using a GeoWorks interface followed a year later by AOL for Windows.

Explanation:

In February 1991, AOL for DOS was launched using a GeoWorks interface followed a year later by AOL for Windows.

Noah is creating a startup. He uses the website Upwork to hire freelancers in India and in the Ukraine to work for him. This is an example of:
1.industrialization.

2.automation.

3.outsourcing.

4.Moore’s Law.

Answers

Answer:

outsourcing

Explanation:

Other Questions
In the 17th century, British biologist Robert Hooke discovered the cell. A little more than a century later, French botanist Ren Henri Dutrochet concluded that all living things arise from cells, and all cells are derived from other cells. Dutrochet's proposal indicates that Acells are the highest level of organization in a living organism.Bcells are not a level of organization in a living organism.Ccells alternate between being the highest and lowest level of organization in a living organism.Dcells are the lowest level of organization in a living organism. Question in the pic Lin is shopping for a couch with her dad and hears him ask the salesperson, How much is your commission? The salesperson says that her commission is 512% of the selling price.a. How much commission will the salesperson earn by selling a couch for $495? Round to the nearest cent. $__ I need help ASAP!!!!b. How much money will the store get from the sale of the couch? $__ The difference between the amount of money spent on furniture and electrical appliances is 820. they spent a total of $12498 on the 2 items. the furniture cost more. how much did they spend on furniture? 3 examples of perception My sister needs help with her homework. We tried 900 but it was not the right answer. Plz help!Ellis is counting license plates while her family is on a road trip. She has counted 111 plates each from 8 different states. Estimate how many license plates Ellis has counted in all. 800 811 911 900 Dylan is playing with a see-saw on the playground. He puts a piece of tape at specific distances from the center of the see-saw so that there ratio of the distance between the center and the tape and the distance between the center and the right end is always a common fraction. Dylan then records the relationship between the height of the tape and the height of the left end of the see-saw, relative to a neutral position.Use the pattern you observe in the table below to correctly complete Dylans conjectures.distance from center to tapedistance from center to right end height of tape(centimeters)height of left end(centimeters)12 1 2 12 2 4 13 2 6 13 1.5 4.5 If the tape is placed at 13 of the distance between the center and right end, when the left end is at a height of 18 centimeters, relative to a neutral position, the tape will be at a height of centimeters, relative to a neutral position.If the tape is placed at 14 of the distance between the center and right end of the see-saw, then the height of the left end will be times the height of the tape, relative to a neutral position. what is the irregular past tense of hear? 100 POINTS!!Which amendment protects citizens from having their private property taken by the government?the Fourth Amendentthe Third Amendmentthe First Amendmentthe Second Amendment How differences between people can be opportunities rather than obstacles for an essay what is the role of a traditional medical practitioners PLEASE HELP! I WILL MAKE YOU BRAINLIST! Standard of living is the level at which PLEASE HELP!Which sentence from "Snake Bite!" uses technical language? O Around the globe are hundreds of types of venomous, or poisonous, snakes. O It's also labor-intensive, which means that it requires a lot of people working intensely. O The lucky ones get to the hospital-quickly. There they receive doses of anti-venom. Sams Long Life 75-watt light bulbs are designed to have a life of 1,130 hours with tolerances of 200 hours. The process that makes light bulbs has a mean of 1,010 hours, with a standard deviation of 54 hours. Compute the process capability ratio and the process. Which statement best describes the role of transfer RNA in protein synthesis?O Transfer RIHA carries a copy of the DNA base sequence to the cytoplasm.O Transfer RNA matches up amino acids with the base sequence copied from DNA.O Transfer RNA composes the ribosome on which the protein forms.O Transfer RNA brings nucleotides to make a copy of the DNA base sequence. Which are equal to the product?Check all that apply.3 2/5 x 1/217/517/101 5/71 7/103 2/5 The fraction model below the steps that a student performed to find a quotient. Which statement best interprents the quotient. Which elements is most likely to be shiny? Sulfur (S) boron (B) calcium (Ca) carbon (C)-this subject is science. 12=3y-y+4yi know that y=2 but i need to know the step by steps