To insert new worksheets using the quickest method, click on the _______.

Worksheet tool
Insert Cells tool
New Sheet icon
Insert tool

Answers

Answer 1
To insert new worksheets using the quickest method, click on the _______.

Just click on worksheet tool

Related Questions

write an algorithm and draw a flowchart to count the digits present in the given integer. ​

Answers

Answer:

The algorithm is as follows:

Input number  

count = 0

while(number not equal 0)

   number = number / 10

   count = count + 1

end

Print count

Explanation:

This gets input for the integer number

 Input number  

This initializes count of digits to 0

count = 0

The following loop is repeated while number is not 0

while(number not equal 0)

This performs integer division of the number by 10; the resulting division is saved in variable number

   number = number / 10

The count variable is incremented by 1

   count = count + 1

The loop ends here

end

This prints the count of integers

Print count

See attachment for flowchart

This type of mutation occurs when one or more base pairs are added to the gene sequence.

Answers

genetic mutation or engineering

explanation
i think i got it right
two sequences of base pairs

(101101+10110) /110
101101-11001/101 please I need help

Answers

Answer:

000000000000000000000000000001111111111111111111

Here is a super challenge for you if you feel up for it. (You will need to work this out in Excel.) In 2017 the Islamic month of fasting, Ramadan, began on Friday, 26 May. What fraction of the year was this? (to 1 decimal place) Hint: Think carefully which start and end dates to use.

Answers

The date Friday 26, May 2017 represents 2/5 of the year 2017

From the question, we understand that Ramadan starts on Friday 26, May 2017.

Using Microsoft Office Excel, this date is the 146th day of the year in 2017.

Also, 2017 has 365 days.

This is so because 2017 is not a leap year.

So, the fraction of the year is:

[tex]\frac{146}{365}[/tex]

Multiply the fraction by 73/73

[tex]\frac{146}{365} = \frac{146}{365} \times \frac{73}{73}[/tex]

Simplify

[tex]\frac{146}{365} = \frac{2}{5}[/tex]

Hence, the fraction of the year is 2/5

Read more about fractions and proportions at:

https://brainly.com/question/21602143

The fraction of the year that corresponds to the Islamic month of fasting, Ramadan, beginning on May 26, 2017, is 2/5.

Find out how many days passed from January 1, 2017, to May 26, 2017.

January has 31 daysFebruary has 28 daysMarch has 31 daysApril has 30 daysMay has 26 days

Total days = 31 + 28 + 31 + 30 + 26

Total days = 146 days.

The total days in regular year:

The total days = 31 + 28 + 31 + 30 + 31 + 30 + 31 + 31 + 30 + 31 + 30 + 31

The total days  = 365 days.

The required fraction is calculated as:

Fraction = 146 days / 365 days

Fraction = 2 / 5

So, the fraction is 2 / 5.

Learn more about Fraction here:

https://brainly.com/question/10708469

#SPJ3

E) ¿Entiende usted que tendría repercusión legal un mal manejo de los datos del cliente por parte de la empresa? ¿Por qué?

Answers

Answer:

Efectivamente, un mal manejo de los datos del cliente por parte de la empresa tendría repercusiones legales que afectarían negativamente a la compañía. Esto es así porque un eventual mal manejo de los datos personales de los clientes implicaría una filtración de dichos datos hacia el resto del público, con lo cual los datos personales y privados de cada cliente se verían expuestos en forma pública, generando así posibles daños a estos a través de la mala utilización de dicha información por parte de terceros malintencionados.

HELPPPP easy question

Your friend brags, "It was easy to trying to beat the computer in the STAX game. I made $100,000 more with my strategy of actively trading those individual stocks. Why would you want to just buy an index fund? It’s so much fun to try to beat the market!" How would you respond?

Answers

Answer:

I would tell them " keep that attitude when the market crashes. "

What is the operating system written to, and what does nonvolatile mean?

Answers

Answer:

Non-volatile memory (NVM) is a type of memory that retains stored data after the power is turned off. Unlike volatile memory, it does not require an electric charge to maintain the storage state. Only reading and writing data to non-volatile memory requires power.

If a web address is written as http://www.mywebprescence.com/index.html: What part of this address is considered to be the webpage?

Answers

(http://www.) is considered

how many sections of a job description are there

Answers

Answer:

6

Explanation:

job title, job purpose, job duties and responsibilities, required qualifications, preferred qualifications and working conditions.

write an algorithm to find perimeter of circle

Answers

Answer:

Here’s one!

Given [math]R[/math], the radius of the circle.

Let [math]N,D\leftarrow 0[/math]

Repeat until [math]D[/math] is large enough (about 1,000,000)

[math]x,y\leftarrow U[0,1][/math]

If [math]x^2 + y^2\le 1[/math] then [math]N\leftarrow N+1[/math]

[math]D\leftarrow D+1[/math]

[math]P\leftarrow\frac{8NR}{D}[/math]

Return [math]P[/math]

[math]U[0,1][/math] is a uniform random number in the range [math][0,1][/math].

Explanation:

Harry makes pizzas to sell in his café. He buys packets of grated cheese and boxes of mushrooms and then uses them for the pizza toppings. For example, a bag of grated cheese is divided into 4 portions and used to top 4 pizzas. What formula is in cell D3?​

Answers

Answer:

=B3 / 4

Explanation:

The price of a packet of grated cheese is $2.60. To make pizza, this packet of cheese is divided into four to make 1 pizza. Therefore, the price of the grated cheese used to make 1 pizza = price of packet of cheese / 4 = $2.60 / 4 = $0.65

This price is the price inserted in cell D3. The price for each packet of grated cheese is inserted in cell B3.

Therefore the formula used in cell D3 to find the price of each grated cheese required for one pizza is:

Formula for D3 is "=B3 / 4"

low frequency radio wave travel in straight line and high frequency radio wave can travel in all direction true or false​

Answers

Answer:

The correct answer is True.

Explanation:

The electromagnetic spectrum consists of various waves. The Radio waves are categorized to be at the low-frequency end of this spectrum.

Radio Waves have multiple communication uses. Some of them are television and radio broadcasting, communications, and satellite transmissions.

Radio waves are not harmful to biotic life when absorbed by living matter and their transmission is unimpeded by air. Their transmission can also be absorbed, deflected, reflected, refracted, or diffracted by air molecules and the earth's surface.

Cheers

Are DoS and DDos tactics appropriate for legitimate organizations to use against others? What fallout is considered appropriate fallout should an attack be used on others? Explain your answer.

Answers

Answer:

They are inappropriate

fallouts: Access denial and data theft

Explanation:

Dos ( denial of service ) and DDos ( distributed denial of service ) are inappropriate for legitimate organizations to use against each other. because DOS or DDos attacks are attacks on the server of an organization by sending an unusual amount of traffic to the server, thereby denying the devices and users connected to the server access to the server.

Access denial and data theft are the fallouts associated with DOS  and DDos attacks

The remove() method in the Queue interface ________. Group of answer choices retrieves, but does not remove, the head of this queue, returning null if this queue is empty retrieves and removes the head of this queue, or null if this queue is empty retrieves, but does not remove, the head of this queue, throwing an exception if this queue is empty retrieves and removes the head of this queue and throws an exception if this queue is empty

Answers

Question:

The remove() method in the Queue interface ________.

A. retrieves, but does not remove, the head of this queue, returning null if this queue is empty

B. retrieves and removes the head of this queue, or null if this queue is empty

 

C. retrieves, but does not remove, the head of this queue, throwing an exception if this queue is empty

D. retrieves and removes the head of this queue and throws an exception if this queue is empty

Answer:

D. retrieves and removes the head of this queue and throws an exception if this queue is empty

Explanation:

In Java, the Queue interface is found in the java.util package and inherits from the Collection interface. It is used to store elements which are processed in the order in which they are inserted. This means that the first element will be processed first.

The Queue interface has many methods. Some of them are;

i. add(): allows elements to be added to the queue.

ii. remove(): retrieves and removes elements from the head of the queue. The head of the queue points to the first element of the queue. If the queue is empty, the remove() method throws an exception called the NoSuchElementException

iii. poll(): retrieves and removes the element at the head of the queue. Unlike the remove() method, if the queue is empty, a null is returned.

iv. peek(): retrieves but does not remove the element at the head of the queue. Just like the poll() method, a null is returned if the queue is empty.

PLEASE READ ( if you want ) Before i used to have over 30 brainliest and i was just trying to earn points so i could get to ace, and people went through my profile and reported a ton of the things i answered so all of them got deleted. Now i only have 8 brainliest and i need 15. What am i supposed to do? It's causing me to lose points and brainliest. Ive lost 22 BRAINLIEST. its so annoying D: what do i do

Answers

Answer:

Rip! Do you have any idea why they're doing it? Are there things wrong with your answers or are people purposefully targeting you? And if so have you tried reaching out to staff?

how to make an au and what are the rules

Answers

Answer:

alternate universe?

Explanation:

Identify an advantage of the software as a service (SaaS) approach in public cloud computing. Group of answer choices The user handles software maintenance and upgrading features. The user controls software deployment and configuration settings. The user can create an application using tools and libraries from the provider. The user does not need to purchase and install additional hardware to provide increased capacity.

Answers

Answer:

The user does not need to purchase and install additional hardware to provide increased capacity.

Explanation:

Cloud computing can be defined as a type of computing that requires shared computing resources such as cloud storage (data storage), servers, computer power, and software over the internet rather than local servers and hard drives.

Generally, cloud computing offers individuals and businesses a fast, effective and efficient way of providing services.

Cloud computing comprises of three (3) service models and these are;

1. Platform as a Service (PaaS).

2. Infrastructure as a Service (IaaS).

3. Software as a Service (SaaS).

Software as a Service (SaaS) can be defined as a cloud computing delivery model which involves the process of making licensed softwares available over the internet for end users on a subscription basis through a third-party or by centrally hosting it. Some examples of SaaS are Go-ogle apps, Bigcommerce, Salesforce, Slack, Dropbox, DocuSign, Microsoft Office 365, etc.

An advantage of the software as a service (SaaS) approach in public cloud computing is that the user do not have to purchase and install additional hardware to provide increased capacity because the software provider makes all of the necessary features for smooth operations and proper functioning available to the user.

Two uses of mortise chisel

Answers

Answer:

Two uses of the mortise chisel are;

1) Mortise chisel are used for cutting across the grain of the wood directly   and also

