Select all that apply.
Which of the following keys on your keyboard can you use to select more than one worksheet at the same time?
Ctri
Shift
Esc
o Alt

Answers

Answer 1
Hello there,
The answer is ‘CTRL’
Thanks!

Related Questions

most 4 year colleges want an applicant's scores for all the following except

Answers

Answer:

IQ

Explanation:

Which line of code in this program is MOST likely to result in an error?
A Line 1
B Line 2
C. Line 3
D, Line 4

Answers

Answer:

It's line 2

Explanation:

what is a cloud in the world of computing

Answers

Answer:

In the simplest terms, cloud computing means storing and accessing data and programs over the internet instead of your computer's hard drive

Explanation:

why is it important to write something in the subject line of emails?

Answers

so the person can know what you want and it helps keep better track of emails and subject matters

Answer:To provide a topic for whatever is in your email

Explanation: without something in the subject line the email will most likely be inferred as a spam.


c) 64 + {40 ÷ (4-7 + 8)} - 10
please solve this ​

Answers

Answer:

62

Explanation:

PLEASE HELP!!! WILL MARK BRAINLIEST!!
Why do you think Phones/Devices have upgraded over the years

Answers

Answer:

Too improve the technology

Explanation:

Answer:

phones and other devices have been upgraded over time because technology has advanced and people have found a need for better communication as the world has evolved

HELLO!!!! For instance, will we get an error if we put a space after the word “print” and before the opening parenthesis in python? With explantion.

Answers

In python, spaces in the sense you're talking about, dont matter. For instance,

print ( "hello") will run the same as print("hello")

But, you cannot put a space before the print statement. That's called indenting. You are only supposed to indent code that is inside loops, if-elif-else statements, and functions.

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

Answer:

c = 1 # global variable

    jhjl jh

def add(): c = 1 # global variable

def add():

   print(c)

add()

   c = c + 2 # increment c by 2

   print(c)

add()

Explanation:

Answer:

for x in range(1, 16):

   print(x * 5, end=" ")

Explanation:

Hope this helps!

3. Name two things you can adjust under "Audio Effects”.

Answers

Answer:

Modulation effects—Chorus, Tremolo, Flanger and Phaser.

Time-based effects—Reverb, Delay and Echo.

Explanation:

HELP ASAP!!!
Write a program that asks the p34won to enter their grade, and then prints GRADE is a fun grade. Your program should repeat these steps until the user inputs I graduated.

Sample Run
What grade are you in?: (I graduated) 1st
1st is a fun grade.
What grade are you in?: (I graduated) 3rd
3rd is a fun grade.
What grade are you in?: (I graduated) 12th
12th is a fun grade.
What grade are you in?: (I graduated) I graduated

It's in python

Answers

def func():

   while True:

       grade = input("What grade are you in?: (I graduated) ")

       if grade == "I graduated":

           return

       print("{} is a fun grade".format(grade))

func()

I hope this helps!

Which of the following You tubers uses the word "flip" as a curse word

A. Unspeakable
B.09Sharkboy
C. Moosecraft
D. All of the above

First correct answer get brainiest!

Answers

All of the above cause it’s fliped

What are the steps to open the Custom AutoFilter dialog box?

Answers

Answer:

data, sort and filter, text filters

Explanation:

ed 2020

Answer:

data, sort and filter, text filters

Explanation:

URGENT!!!!15POINTS AND BRAINLIEST
Type the correct answer in the box. Spell all words correctly.
In a hydraulic jack, the pipe below the load has an area of 5 m2, and the pipe through which the input force transmits has an area of 1 m2. Calculate the force required.

kN of input force is necessary to balance a load of 10,000 N.

Answers

Answer:

0.2kN

Explanation:

An hydraulic jack works by the principle that pressure applied to one part in an enclosed liquid is transmitted equally in all parts of the liquid. this is in accordance with Pascal's principle.

Pressure= Force/Area

P=F/A

