CGS Test 1

अब Quizwiz के साथ अपने होमवर्क और परीक्षाओं को एस करें!

Which of the following is not a comparison operator? < > & <>

&

You want to create a single chart that shows the proportion of yearly sales for five divisions for each year for five years. Which type of chart can accommodate your needs? Pie chart Surface chart Clustered column chart 100% stacked column chart

100% stacked column chart

Cell A2 contains the regular price $100. Cell B2 contains the discount rate 15%. Cell C3 contains =A2*(1-B2) to calculate the sale price of $85. Which of the following formulas produces the same result? =A2*(B2-1) =A2-(A2*B2) =A2*B2-1 =A2*1-B2

=A2-(A2*B2)

The date 8/3/2021 is stored in cell C1. What function is used to extract just 3? =YEAR(C1) =MONTH(C1) =DAYS(B1,C1) =DAY(C1)

=DAY(C1)

The date February 16, 2021 is stored in cell B1. The last day of the semester (May 7, 2021) is stored in cell B2. Which function calculates the number days until the end of the semester? =DAYS(B1,B2) =DAYS(B2,B1) =YEARFRAC(B1,B2) =DAY(B1)

=DAYS(B2,B1)

A formula containing the entry =J$7 is copied to a cell three columns to the right and four rows down. How will the entry display in its new location? =M$7 =J$7 =M11 =J$11

=M$7

Which of the following is not an appropriate use of the MAX function? =MAX(B3:B45) =MAX(F1:G10) =MAX(A8:A15,D8:D15) =MAX(D15-C15)

=MAX(D15-C15)

Which of the following functions should be used to insert the current date and time in a cell? =TODAY() =CURRENT() =NOW() =DATE

=NOW()

What function would most efficiently accomplish the same thing as =(B5+C5+D5+E5+F5)? =SUM(B5:F5) =AVERAGE(B5:F5) =MEDIAN(B5:F5) =COUNT(B5:F5)

=SUM(B5:F5)

Which function correctly adds data in cell D25 across multiple worksheets? =SUM(Monday,Friday:D25) =SUM(Monday:Friday!D25) =COUNT(Mon:D25,Tues:D25,Wed:D25,Thurs:D25,Fri:D25) =Monday:D25+Friday:D25

=SUM(Monday:Friday!D25)

You want to copy the March worksheet to use it to enter data for April. After you right-click the March sheet tab and select Move or Copy, you click OK in the Move or Copy dialog box without changing any settings. What happens? A copy of the March sheet is inserted to the right of the original March sheet. The new sheet is named April automatically. A copy of the March sheet is inserted to the left of the original March sheet. The new sheet is named March (1). The March sheet is moved to the left of the first sheet tab. The worksheet is not copied. The March sheet is moved to a new workbook named Book1. The March sheet no longer exists in the original workbook.

A copy of the March sheet is inserted to the left of the original March sheet. The new sheet is named March (1).

What is the difference between a sample and a population? A sample contains all data you want to evaluate, while a population contains a portion of data available. A population contains all data you want to evaluate, while a sample contains a portion of the data. A sample contains all data from the population except statistical outliers. There is no difference.

A population contains all data you want to evaluate, while a sample contains a portion of the data.

A workbook contains a list of houses and the months that they were sold in Florida. You are interested in determining the average price of sold houses in June in Ft. Lauderdale. What function is best suited for this calculation? AVERAGEIFS AVERAGEIF SUMIF MAXIFS

AVERAGEIFS

What number format places a dollar sign on the left side of the cell, includes commas to separate thousands, displays two decimal places, and displays zero values as hyphens? Currency Format Monetary Number Format Dollars and Cents Format Accounting Number Format

Accounting Number Format*

What function would you use to calculate the strength of a relationship between two or more variables? STDEV.S CORREL STDEV.P FREQUENCY

CORREL

You hypothesize that there is a relationship between lack of regular exercise and illness. To research this theory, you have compiled a sample set of data that contains numbers of days in which an hour or more of exercise is completed as well as numbers of days sick within a calendar year. What tool in Excel could you use to investigate the relationships between the data? CORREL PERCENTRANK.INC VAR.S RSQ