2) To lever waste materials out of the cut area and smoothen the cut area

Explanation:

A mortice is a recessed hole created in a part that is meant to accommodate a complementary projection part, which will enable the fastening of the two parts together

A mortise chisel are chisels used for the chopping out mortise joints, and are designed such that the heavy impact of a mallet

Steeler corporation is planning to sell 100,000 units for 2.00 per unit and will break even at this level of sales fixed expenses will be 75,000 what are the company's variable expenses per unit

Answers

Answer:

1.25 per unit

Explanation:

Number of units to sell = 100,000

Price per unit = 2

Fixed expense = 75000

At break even point :

Revenue = total expenses

Total expenses = fixed cost + variable cost

Let variable cost = x

Revenue = units to sell * price per unit

Revenue = 100,000 * 2 = 200,000

Hence,

Fixed cost + variable cost = Revenue

75000 + x = 200,000

x = 200, 000 - 75000

x = 125,000

Variable cost = 125,000

The variable expense per unit is thus :

Variable expense / number of units

125,000 / 100,000 = 1.25 per unit

PLEASE I NEED HELP FAST

Answers

Answer:

your answer will be src=

list the steps involved in cutting and pasting in a different document​

Answers

To cut or copy, hold down Ctrl and press X or C. Choose Paste from the menu bar when you right-click the item's destination. You can right-click almost anywhere, including inside a document or folder. To paste, hold down Ctrl and press V on the keyboard.

Choose the term that matches each description.

_____________ allows users to interact with computer hardware and application software.

______________allows users to complete specific tasks, such as creating a document.

______________allows programmers to create new applications.

Answers

Answer:

operating systems, word software, computer concepts for end users

Explanation:

operating systems allow users to interact with computer hardware and application software.

word software allows users to complete specific tasks, such as creating a document.

computer concepts for end users allows programmers to create new applications.

The answer is "operating systems, word software, and end-user computer concepts", and its further explanation can be defined as follows:

The OS includes and administers all applications and software which a computer or mobile device could indeed execute, meaning the governance of the device software or hardware.The software for word processing is used for manipulating texts like a resume or report these text documents. Usually, you type in text and the software offers copy, delete, and numerous page layout devices.Study tools and coding areas allow finished to tailor apps to their needs and understanding instead of expert developers.

Thus, the answer is "operating systems, word software, and end-user computer concepts".

Learn more:

brainly.com/question/17798901

MAN on metropolitan area network is a network spanning a large distances of a few kilometre like a city true or false​

Answers

Answer:

True

Explanation:

It is True

¿Cómo sobrevivirían las personas, sin gas, agua, luz, teléfono, ni internet?

Answers

Eles nao tinham Condiçoes de vida e sem a agua nao consiguem Sobreviver porque agua é tudo e a agua é metade da nossa vida

Review the HTML tags that we have gone over in this lesson. Research HTML tags on the web and identify two new tags. Use these tags along with the ones you have learned in the lesson and construct a simple web page in HTML.

Some suggestions of simple tags include those which:

create a simple line break;

another way to create bold text;

underline text;

make text within the tag bigger than the rest of the text (specifying the size of the text);

mark or highlight a word or parts of your text;

a short quotation;

subscript text;

and superscript text.


You will only submit your document with the html you have created. However, it is always a good idea to use an HTML test bed to check your work.


Tags we have gone over in this lesson will be in the picture

Answers

<html>

<body>

<h1>Hello, Welcome to this simple website</h1>

<br>

<u>This is a very good <strong>quote<strong></u>

<br>

<blockquote>"Sometimes silence is the best answer"</blockquote>

<br>

<p>This is our 16<sup>th</sup> anniversary<p><br>

<p>H<sub>2</sub>So<sub>4</sub>is highly reactive</p>

</html>

<body>

Write a qbasic program to supply first , middle and last name of a person and print the output as given below :

If input is Sam Christopher Robert output should be Robert Christopher Sam.​

Answers

Answer:

The QBasic program is as follows:

10 INPUT "First name: " fName$

20 INPUT "Middle name: " mName$

30 INPUT "Last name: " lName$

40 PRINT lName$," ",mName$," ",fName$

50 END

Explanation:

This prompts the user and gets input for first name

10 INPUT "First name: " fName$

This prompts the user and gets input for middle name

20 INPUT "Middle name: " mName$

This prompts the user and gets input for last name

30 INPUT "Last name: " lName$

This prints the output in the required format

40 PRINT lName$," ",mName$," ",fName$

This ends the program

50 END

Write a loop that displays your name 10 times. 2. Write a loop that displays all the odd numbers from 1 through 49. 3. Write a loop that displays every fifth number from 0 through 100. 4. Write a code sample that uses a loop to write the numbers from 1 through 10 to a file. 5. Assume that a file named People.txt contains a list of names. Write a code sample that uses a while loop to

Answers

Answer:

The program in Python is as follows:

#1

for i in range(10):

   print("MrRoyal",end=" ")

print()    

#2

for i in range(1,50,2):

   print(i,end=" ")

print()

#3

for i in range(0,101,5):

   print(i,end=" ")

print()

#4

i = 1

while i <=10:

   print(i,end =" ")

   i+=1

#5

myfile = open("People.txt", "r")

eachLine = myfile.readline()

while eachLine:

   print(eachLine)

   eachLine = myfile.readline()

myfile.close()

Explanation:

The program in Python is as follows:

Program #1

This iterates from 1 to 10

for i in range(10):

This prints the name for each iteration [modify to your name]

   print("MrRoyal",end=" ")

This prints a new line

print()    

Program #2

This iterates from 1 to 49 with an increment of 2

for i in range(1,50,2):

This prints the odd numbers in the above range

   print(i,end=" ")

This prints a new line

print()

Program #3

This iterates from 0 to 100 with a step of 5

for i in range(0,101,5):

This prints every 5th number

   print(i,end=" ")

Print a new line

print()

Program #4

This initializes the number to 1

i = 1

This opens the file in an append mode

f = open("myfile.txt", "a")

This loop is repeated from 1 to 10