Pressure due to the load= Pressure due to input force for the system to be in balance.

Let force due to load be F₁, input force be F₂, Area at the load piston be A₁ and the area of the pipe through which the input force transmits be A₂, then,

F₁/A₁=F₂/A₂

10000N/5m²=F₂/1m²

F₂=(1000N×1m²)/5m²

F₂=200N

=0.2kN

MULTIPLE COICE! BRAINLIEST
When using design templates, these elements will be determined for you.
bullets
background
color scheme
content
title
font

Answers

Answer:

background

Explanation:

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

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:

c 3

Explanation:

c 3

Answer:

I believe it could be C

Explanation:

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

PLZ ANSWER I WILL GIVE BRAINLIEST
A spreadsheet software program requires that users predefine each field’s data type. The software program is most likely programmed using a language that is

A open.
B predefined.
C strongly typed.
D weakly typed.

Answers

Answer:

The correct answer is A, spreadsheets. Spreadsheet programs are similar to and include Excel, with grids of cells for organizing numerical data

Answer:

the answer is A) Open

Explanation:

took the test, edg 2021

___________ are representations of actual objects. a. symbols b. models c. handouts d. notecards

Answers

Answer:

Models is the answer!!!

Answer:

B. Models.

Explanation:

Got it right on the test

How do open online courses help with independent learning

Answers

Answer:

One of the most powerful benefits of online courses is that they enable students to learn at the time, place, and pace that best suits their individual learning style. ... If there is a class discussion, you can take time to gather your thoughts rather than be in a race to get the teacher's attention.

Explanation:

Answer:

you can take time to gather your thoughts

Explanation:

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.

What is the difference between myList.length and myList.length - 1? When would you use myList.length? When would you use myList.length - 1?

Answers

Answer:

The difference between myList.Length and myList.length - 1 is that with the second variable, you are subtracting 1 from the total (assuming it is a integer)

Explanation:

Assuming the variable myList.Length is a integer, like for example, 4, it would be equal to 4, while myList.Length - 1 would be 3.

What involves the layering of hardware and software into a coherent computer experience?

A) PaaS

B) Cloud

C) IaaS

D) Open Systems Interconnect

Answers

Answer:

Answer is D. Open Systems Interconnext

Answer:

D open Systems Interconnect

Explanation:

Got it right on the test.

Complete answers for the test on edge 2021...

#1. a - application performance

#2. c - protocol

#3. b - virtual machines

#4. b - open systems interconnect

#5. b - post office

Got 100% on the test.

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

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.

What will happen when you run this program?
num = - 10
while num > 0
print (num)
This is an infinite loop.
Python will print the integers from 10 to 1.
There will be no output. The loop condition is false.
Python will print 10 ten times

Answers

Answer:

There will be no output. The loop condition is false.

Explanation:

num is not greater than 0, so the while condition is never true.

Also, there is a colon missing in the code and the print statement is lacking proper indentation, so it could not run at all. Assuming you fix that, the print statement would never be reached.

The while condition is never true, since num cannot be greater than 0. The print statement is improperly indented and the code is missing a colon, which prevents it from running at all. Thus, option B is correct.

What is the condition in a loop in which no output?

An expression called a condition is examined each time the loop runs. The loop continues to execute as long as condition is true.

When a loop successfully repeats, an expression called increment determines how the loop control variable is increased. The print statement would never be reached, assuming you solve that.

Since num does not exceed 0, the while condition is never true. Additionally, the code is missing a colon, and the print statement is improperly indented, making it impossible for it to run at all.

Therefore, There will be no output. The loop condition is false.

Learn more about loop here:

https://brainly.com/question/14390367

#SPJ2

Nurse Jackie is a humorous depiction of a drug-addicted nurse who struggles to balance the demands of her hectic hospital job with a string of
predicaments in her personal life. To what genre would this television series belong?
ОА
sitcom
OB
comedy
Ос.
drama
OD
dramedy

