Question

In: Computer Science

Question 11 Which formula below successfully performs an operation on a range of values stored in...

Question 11

Which formula below successfully performs an operation on a range of values stored in Excel cells?

=SQRT( A1:A15)

= EXP( A1:A15)

=LOG(A1:A15)

=ABS(A1:A15)

=SUM(A1:A15)

Question 12

Cells A1 through A10 contain the values shown in the table below. What does this formula evaluate to?
= SUM(A1:A10) - MAX( A1:A5 )

3 1 4 6 2 0 5 7 6 2



0

29

30

36

nothing - there is a syntax error in one of the formulas

Question 13

Which of the following formulas contains a syntax error?

Group of answer choices

= MAX( A1:A10, A15)

= SUM( A1:B10)

= AVERAGE( A1:A10:-B2)

= MIN( A1, B2, C3)

none of the above

Question 14

What is displayed if you select one data series in a worksheet and then create an x-y scatter chart?

uses data series as x coordinates and integers as y coordinates

uses the data series as y coordinates and integers as x coordinates

uses the data series as both x coordinates and as y coordinates

produces a blank chart

displays an error message but no chart

Question 15

What will be displayed if you select two data series in a worksheet and then choose to create a scatter chart?

Group of answer choices

uses the first data series as y coordinates and second data series as x coordinates

uses the first data series as x coordinates and second data series as y coordinates

uses each data series for y coordinates of separate lines and integers for x coordinates

uses each data series for x coordinates of separate lines and integers for y coordinates

none of the above

Question 16

When you copy a formula, such as = A1 + B2, to another cell, the cell references A1 and B2 will change. Why does a spreadsheet program do this?

to complicate the life of the user

so that the formula will still use the same numbers in its calculations

to allow the same formula to be used with other values in other cells

to show that the inverse of the square root of the radical computation is still valid

Question 17

The main strength of a spreadsheet program is that it allows the presentation of data and charts based on that data in a way that can be explained to and manipulated by the user.

True

False

Question 18

If the two data series used for an x-y scatter chart have different amounts of values in them, a spreadsheet program will treat this as an error and not produce a chart.

True

False

Question 19

If you copy a table of numbers from a web page and paste them into a worksheet, each value will be pasted into its own cell and the number of rows and columns will be preserved.

Here is a webpage (Links to an external site.) with a table on it that you can use to test this out.

True

False

Question 20

If you copy and paste a range from a worksheet into a word processor document, a table is created with one value per cell and the same number of rows and columns.

Group of answer choices

True

False

Solutions

Expert Solution

Which formula below successfully performs an operation on a range of values stored in Excel cells?

=SQRT( A1:A15)

= EXP( A1:A15)

=LOG(A1:A15)

=ABS(A1:A15)

=SUM(A1:A15)

Ans: =sum(A1:A15)

  

       Remaining all operations can perform operation individually. The sum only performs range of values.

Question 12

Cells A1 through A10 contain the values shown in the table below. What does this formula evaluate to?
= SUM(A1:A10) - MAX( A1:A5 )

3

1

4

6

2

0

5

7

6

2


0

29

30

36

nothing - there is a syntax error in one of the formulas

Ans: 30

Sum(A1:A10)=36 and max(A1:A5)=6 . so 36-6=30

Question 13

Which of the following formulas contains a syntax error?

Group of answer choices

= MAX( A1:A10, A15)

= SUM( A1:B10)

= AVERAGE( A1:A10:-B2)

= MIN( A1, B2, C3)

none of the above

ans: = AVERAGE( A1:A10:-B2)

Question 14

What is displayed if you select one data series in a worksheet and then create an x-y scatter chart?

uses data series as x coordinates and integers as y coordinates

uses the data series as y coordinates and integers as x coordinates

uses the data series as both x coordinates and as y coordinates

produces a blank chart

displays an error message but no chart

ans: uses the data series as y coordinates and integers as x coordinates

Question 15

What will be displayed if you select two data series in a worksheet and then choose to create a scatter chart?

Group of answer choices

uses the first data series as y coordinates and second data series as x coordinates

uses the first data series as x coordinates and second data series as y coordinates

uses each data series for y coordinates of separate lines and integers for x coordinates

uses each data series for x coordinates of separate lines and integers for y coordinates

none of the above

ans: uses the first data series as x coordinates and second data series as y coordinates

Question 16

When you copy a formula, such as = A1 + B2, to another cell, the cell references A1 and B2 will change. Why does a spreadsheet program do this?

to complicate the life of the user

so that the formula will still use the same numbers in its calculations

to allow the same formula to be used with other values in other cells

to show that the inverse of the square root of the radical computation is still valid