while i <=10:

This writes each number to the file

   f.write(str(i))

Increment the number by 1

   i+=1

Close the file

f.close()

Program #5

This opens the file in a read mode

myfile = open("People.txt", "r")

This reads each line

eachLine = myfile.readline()

This loop is repeated for every line

while eachLine:

Print the content on the line

   print(eachLine)

Read another line

   eachLine = myfile.readline()

Close the file

myfile.close()

alguien me prestta una cuenta de osu!, porfa

Answers

Answer:

english please........

1
Which is not an effective way to search for a file that is located in an unknown folder
location?
(A) entering the name of the file in the space for Search Programs and Files in
Windows
(B) pressing Windows key and entering the file name into the search box
(C) selecting Control Panel, then
selecting Indexing Options in Windows
(D) pressing Windows Key and [F] to open the universal search menu and set it to
search files

Answers

Answer:

(C) selecting Control Panel, then selecting Indexing Options in Windows

The keyboard shortcut to hide a row is _______.

Ctrl+2
Ctrl+1
Ctrl+0
Ctrl+9

Answers

Answer:

Ctrl+9

Explanation:

Answer:

ctrl+9

Explanation:

hope it helps..................

Other Questions
Marta va mucho a fiestas y pasa el rato con amigos. Es select answerextrovertidapesimistacomprensivaorganizado The endpoint method computes the percent change as a percent of the starting value.a. Trueb. False Gianna bought 6.2 pounds of berries. She used 4.8 pounds of the berries to make a pie. What equation can be used to find how many pounds of berries, b, Gianna has left over? A 6.2 + 4.8 = b B b 6.2 = 4.8 C 4.8 + b = 6.2 D b 4.8 = 6.2 please help asap ill give brainliest how does justice relate to fairness and equality? Find all solutions to the equation in the interval [0, 2pie] Enter the solutions in increasing order.sin 2x = sin x If you could add anything to the US constitution, what would it be?IN UR OWN WORDS In a democracy, the power lies with A. A small group of people B. No one C. All the people D. One person The volume of a cone with a diameter of 9 and a height of 120 Imagine yourself attending and participating in Kadayawan festival we justlearned about. Describe what would have been your festival experience byillustrating a scenario and writing one or two sentences to support theillustration. Do this in the space provided below. which figure shows the radius of circle O? Which term is applied to personal characteristics that influence how our political attitudes develop?A. political factorsB. social factorsC. political pollsD. demographic factors 6. Because they are embedded within the membrane, ion channels are examples of ________. receptor proteins integral proteins peripheral proteins glycoproteins 7. The diffusion of substances within a solution tends to move those substances ________ their ________ gradient. up; electrical up; electrochemical down; pressure down; concentration 8. Ion pumps and phagocytosis are both examples of ________. endocytosis passive transport active transport facilitated diffusion 9. Choose the answer that best completes the following analogy: Diffusion is to ________ as endocytosis is to ________. filtration; phagocytosis osmosis; pinocytosis solutes; fluid gradient; chemical energy PQR is a triangle. PR = 13 cm, PQ = 12 cm and angle QPR = 30Calculate the length of QR. I can't speak English Can you help me please it's very simple Pleasee help me, I might give brainliest to the best answer. I urgently need a answer Which sentence accurately uses the homophone affect?A: I didnt know that my decision would affect you this much.B: The closing of the shop will have an affect on the whole town.C: I wonder if stricter rules will have an affect on student conduct.D: The new changes will immediately go into affect. The measure of 1 =a. 110b. 62.5c. 55 In a Nitrogen metabolism study, the following data were obtained over the test period:Nitrogen consumed 175 gramsTotal Fecal N 35 gramsMetabolic Fecal N 10 gramsTotal Urinary N 80 gramsEndogenous Urinary N 10 gramsCalculate: a. Apparent Nitrogen digestibility (%)b. True Nitrogen digestibility (%)c. Nitrogen Balance (g)d. Apparent Nitrogen Retention (%) The list price on slacks is $22, and the list price on jumpers is $37. If Petits Clothing Store orders 30 pairs of slacks and 40 jumpers at a discount rate of 11%, what is the trade discount on the purchase?