To use the AutoCalculate area, select the range of cells containing the numbers for a calculation you want to verify and then press and hold or double-click the AutoCalculate area to display the Customize Status Bar shortcut menu.A) True
B) False

Answers

Answer 1
Answer:

Answer:

The answer to this question is option "B".

Explanation:

The auto calculate is a part of the excel. It provides the facility to understand things more easily. In the excel we use many functions like insert pie charts, use formulas or add formulas, add column or row, merge column or row, etc. When we calculate the area of any number this process can be done in two way that can be given as:

1) we select all number and go to ribbon in the ribbon there is a formula tab in this we can calculate the area.

2) After selecting all number right-click on the mouse when we click there are many options shown in this option there is the option of calculating the area.  

To calculate the area we must follow these options. So the answer to this question is false.


Related Questions

Active space is important in which type of photograph?a.Landscape b. Close-up c. Still life d Motion
A device in electricity that is analogous to a restriction in a water pipe is:
What was the first name given to the internet?
MTTF is a file format developed by Microsoft commonly used on Windows systems; it offers file security, large volume size, large file size, and alternate data streams (ADS).a. Trueb. False
I want the honest opinions. I'm doing a report for school and I decided to compare five phones. The Iphone 6 PlusThe Samsung Galazy S5LG G3Nokia Lumia 1520Nexus 6If I could get a couple of opinions which one you would choose and why that would be awesome!

Which of the following is NOT an example of a visual?A. a diagram of the human cardiovascular system
B. a map that shows the topography of Haiti
C. a link to a Web site that shows pictures of coral reefs
D. a chart listing results of a scientific study about ultraviolet radiation

Answers

chart listing results of a scientific study about ultraviolet radiation is NOT an example of a visual.I think D is the correct answer

Answer:

(D) A chart listing results of a scientific study about ultra violent radiation.

Explanation:

Visual is something that an individual can see with his/her two eyes. Where as ultraviolet Ultraviolet is electromagnetic emission with a wavelength from 10 nm to 400 nm, lower than that of apparent light but greater than X-rays. UV radiation is already in sunlight composing about 10% of the entire light amount of the Sun.

Can you Please Answer this (Digital Media)Define and explain the two different methods by which a file can be compressed. Briefly describe one pro and one con of both types of compression.

Answers

There are two methods of file compression: lossless and lossy compression. Lossless compression preserves all data but has a lower compression ratio, while lossy compression achieves higher compression ratios but introduces some loss of quality.

In digital media, there are two main methods of file compression: lossless compression and lossy compression.

Lossless compression is a method that reduces the file size without any loss of data. It works by removing redundant or unnecessary data from the file.

One advantage of lossless compression is that the original file can be perfectly reconstructed from the compressed file, which is beneficial when the integrity of the data is important.

However, a disadvantage is that the compression ratio is typically lower than that of lossy compression.

Lossy compression, on the other hand, allows for higher compression ratios by removing both redundant and non-essential data.

This results in a smaller file size but at the cost of some loss of quality. One advantage of lossy compression is that it can achieve much higher compression ratios, making it suitable for multimedia files.

However, a drawback is that the decompressed file will not be identical to the original.

For more such questions on compression, click on:

brainly.com/question/11625333

#SPJ1

Who played a major role in the changing religious identity of the chiefs and their followers in Melanesia and Polynesia?

Answers

The answer is the Christian Missionaries.

They are the one who had the major role in transforming the religions of the chiefs and their followers in Melanesia and Polynesia. Christian Missionaries are the disciples and followers of Jesus Christ. They came from place to place to spread the word of God and evangelize the people.

Assume the int variable value has been initialized to a positive integer. Write a while loop that prints all of the positive divisors of value. For example,if values is 28, it prints divisors of28: 1 2 4 7 14 28

Answers

Answer:

The program to this question can be given as:

Program:

#include <iostream>//header file.

using namespace std; //using namespace

int main() //main function.

{

int value=28, x=1; //define variable.

cout<<"divisors of "<< value <<":"; //print value.

while (x <= value) //loop

{

if ((value % x) ==0) //if block

cout<<" "<<x; //print value

x++; //increment value.

}

return 0;

}

Output:

divisors of 28: 1 2 4 7 14 28

Explanation:

The description of the above c++ program can be given as:

  • In this program firstly we include a header file. Then we define a main method. In this method we define a variables that is "value and x" and assign a value that is "28 and 1".
  • The variable "x" is used to calculate the value of divisors and print its values and then we print the value variable value.
  • Then we define a while loop. It is an entry control loop in this loop, we check the condition that the variable x is less than equal to value. In this loop, we use a conditional statement.
  • In the if block we define condition that is variable value modular variable x is equal to 0. if this condition is true it will print the value and increment value of variable x. When variable x is greater than and equal to value variable it will terminate the loop and print the value.

So, the output of this program is "1 2 4 7 14 28".

Which of the following Web sites would be MOST credible?a. a site associated with a local university
b. an encyclopedia site with many contributors
c. a site run by a small, obscure publishing house
d. a private site that contains a lot of information

Answers

As of this problem together with the options presented with it, the most probable and the most likely answer for this would be A. a site associated with a local university.

An encyclopaedia site with many contributors can be prone to false information and made-up information. To add to it, some contributors might just be displaying the art of trolling over the internet and some might just be contributing just for the heck of it. A site run by a small, obscure publishing house can become more credible by becoming more renowned. A private site can either be good or bad, depending on the author that set it up. The most credible among the options would be a site associated with a local university.

Which asynchronous electronic community is also known as a forum?

Answers

Yes. Or also known as a message board.