Answers

Answer:

dramedy would make since to me

Explanation:

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

Part B
How would you classify a network formed by connecting two MANs together?
В І у хх Font Sizes А • А

Answers

Computer programming 2254518752669

According to the video, what are some qualitites Clergy need? Check all that apply.

Answers

Answer:

honesty in communication and in relationships hope it helps. :)

Explanation:

Answer:

honesty and communication in a relationship

Explanation:

hope this help and have a blessed day

To find the location’s name of the cell, look to the
.

To add an action to the cell for that data, add commands in the
.

To move from one cell to the next, use
.

Answers

Answer:

You can find a named range by using the Go To feature—which navigates to any named range throughout the entire workbook. You can find a named range by going to the Home tab, clicking Find & Select, and then Go To. Or, press Ctrl+G on your keyboard. In the Go to box, double-click the named range you want to find.

Explanation:

Answer:

To find the location’s name of the cell, look to the  name box

To add an action to the cell for that data, add commands in the  

✔ formula bar

To move from one cell to the next, use  

✔ either tab or enter

Explanation:

Other Questions
what role did the Lumire brothers play in the development of France's film industry? Why was art created during Akhenatons reign?to exchange with trade partnersto commemorate great battlesto serve symbolic religious purposesto showcase the wealth of Egypt Rosa eats a peanut butter sandwich for lunch. Peanut butter contains a lotof protein, and bread is mostly starch. Rosa plans to go for a run later thisafternoon. Rosa is breathing normally. Write the linear equation in slope-intercept form given the following. slope = 3; y-intercept = -7 1.______+ 0.14 +0.23 = 0.92.______-0.0369=0.1246 Use the graph to find the cost of 8 hats.Cost of Hats1101009080($) 1803108 7 8 10 11Number of hatsO A. The cost of 8 hats is $7.50.B. The cost of 8 hats is $75.00O C. The cost of 8 hats is $8.00.PREVIOUS reinforcer.In operant conditioning, food is an example of aA. primaryB. SecondaryC. uniqueD. dominatingits A convert 12+4y =-4x to slope intercept form There are 3 times as many books in the town library as there are on the school library. The town library has 2,676 books. How many books are in the school library? In Jeopardy, if you answer a questionincorrectly. you lose points. If Owen's scoreis 200 points, then he answers a 350-pointquestion incorrectly, find his score.Need this ASAP Which has been observed in the study of embryology?A. Species whose embryos have similar traits rarely have a common ancestor.B. Species whose embryos have similar traits always have similar body forms as adults.C. All traits present in early embryos remain throughout development.D. Some traits in certain embryos disappear as the embryo develops. What is the political cartoon The Americanese Wall depicting? How did the original Age Discrimination in Employment Act expand the rightsof older workers? Solve for y3(7y + 4) = 15y + 6y +4+8 Which of the "Big Five" personality factors is characterized (on the high end) by traits like imaginative and independent and (at the low end) by traits like practical and conforming? "He has plundered our seas, ravaged our coasts, burned our towns, destroyed the lives of people."This is an example of:A. Rhetorical fallacy in that Jefferson is overgeneralizing in his argument.B. Pathos in that Jefferson is appealing to the emotion of the reader.C. Ethos in that Jefferson is trying to persuade the reader of his credibility D. A logical fallacy in that Jefferson is using circular reasoning in his argument. helllllllllllllllppppppp me plz Sperm cells of a specific species of mice have 16 chromosomes. What is the expected number of chromosomes in an adult mouse of this species? What does the energy from sunlight actually do to the plant cell? *It heats up the plant cellIt excites electronsIt is unknownIt transforms to kinetic energy 1 pointWhen vandals burned down the orphanage, Ms. Cleary started afundraising campaign and donated $5,000 dollars of her own money. Afternine months of hard work from Ms. Cleary and her team, the funds wereraised and the orphanage was rebuilt. What kind of characterization is this?DirectIndirect