CORREL

You applied a chart style to a clustered column chart. However, you want to experiment with other settings to change the colors used in the chart without individually changing colors. Which of the following does not apply changes to the entire chart? Change the workbook theme. Change colors in the Format Data Series task pane. Select a color set from the Change Colors palette. Change the colors for the workbook theme.

Change colors in the Format Data Series task pane

Currently, a column chart shows values on the value axis, years on the category axis, and state names in the legend. What should you do if you want to organize data with the states on the category axis and the years shown in the legend? Click Switch Row/Column in the Data group on the Design tab. Change the chart type to a clustered column chart. Click Layout 2 in the Chart Layouts group on the Design tab and apply a different chart style. Click Legend in the Labels group on the Layout tab and select Show Legend at Bottom.

Click Switch Row/Column in the Data group on the Design tab.

What keystroke combination is required to calculate a Frequency data array? Ctrl+Enter Alt+Enter Ctrl+Shift+Enter Ctrl+Shift+Delete

Ctrl+Shift+Enter

You moved a chart to its own chart sheet. What chart element can you add to provide a grid that contains a copy of the data source at the bottom of the chart? Axis title Data table Gridlines Error bars

Data Table

If you want to show exact values for a data series in a bar chart, which chart element should you display? Chart title Legend Value axis title Data labels

Data labels

Assume that the data on a worksheet consume a whole printed page and two columns on a second page. You can do all of the following except what to force the data to print all on one page? Decrease the Scale value Increase the left and right margins Decrease column widths Decrease the font size

Decrease the font size

A worksheet contains over 400 rows. The first 10 rows contain input data, and functions containing summary statistics are in the last 10 rows. What is the most efficient method to see the input area and summary statistics at the same time without having to scroll back and forth between sections? Open multiple windows of the same workbook and use the Arrange Windows command to tile the windows. Display a Watch Window for the input section as you view the summary statistics section. Select the summary statistics and use the Freeze Panes option. Use the Split command and adjust one pane to see the input section and another pane to see the summary statistics.

Display a Watch Window for the input section as you view the summary statistics section.

Which step is not part of planning a worksheet design? Decide what input values are required. Enter labels, values, and formulas. State the purpose of the worksheet. Decide what outputs are required to achieve the purpose.

Enter labels, values, and formulas

You have a workbook that contains sales data where each sales rep's data is stored on a separate worksheet. Which task is the least likely to be done while the worksheets are grouped? Fill the sales categories across the worksheets. Format the column and row labels at the same time. Enter specific values for the first sales rep. Format the values with an appropriate number style.

Enter specific values for the first sales rep.

What is the keyboard shortcut to create an absolute reference? F2 F3 F4 Alt

F4

When you start to type =AV, what feature displays a list of functions and defined names? Function ScreenTip Formula AutoComplete Insert Function dialog box Function Arguments dialog box

Formula AutoComplete