ans: so that the formula will still use the same numbers in its calculations

Question 17

The main strength of a spreadsheet program is that it allows the presentation of data and charts based on that data in a way that can be explained to and manipulated by the user.

True

False

Ans: True

Question 18

If the two data series used for an x-y scatter chart have different amounts of values in them, a spreadsheet program will treat this as an error and not produce a chart.

True

False

Ans : false

Question 19

If you copy a table of numbers from a web page and paste them into a worksheet, each value will be pasted into its own cell and the number of rows and columns will be preserved.

Here is a webpage (Links to an external site.) with a table on it that you can use to test this out.

True

False

Ans: True

Question 20

If you copy and paste a range from a worksheet into a word processor document, a table is created with one value per cell and the same number of rows and columns.

Group of answer choices

True

False

Ans: True


Related Solutions

Use the values provided to complete the questions below. a. What values are out of range?...
Use the values provided to complete the questions below. a. What values are out of range? b. Are they high or low? c. Which abnormal value concerns you the most? d. What nursing assessments must you perform because of this? e. What priority nursing intervention would you anticipate? Why? Test Value Glucose 83 BUN 14 Creatinine 0.7 Sodium 133 Potassium 6.1 Chloride 111 CO2 24
Which of the following formula reflects the firm’s financial leverage? Question 11 options: 1) EBIT /...
Which of the following formula reflects the firm’s financial leverage? Question 11 options: 1) EBIT / Interest income 2) (Total Liabilities) / (Total Assets) 3) (Current Assets) / (Current Liabilities) 4) (Accounts Payables) / (Annual Purchases / 365)
what is the formula in excel to get probability answers on range of numbers - Question:...
what is the formula in excel to get probability answers on range of numbers - Question: mean number is 10.3 per day standard deviation is 2.25 per day for any day what is the probability that the number of customers returning items is between 12 and 14 I don't know how to write the equation to obtain P
Write a program in Java which performs the sort operation. The main method accepts ten numbers...
Write a program in Java which performs the sort operation. The main method accepts ten numbers in an array and passes that to the method sort. The method sort accepts and sorts the numbers in ascending and descending order. The method display shows the result. You can use integers or floating point numbers.
Which z-score formula to use for the question below? z = x - mean / sd...
Which z-score formula to use for the question below? z = x - mean / sd or z = x - population mean / (sd /sqrt(n)) member_ID TotalScore 1 26 2 29 3 31 4 23 1. Assume sample mean = 7.1 and SD = 3.19, calculate the z-score of each members based on sample mean and SD. 2. Given that population mean = 9.1 and SD = 4.2, calculate the z-score of each members based on the population mean...
state the discriminant of the quadratic formula and describe for which values of the discriminant a...
state the discriminant of the quadratic formula and describe for which values of the discriminant a quadratic equation will have real solutions, for which values it will have imaginary solutions, and for which values it will have one solution
4. Examine Table 1 below. Fill-in the normal range of values for each of the variables...
4. Examine Table 1 below. Fill-in the normal range of values for each of the variables in the last (blank) row. Table 1. Lab values for Joyce Snyder. (Serum) Time Point BP Temp. (°F) Hemat. (%) Glucose (mg/dL) Na+ (mEq/L) K+ (mEq/L) AChE Activity (% of normal) Thyroxine (pmol/L) Serum Triiodothyronine (FT3) (pg/dL) Antibodies for Ach Receptors 1 105/65 99.4 °F 37.5% 88 mg/dL 139 mEq/L 3.8 mEq/L 44% 9.1 pmol/L 112 pg/dL none 2 108/70 100.1 °F 38.0% 100...
Consider the iterative method below designed to sum a range of values from x to y....
Consider the iterative method below designed to sum a range of values from x to y. public static int fun(int x, int y) { int ans = 0; for(int i = x; i <= y; i++) ans = ans + i; return ans; } Which of the following recursive methods are algorithmically equivalent to the iterative method shown above: I. public static int fun(int x, int y) { if(x == y) return 0; else return x + (x + 1,...
The correlation coefficient is: the range of values over which the probability may be estimated based...
The correlation coefficient is: the range of values over which the probability may be estimated based upon the regression equation results. the proportion of the total variance in the dependent variable explained by the independent variable. the measure of variability of the actual observations from the predicting (forecasting) equation line. the relative degree that changes in one variable can be used to estimate changes in another variable.
Use the Alternating Series Estimation Theorem to estimate the range of values of x for which...
Use the Alternating Series Estimation Theorem to estimate the range of values of x for which the given approximation is accurate to within the stated error. Check your answer graphically X^2
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT