Which is the fastest way to make many formatting changes to a range of cells?
select each cell, right-click, use the ribbon to make changes
select the range, right-click, use the ribbon to make changes
select the range, right-click, format cells, make changes
select each cell, right-click, format cells, make changes

Answers

Answer 1

Answer:

c 3

Explanation:

c 3

Answer 2

Answer:

I believe it could be C

Explanation:

Please click "Thanks" if this helped in any way! :)


Related Questions

The part of the program where strFirst can be used or changed describes its _____.

need answers now!

Answers

Answer:

def username (strFirst, strLast):

return strFirst[0] + strLast

def username (strFirst, strLast):

return strFirst + strLast[0]

answer = username ('Tech', 'Boss')

print (answer)

Explanation:

Can you rate the answer with Braillies? please.

if you need any further assistance please follow me and stay in touch anytime. ☺️

Answer:

scope

Explanation:

the Edge definition of scope as found in the instructions is: "Scope refers to the part of the program where Python can use and change a variable. "

The question is: "The part of the program where strFirst can be used or changed describes its _____. "

strFirst is a scope because it is the part of the program where..can...use and/or change.

why make people act meaner online the. in person ​

Answers

Because they are scared to say something in real life. Behind a screen they are protected

• Describe why you may have traveled to the same place many times. Why would this happen in nature?

Answers

I have traveled to the same place many times because I enjoy going there and I am very familiar with it. So in nature many animals will continue to go to the same place because of the same reasons they might know there is a supply of food there or that there is water.

look at the picture lol

Answers

Answer:

Zoom in more please and than i can help

Explanation:

Answer:

I would go with the first blue highlighted one... but i could be wrong

i hope i helped

if i didn't... i am sorry, i tried.

Which of the following would be done outside of a control room?


programming a teleprompter

cueing camera operators

switching between multiple cameras

uploading camera footage on location

Answers

Answer:

a

Explanation:

Answer:

a

Explanation:

Which line is most likely an error? A-“hello” B-hello C-“100” D-100

Answers

Answer: I think it is c

Explanation:

The error is most likely C. Hello quoted is proper. ("Hello") Eliminate A. Hello is proper as well so eliminate B. Now, we are at C. I Believe this is the answer since it is 100 quoted ("100"). 100 quoted does not make since unless used in a sentence such as "I bought 100 apples today for a good price!" D cannot be the answer since it is 100 all by itself. Thus, your answer should most likely be C, "100".

____ a British mathematician devolved the concept of a programmable digital computer and worked with Ada Lovelace to design the first mechanical computer the Analytical Engine

A William Shockley

B Grace Hopper

C Charles Babbage

D Bill Gates

someone pls answer asap ​

Answers

Answer:

C: Charles Babbage

Explanation:

Charles Babbage

Charles Babbage (1791-1871), computer pioneer, designed two classes of engine, Difference Engines, and Analytical Engines.

The analytical engine is a comprehensive robotic computer system that's been fully programmed as well as automatically controlled, and the further discussion can be defined as follows:

The computer pioneer Charles Babbage (1791-1871), designed two engine classes, different engines as well as analytical engines.He was indeed the brain behind ideas and therefore is considered one of the best on two different computers.A British mathematician Charles Babbage has invented the notion of the digital programmable computer and has been working with Ada Lovelace to design an analysis engine's first machine.

Therefore, the final answer is "Option C".

Learn more:

brainly.com/question/23422991

What are the steps to customize a slide show?

Go to Slide Show tab, select Hide Slide, select the slides to hide, and save.
Go to Slide Show tab, select Set Up Slide Show, select show type Custom, and save.
Go to Slide Show tab, select Custom Slide Show, select slides to be shown, and save.
Go to Slide Show tab, select Custom Slide Show, select Record Slide Show, and save.

Answers

Answer: Third one

Explanation: I got it right

Answer:

Third one

Explanation:

Documentary photographers strive to produce what type of image?
А.
Edited
B.
True
C.
Colorful
D.
Blurred

Answers

I’m pretty sure that the answer is B

Answer:

B. :)

Explanation:

What are three print output options available in PowerPoint?
A. Handouts, Slides, Speaker Notes
B. Outline, Kiosk, Overheads
C. Overheads, Handouts, Slides
D. Kiosk, Handouts, Computer

Answers

Answer: .A

Explanation: i got it right

Answer:

'A' on edge 2020

Explanation:

Just took the test

you are working on creating a business document with two other co-workers. Based on just information, which of the following pre-writing strategies would be the best for you?(A.P.E.X.)

Answers

Brainstorming, Rationalizing, and Rough Drafts.

When a user modifies the fonts in a message and immediately sees the effect of a font change without actually selecting the font, which outlook feature is the user witnessing

Answers

Answer:

Live Preview

Explanation:

With Live Preview mode on in Microsoft Outlook while composing an email content, a user will be able to see effects of the when the mouse cursor is placed format for the text including, the text size, font of the text, the text color, which are immediately applied to the selected text to give a preview of what the effect of the editing function the cursor is hovering over can do.

Collisions occur when one output is mapped to two inputs.

A. True
B. False

Answers

Answer:

true very true very true

Answer:

False

Explanation:

I honestly just guess ngl

but i believe it's right ;0

Microsoft Word, Google Chrome, and Windows Media Player are examples of

Answers

Answer:

They are all examples of software.

Which of this isn't one of the three types of cryptograph?

A. Vegenere
B. Symmetric
C. Asymmetric
D. Hashing

Answers

Answer:

A. Vegenere

Explanation:

I think it's spelled Vigenère, I might be wrong.

The three types of cryptograph are:

Symmetric Key Cryptography (Private/Secret Key Cryptography)

Asymmetric Key Cryptography (Public Key Cryptography)

Hash Function

4.8 Code Practice: Question 1
Instructions
Write a for loop to print the numbers 5, 10, 15 … 75 on one line.

Expected Output
5 10 15 20 25 30 35 40 45 50 55 60 65 70 75

Answers

I included my code in the picture below. Best of luck.

Loops are used to perform repetitive operations.

The for loop in Python is as follows:

for i in range(5,76,5):

   print(i,end =" ")

The syntax used for the range in for loop is: (start,end+1,increment)

The start represents the first value to be printed.

So: start = 5

The end represents the last value to be printed.

So: end = 75

Because the end value will not be inclusive, the value is incremented  by 1

The increment is 5

Read more about similar programs at:

https://brainly.com/question/21298406

Help me pls!!


Look at the following assignment statements:

food1 = "water"
food2 = "melon"

What is the correct way to concatenate the strings?

newFood = word1 == word2
newFood = word1 + word2
newFood = word1 * word2
newFood = word1 - word2

Answers

new food = word1 + word2 will connect both words together with no space in between. The value of newFood will now be "watermelon"

Answer:

new food = word1 + word2

Explanation:

A computer that provides special services to client computers on demand.

Answers

Answer:

A server?

Explanation:

I feel like this would be the answer but if it is multiple choice, reply with the possible answers. Hope this helps!

What is Java and Python?

Answers

Answer:

To put it simply; They're both coding languages.

Their key differences are:

Java is a compiled + interpreted Language whereas Python is an Interpreted Language

Java is statically typed whereas Python is dynamically typed

Java has a complex learning curve whereas Python is easy to learn and use

Java is a multi-platform, object-oriented, and network-centric, programming language whereas Python is a high-level object-oriented programming language.

Java takes 10 lines of code to read from a file while Python only needs 2 lines of code.

Java language uses curly braces to define the beginning and end of each function and class definition, whereas Python uses indentation to separate code into separate blocks.

In Java, multiple inheritances is partially done through interfaces, whereas Python supports both single and multiple inheritances.

Java offers limited string related functions, whereas Python offers lots of string related functions.

Java program can run on any computer or mobile device which is able to run the Java virtual machine (JVM) while Python programs need an interpreter installed on the target machine to translate Python code. Compared to Java, Python is less portable.

Java is best for Desktop GUI apps, Embed Systems, Web application services, whereas Python is excellent for scientific and numeric computing, Machine learning apps,more.

Java offers stable connectivity, while Python offers weak connectivity.

Hope this helps and have a nice day!

Answer:

They are both programming languages.

Explanation:

Java is defined as a concurrent where you can execute many statements instead of sequentially executing it, class-based and an object-oriented programming language and an independent programming language that follows the logic of Write once, Run anywhere i.e. the compiled code can run on all platforms which supports java. (according to edureka.co)

Python is defined as a high-level, interpreted, general-purpose programming language that emphasizes code readability with the use of significant indentation. (according to python.org)

how do you compute percentage of spoilage




plsss paki answer​

Answers

Spoiled units / units produced ×100

Answer:

The normal spoilage will be calculated as the total number of spoiled units, divided by the total units produced, and multiplied by 100. In this case, it would be 500 / 10,000 x 100 = 5%.

Explanation:

Explain two options you have in order to abide by the move over law??? PLEASE HELP ME ASAP!! ​

Answers

Answer:

you can either move over if on an interstate into a different lane safely. if there is only one lane you must reduce your speed

Which of the following is an example of gameplay in a video game
A: the art of a game

B: the player interacting with the game world and game mechanics

C: the personalities of all the characters

D:all of the above

Answers

Answer:

the correct answer is B. the player interacting with the game world and game mechanics

Write a function that takes the name of a file with a .csv extension (a comma-separated value file), and writes a new file that is equivalent (same name and same data) but with a .tsv extension (a tab-separated value file: like a CSV but with tabs instead of commas separating the elements of the file). Note: the character used to represent a tab is ‘\t’.

Answers

Answer:

import pandas as pd

def convert_to_tsv( csv_filename ):

   df = pd.read_csv("csv_file")

   df.to_csv("csv_filename.tsv", sep='\t')

Explanation:

The python program uses the pandas' module to read in the csv file in the function "convert_to_tsv". The file is saved as a tsv file with the pandas to_csv method and the " sep= '\t' " attribute.

What is wrong in this python code import turtle bot = turtle.Turtle step = (50) turnAngle = (90) bot.Color("blue") bot.Begin_fill() bot.Forward(step) bot.Right(turnAngle) bot.Forward(step) bot.Right(turnAngle) bot.Forward(step) bot.Right(turnAngle) bot.Forward(step) bot.Right(turnAngle) bot.End_fill()

Answers

Answer:

The "Turtle" is a method and should be declared with parenthesis and every other method in the code (except the Turtle() ) should begin with lowercase letters like right, forward and begin_fill. The python file should not be saved as turtle.py to avoid import error.

Explanation:

The python turtle module is a graphical programming package created to introduce programming to children. It has several classes and methods to manipulate objects on the screen.

import turtle  

bot = turtle.Turtle()  

step =(50)  

turnAngle =90  

bot.color("blue")  

bot.begin_fill()  

bot.forward(step)  

bot.right(turnAngle)  

bot.forward(step)  

bot.right(turnAngle)  

bot.forward(step)  

bot.right(turnAngle)  

bot.forward(step)  

bot.right(turnAngle)  

bot.end_fill()

The ideal hash function:

A. Should be unfeasible to find two inputs that map to the same output
B. Should be unfeasible to learn anything about the input from the output
C. Basically we don’t want people to figure out what was said
D. All the above

Answers

I believe the answer is A
Hope this helps

Select the protocol data units.
1. Bit
2. Segment
3. Frame
4. Data
5. Spoof
6. Pin
7. Packet​

Answers

Answer: 4. Data 2. segment  7.packet 3.frame  1.bit

Explanation:

Answer:

segmet bit packet frame data

Explanation:

what are some tips to stay focused in school, and to complete work faster? ​

Answers

Answer:

Sometimes listening to music or chewing gum.

Explanation:

When I need to focus, I like listening to music and sucking on a hard candy or chewing gum.

Pls give Brainliest!!

Answer:

What I do to focus in school is to try and ignore everything that is going on around you. ( what your classmates are doing ) Drown out the noise with music if your allowed to listen to music. Ask the teacher is you can go somewhere quieter

Explanation:

Hope this helps, Have a Wonderful Day!!

agree and tell why becoming a priest/nun is an honorable job PLEASE ASAP​

Answers

As a priest or nun you are helping the community of people who you relate to. They do a lot of charity work also so you are making the world a better place. And if your religious you are in a career that helps you grow in your faith.

Read this passage from The Phantom Tollbooth. There was once a boy named Milo who didn't know what to do with himself--not just sometimes, but always. When he was in school he longed to be out, and when he was out he longed to be in. On the way he thought about coming home, and coming home he thought about going. Wherever he was he wished he were somewhere else, and when he got there he wondered why he'd bothered. Nothing really interested him--least of all the things that should have. The most likely reason the author begins this fantasy with a realistic element is to make the text more amusing. exciting. believable. interesting.

Answers

Answer:

I think its believable

Explanation:

^^

I think its believable

how many ones dose it take to get 9 tens

Answers

It takes 90 ones to get 9 tens
The answer would be 90:)

Explanation: there are 10 ones in one 10 so if you multiply 10 times 9 it’s 90
Other Questions
A grocery store sells snacks by weight. A 6-oz bag of gummy worms costs $3.60. How much would it cost for a 2-oz bag? I WILL GIVE BRAINLIEST Pretend you're riding the bus to school on a very cold and snowy day. List 3 different phases changes you might see along the way. please answer question 3. The Stamp Act Congress of 1765, where delegates petitionedagainst the Stamp Act encouraged the colonists to boycottBritish goods. What does it mean to boycott? As the Health in-charge of Kanpur Health Centre, design a poster for public display board giving precautions to be observed to protect oneself from Corona virus. (50 Words)Please help me asap!!! Help me please quickly Which list gives all the factors of 8? 2, 4, 6, 8 8, 16, 24, 32 1, 3, 5, 7 1, 2, 4, 8 In conducting Internet research, which is not a factor in evaluating an online source?A. the domain nameB. Internet connection speedC. authoritativenessD. timeliness Helena ate at his fraviote restaurant he received excellent service from his waitstaff and decided to leave a 22 percent tip before tip his bill came to 60 how much would the meal have cost in total including tip what is the equation in slope intercept form of this graph A music store owner noted that CD sales had dropped 12% from one quarter to the next. If the owner sold 460 units in the first quarter, how many did she sell in the next quarter? HELP PLS!!! Use the drop-down menus to answer the questions.Which job has a work environment that may allow someone to work in different locations?Which may require a master's degree?Which job has a better salary?Which job's purpose is to provide information to the public?Which job would be better suited for someone who likes to help others? Why did the British turn their attention to the South?A) French support in the North was too difficult to overcome.B) The American win at Saratoga ended the stalemate in the North.C) The South wanted the British to remain in control of America.D) British troops required supplies available only in the South. What is the value of this expression if h = 8,7 = -1, and k = -12? 13 20 Can ya help me PLEASE EXPLAIN Stomach acid has a pH of about _____. a. 4 c. 6 b. 2 d. 10 You get a cut on your finger and some bacteria enter. Your immune system cells kill off the invaders by ingesting them. This is an example of: One of Roosevelt's most controversial decisions involved his effort to achieve a third term in office as candidate for the Progressive Party. He ran against Eugene Debs, the incumbent, William Taft, and the Democratic Woodrow Wilson. How did this decision influence the election and the Progressive Party? Using four or more complet sentences, diacuss the standard of living in russia 12=r-(34-2) equation