What should you do if you see pound signs (###) instead of values or results of formulas? Increase the column width. Increase the zoom percentage. Delete the column. Adjust the row height.

Increase the column width

A worksheet contains sales dollars for agents with your company. The values are $1,250, $1,090, $985, $985, $880, $756, $675, $650, and $600. What function could be used to return the third largest value? FREQUENCY STEYX LARGE SLOPE

LARGE

A dataset contains a list of U.S. Representatives, the states they represent, the years they were elected, and their salaries. You want to identify the highest-paid representative who was elected before 1/1/2020. What is the best function to use? MAX IFS MAXIFS YEARFRAC

MAXIFS

If cell E15 contains the function =PMT(B$15/12,C7*12,-D8), what type of cell reference is B$15? Relative reference Absolute reference Mixed reference Syntax

Mixed reference

A local police chief wants to create a rule that a person will be ticketed if an officer pulls over a person for exceeding the speed limit by at least five miles per hour or if that person has two or more speeding violations on record. Which function should be used? AND MAXIFS OR SWITCH

OR

The function =PMT(C5,C7,-C3) is stored in cell C15. What must be stored in cell C5? APR Periodic interest rate Loan amount Number of payment periods

Periodic interest rate

Which type of chart is the least appropriate for depicting yearly rainfall totals for five cities for four years? Pie chart Line chart Column chart Bar chart

Pie chart

Which of the following functions should be used to determine how far the sample data is spread around the mean? COVARIANCE.P STDEV.S CORREL FREQUENCY

STDEV.S

What is the difference between STDEV.S and STDEV.P? STDEV.S calculates the standard deviation of a sample; STDEV.P calculates the standard deviation of a population. STDEV.P calculates the standard deviation of a population; STDEV.S calculates average variation. STDEV.P calculates the standard deviation of a population; STDEV.S calculates variance. There is no difference.

STDEV.S calculates the standard deviation of a sample; STDEV.P calculates the standard deviation of a population.

The SalesQtr2 workbook contains links to data in the April, May, and June workbooks. Which workbook is the destination file? June April May SalesQtr2

SalesQtr2

The value axis currently shows increments such as 50,000 and 100,000. What option would you select to display the values in increments of 50 and 100? Show Axis in Thousands More Primary Vertical Axis Title Options Show Axis in Millions Show Right to Left Axis

Show Axis in Thousands

The label Souvenir Shop is in cell A1, and April Sales Report is in cell B1. You select the range A1:E1 and click Merge & Center. What is the result? Souvenir Shop is centered over the range A1:E1, and April Sales Report is moved to cell F1. Excel does not let you merge and center a range of cells where those cells each contain data. Souvenir Shop is combined with April Sales Report. The new combined label is then centered over the range A1:E1. Souvenir Shop is centered over the range A1:E1, and April Sales Report is deleted.

Souvenir Shop is centered over the range A1:E1, and April Sales Report is deleted*

A combo chart displays the number of new jobs on the primary value axis, percentage growth on the secondary value axis, job titles in the category axis, "New Job Growth by 2026" as the chart title, but no legend. Which is the least important title to include in the chart? The chart title New Job Growth by 2026 The primary value axis title Number of New Jobs The category axis Job Titles The secondary value axis title Percentage Growth

The chart title New Job Growth by 2026 (Not 100% sure) (p.206)

Which of the following is not true about the VLOOKUP function? The col_index_num argument cannot be 1. The lookup table must be in descending order. The default match type is approximate. The match type must be false when completing an exact match.

The lookup table must be in descending order.

Why would Series 1 and Series 2 display in a chart legend? The data are contained in one column. The data are contained only in one row. Column headings were not selected when creating a chart. The selected headings are in non-adjacent cells to the values.

The selected headings are in non-adjacent cells to the values. ??? (Not 100% positive)

Cell A5 is the active cell. You want to make cell B10 the active cell. Which of the following is not a method for going to cell B10? Use the Go To dialog box. Type B10 in the Name Box and press Enter. Use the scroll arrows on the keyboard. Type B10 in the Formula Bar and press Enter.

Type B10 in the Formula Bar and press Enter.

You just copied a range of data containing formulas. However, you want to preserve the formula results and the original number and text formatting in the pasted range. Which paste option would you select? Formulas Keep Source Formatting Values & Source Formatting Values & Number Formatting

Values & Source Formatting

You created a worksheet that tracks data for a basketball team. The range B10:F10 contains the difference in final points between your team and the other team. What is the recommended sparkline to create to represent this data? Line Column Win/Loss Plus/Minus

Win/Loss

The Header & Footer Tools tab contains commands that insert codes into a header or footer. These codes enable the header or footer text to change automatically. You can insert a code for all of the following except: Your Name. File Name. Sheet Name. Page Number.

Your Name.


संबंधित स्टडी सेट्स

Key Terms Chapter 3 - Statistics

View Set

Pharmacology II - RN Pharmacology Online Practice 2019 A

View Set

GA Personal Lines Guarantee Exam Attempt #1

View Set

Unit 1 exam EAQ practice questions

View Set