Final Practice. True/False Indicate whether the statement is true or false. Name: Class: Date: 1. An Access database may be as large as 200 gigabytes.

Size: px
Start display at page:

Download "Final Practice. True/False Indicate whether the statement is true or false. Name: Class: Date: 1. An Access database may be as large as 200 gigabytes."

Transcription

1 Name: Class: Date: Final Practice True/False Indicate whether the statement is true or false. 1. An Access database may be as large as 200 gigabytes. 2. Tables contain all of the data in the database. 3. The [F2] key switches between Edit and Navigation modes. 4. The Navigation buttons on a datasheet display the total number of fields in the datasheet. 5. Field names appear in the top row of a datasheet. 6. Once you have created and named a field, you cannot resize the width of the field in a datasheet. 7. The records of a datasheet are always automatically sorted in ascending order on the first field. 8. Queries evaluate multiple sort fields in a left-to-right order making the leftmost sort field the primary sort field. 9. To add, delete, or change fields in a query, you use Query Design View. 10. A query is commonly used as the source of data for a form or report. 11. A filter can be used to create calculated fields. 12. Forms can be used to enter and edit data. 13. Bound controls exist only to clarify or enhance the appearance of the form. 1

2 Name: 14. In the figure above, item 3 points to the combo box control. 15. Calculated expressions within text boxes start with an equal sign. 16. You can use only the horizontal ruler to select controls that intersect with the selection line. 17. Page Layout View shows the worksheet without including certain details like headers and footers or tools like rulers and a page number indicator. 18. Tools on the Page Layout tab include a Page Setup group, where you can adjust print orientation, paper size, and page breaks. 19. When the paper orientation is set on landscape, the contents will print across the width of the page. 20. In an Excel complex formula, addition and subtraction operators are calculated before multiplication and division operators. 2

3 Name: 21. To enter a function into a cell, you can manually type the function, including its arguments, into the cell. 22. When you cut cells, the original data remains in the original location. 23. With each press of the [F1] key, you cycle through all the possible combinations of relative, absolute, and mixed references. 24. You can apply formatting before or after you enter data in a cell or range. 25. The Format Painter button copies both the cell s content and formatting. 26. You can add words to the dictionary of the spelling checker. 27. You must type underscores instead of spaces between words when you assign a name to a cell or range. 28. If a number is divided by zero the error value #DIV/0! will display in the cell. 29. In Excel, you can temporarily freeze columns and rows, which enables you to view separate areas of your worksheet at the same time. 30. To remove a worksheet split, move the mouse over the split and click and drag it off the screen. 31. A workbook can be password protected. 32. Records are columns in a table that describe a characteristic about a field, such as a customer's last name or street address. 33. You should not have any blank columns or rows in your table. 34. You can use wildcards when performing a search using the Find feature. 35. The wildcard * (asterisk) represents one or more characters in a search. 36. Duplicate records can be easily removed from a table. 37. C, B, A is an example of a descending alphabetic sort. 38. Setting up a print title to repeat row 1 causes the field names in a table to appear at the top of each printed page. 39. You must use the OR condition in a custom filter to locate records between 2 values. 40. VLOOKUP and TLOOKUP are both functions for looking up values in a table. 41. HLOOKUP searches vertically down the left-most column of a table. 42. All charts have only an x-axis and y-axis. 43. Data tables can only be displayed in bar charts. 44. You can rotate a three-dimensional chart to make certain all the data shows. 45. To rotate a chart, you must double-click the chart and move the selection handle. 46. You can use a scenario summary to illustrate the best, worst, and most-likely scenarios for a particular set of circumstances. 47. The Scenario Summary is not linked to the worksheet. 48. SUM is the default summary function used to summarize all data in a PivotTable. 3

4 Name: 49. When you issue the Refresh Data command, only the values, NOT the totals and grand totals, are updated in the PivotTable. Multiple Choice Identify the choice that best completes the statement or answers the question. 50. Microsoft Office Access can best be described as software. a. Spreadsheet c. Database b. Presentation d. Systems 51. Which is NOT true about Access? a. It can be used to arrange data in a variety of ways. b. It allows links between lists of information. c. It is able to store any number of records up to 20 gigabytes. d. Multiple users can simultaneously enter and update data within Access. 52. A group of related fields, such as all the demographic information for one customer, is called a(n). a. Record c. Database b. Table d. Object 53. Tables, queries, and modules are examples of Access. a. Entities c. Values b. Objects d. Controls 54. A(n) is a collection of tables associated with a general topic such as sales of products to customers. a. Database c. Record b. Field d. Object 4

5 Name: 55. In the figure above, template 5 represents an example of: a. Sales pipeline c. Events b. Marketing projects d. Tasks 56. In the figure above, template 8 is an example of: a. Tasks c. Issues b. Events d. Assets 57. To find numbers greater than or equal to 500, use which comparison operator? a. <> c. >> b. <= d. >= 58. To find all records where there is any entry in the field, even if the entry is 0, use which criteria? a. <> 0 c. *=* b. Is Not Null d. *<>* 5

6 Name: 59. In the figure above, item 3 points to. a. the title field c. the Category field b. a field list d. a criteria entry 60. In the figure above, item 6 points to the. a. records c. datasheets b. primary key fields d. tables 61. In the figure above, item 4 points to Duration as the. a. third field of a query c. query design grid b. Date/Time field d. None of the above 62. This button provides a list of values in the selected field by which to customize a filter. a. Advanced filter c. Toggle filter b. Filter d. Selection 63. is the term for rules by which criteria must be entered in a query. a. Syntax c. Sorting b. Formatting d. Filter by Form 64. Which control, when "pressed" displays "yes" information? a. Bound image control c. Tab control b. Combo box d. Toggle button 65. This control is used to provide consistent descriptive text as you navigate from record to record. a. Text box c. List box b. Combo box d. Label 66. Which of the following is NOT a way to create a new form? a. Create Wizard c. Form Wizard b. Form Design View d. All of the above 6

7 Name: 67. Which control is most commonly placed in the Report Header section? a. Text box c. Check box b. Subtotal d. Label 68. Which control is most commonly placed in the Detail section of a report? a. Label c. Text box b. Subtotal d. Command button 69. A text box control that contained a calculated expression such as a subtotal or count would most likely be found in which report section? a. Report Header c. Page Footer b. Page Header d. Group Footer 70. Which of the following shows a calculated expression using appropriate syntax to subtotal a field called Quantity? a. =sum(quantity) c. =sum{quantity} b. =sum[quantity] d. =sum([quantity]) 71. Which two sections can be added to a report if you group records? a. Group Header and Group Footer c. Group Footer and Detail b. Group Header and Detail d. Group Summary and Detail 72. In the figure above, the information identified as item 4 would most likely be found in which report section? a. Page Header c. Detail b. Group Header d. Group Footer 7

8 Name: 73. In the figure above, item 5 points to a calculation in the a/the. a. Page Footer c. Report Footer b. Group Footer d. Group 74. Which of the following is the correct expression to count the number of records using a field named City? a. =Count([City]) c. =Count(City) b. =Count[City] d. =Count{City} 75. In Excel, a worksheet is contained in a file called a. a. workbook c. notebook b. workpad d. datapad 76. are entries that contain text and numerical information not used in calculations. a. Values c. Sheet tabs b. Labels d. Arguments 77. You can use the key(s) on the keyboard to navigate a worksheet. a. [Ctrl] c. arrow b. Zoom d. [Enter] 8

9 Name: 78. You can edit the contents of an active cell by. a. pressing the [ ] key and starting to type b. pressing the [Home] key and starting to type c. just starting to type d. pressing the [Ctrl] key and the [Home] key and starting to type 79. operators perform mathematical calculations such as adding and subtracting. a. Text concatenation c. Arithmetic b. Reference d. Comparison 80. The information in the parentheses in =MAX(A1:F5) is an example of a(n). a. argument c. prefix b. function wizard d. template 81. If you use a function alone, it always begins with the formula prefix. a. * (asterisk) c. = (equal sign) b. # (pound sign) d. $ (dollar sign) 82. Clicking the button on the Function Arguments dialog box minimizes the dialog box so you can select cells in the worksheet. a. Select c. Expand b. Minimize d. Collapse 83. Clicking the button on the Function Arguments dialog box restores the dialog box. a. Select c. Expand b. Restore d. Maximize 84. As shown in the figure above, item 3 points to the. a. cell being copied c. cell being dragged b. new location of copied content d. cell on which the fill handle is used 9

10 Name: 85. As shown in the figure above, item 3 points to the. a. Copy button c. Clipboard launcher b. Paste button d. Collapse button 86. As shown in the figure above, item 1 is the list arrow. a. Number Format c. Commands in Number b. Accounting Format d. Decimal Number 10

11 Name: 87. As shown in the figure above, item 1 points to the button in the Styles group on the Home tab of the Ribbon. a. Format as Table c. Format Painter b. Cell Styles d. Conditional Formatting 88. The dialog box shown in the figure above is opened by right-clicking a cell and then clicking on the shortcut menu. a. Format c. Cells b. Format Cells d. Fonts 89. You can change the of labels and values in cells to be left, right, or center. a. font c. cell style b. font size d. alignment 11

12 Name: 90. As shown in the figure above, item points to the button that italicizes text. a. 1 c. 4 b. 2 d As shown in the figure above, item points to the Center button. a. 4 c. 6 b. 5 d As shown in the figure above, item points to the button that adds lines or borders. a. 3 c. 7 b. 4 d You insert a comment in a worksheet by using the tab on the Ribbon. a. Home c. Insert b. Review d. View 94. You can change colors, patterns, and borders of cells by using the Fill tab and the Border tab in the dialog box. a. Page Setup c. Insert b. AutoCorrect d. Format Cells 95. The Spelling button is found in the Proofing group on the tab on the Ribbon. a. Home c. Review b. Page Layout d. Data 96. On a chart created in Excel, the horizontal axis is called the. a. x-axis c. data marker b. y-axis d. legend 97. Which two charts compare trends over time intervals? a. Bar and pie c. Area and line b. Pie and area d. Line and scatter 12

13 Name: 98. As shown in the figure above, item 7 represents. a. data markers c. the plot area b. tick marks d. the legend 99. A(n) chart compares distinct object levels using a vertical format; is the Excel default. a. line c. column b. area d. pie 100. A chart that is inserted directly in the current worksheet is called a(n) chart. a. inner c. sub b. embedded d. interactive 101. The arrows shown in the figure above point to. a. data markers c. legends b. I-beams d. sizing handles 13

14 Name: 102. You can modify the data range and configuration of a chart in the group of the Chart Tools Design tab. a. Data c. Chart Layouts b. Type d. Chart Styles 103. lets you create diagram types including List, Process, Cycle, Hierarchy, Relationship, Matrix, and Pyramid. a. SmartArt c. ClipArt b. WordArt d. 3-DArt 104. An example of a delimiter is: a., c. + b. = d. ( 105. Named cells can be used as a navigational tool by selecting the name in the: a. Formula bar. c. Status bar. b. Task bar. d. Name box Which error code will display if a value in a formula is not available? a. #NAME? c. #NONE b. #VAL d. #NA 107. In the figure above, which numbered item identifies the logical test? a. 1 c. 3 b. 2 d Which of the following is NOT a comparison operator you can use in Excel? a. < c. = b. > d. $ 14

15 Name: 109. In the figure above, which button do you click to filter the workbook names? a. 1 c. 3 b. 2 d In the figure above, what is the pv amount shown? a..085/12 c b. 60 d. $ Which of the following statements about headers and footers is true? a. Headers and footers appear on the screen only in Normal view. b. You can insert a picture into a header. c. A footer is information that appears at the top of each printed page. d. A header is information that appears at the bottom of each printed page A will print behind worksheet data. a. background c. watermark b. keyword d. digital signature 113. A worksheet displayed in its own window is called a(n):. a. Workspace c. Workbook b. Instance d. Group 15

16 Name: 114. If you want both horizontal and vertical page breaks, position the cell pointer. a. above and to the left of the gridline where you want the breaks to occur b. below and to the right of the gridline where you want the breaks to occur c. in column A, directly below the gridline where you want the page to break d. in row 1, to the right of the gridline where you want the page to break 115. You can easily format a table using:. a. Table borders c. Table styles b. Table formats d. Table fields 116. The figure above has row formatting called:. a. Striping c. Coloring b. Banding d. Alternating 117. To place the days of the week in the order of Sun, Mon, Tues, etc. you need to use a(n):. a. Alphabetic sort c. Custom sort order b. Alphanumeric sort d. Data sort 118. What indicates a table has been sorted on a certain field? a. Field list arrow c. Field border b. Field color d. All of the above 119. What feature allows you to refer to table columns by name in table formulas? a. Structured referencing c. Table styles b. Calculated columns d. None of the above 120. When specifying criteria in the Custom AutoFilter dialog box, use the wildcard to specify a single character. a.? c. ' b. * d. Both A and B 121. When specifying criteria in the Custom AutoFilter dialog box, use the wildcard to specify any series of characters. a.? c. ' b. * d. Both A and B 122. When performing an advanced filter, you specify conditions by placing the criteria in the same row. a. And c. And, and Or b. Or d. All 123. When you generate subtotals, all detail records show in a(n). a. Outline c. List range b. Extracted table d. Both A and B 124. Which of the following functions are for looking up values in a table? a. HLOOKUP c. TLOOKUP b. VLOOKUP d. Both A and B 125. The HLOOKUP function searches of the table until the matching value is found. a. Across the top-most row c. The left-most column b. Across the bottom row d. None of the above 16

17 Name: 126. use a set of colors to convey relative values in cells. a. Icon sets c. Color graphs b. Color scales d. Icon scales 127. use a set of icons to convey relative values in cells. a. Icon sets c. Color graphs b. Color scales d. Icon scales 128. You can add depth to all data categories in a chart by increasing the: a. Axis width. c. Gap space. b. Space depth. d. Gap depth You can resize a chart by dragging its: a. Top border. c. Corner sizing handle. b. Bottom border. d. None of the above Data tables are useful because. a. They highlight the data used to generate a chart. b. They can be displayed in line, area, column, and bar charts. c. They print automatically along with a chart. d. All of the above formatted as WordArt is considered a drawing object. a. A figure. c. Text. b. A data table. d. A picture In the above figure, the number 2 is pointing to the chart. a. Scale. c. Guide. b. Minimum value. d. None of the above In the above figure, the number 4 refers to a. a. Legend setting. c. Field label. b. Data object. d. Data label In the above figure, the number 3 is pointing to the. a. Category axis. c. Horizontal axis. b. Value axis. d. Vertical axis If you use a worksheet to answer the question "what-if" you are performing a what-if. a. Probe. c. Filter. b. Formula. d. Analysis. 17

18 Name: 136. What is the first step in performing a what-if analysis? a. Formulate questions you want the what-if analysis to answer. b. Understand and state the purpose of the worksheet model. c. Determine the data input value(s) that, if changed, affect the dependent cell results. d. Identify the dependent cell(s) that will produce changed results When you generate a scenario summary, Excel will automatically include a column labeled. a. Original data. c. Current Cells. b. Original Values. d. Current Values A scenario summary is an Excel table that compiles data from. a. The changing cells and corresponding result cells for each scenario. b. The results cells for each scenario. c. The changing cells for each scenario. d. All scenarios in a workbook In the above figure, which number points to the button you click to delete a scenario. a. 3. c. 5. b. 4. d To view cell names you can click the list arrow. a. Names. c. Cells. b. Formula. d. Input A PivotTable is interactive because you can freely rearrange, or pivot, parts of the table structure around the. a. Data field c. Row field b. Data d. Column field 18

19 Name: 142. In the figure shown above, the number 1 refers to labels. a. Column c. Total b. Data d. Row 143. Which of the following is NOT the name of a summary function used in PivotTables? a. SUM c. MID b. AVERAGE d. COUNT 144. The summary function for numeric data in a PivotTable is. a. COUNT c. AVERAGE b. SUM d. MULTIPLY 145. In the figure above, number 1 points to a(n). a. Outer field c. Conditional field b. Inner field d. None of the above 19

20 Name: 146. A PivotTable row label is a(n) field in a PivotChart. a. Legend c. Report filter b. Axis d. None of the above 147. When you change a PivotChart report,. a. Excel automatically updates the corresponding PivotTable b. You need to manually update the corresponding PivotTable c. The chart will not reflect the update until you click Update d. None of the above 148. When you create a PivotChart from a PivotTable,. a. Row fields become category fields c. Report filters remain report filters b. Column fields become series fields d. All of the above 149. The second syntax item of the GETPIVOTDATA function is. a. The field where the data is extracted from b. The PivotTable name c. The PivotChart name d. The PivotTable name and the cell that contains data Completion Complete each statement software is used to manage data that can be organized into lists of related information such as customers, products, vendors, employees, projects, or sales An Access database is able to store any number of records up to gigabytes A(n) relationship describes when a record from one table is related to several records in another table A(n) is a spreadsheet-like grid that displays a table's fields and records Filter By filters records based on more than one selection criteria by using a special window By default, records in a table datasheet are sorted on the key field The button control displays "yes" or "no" answers for a field In Form Design View, the List contains the database tables and fields from the record source To change the text shown by a label, you can modify its property In the expression =Sum([Price]), the function is used [Ctrl][Y] is the quick keystroke for the command Any time you use a worksheet to ask the question what if? you are performing The cell in which you are working is called the cell are equations in a worksheet A(n) formula is one that uses more than one arithmetic operator. 20

21 Name: 165. As shown in the figure above, item 3 is the button and item 4 is the button As shown in the figure above, item 2 points to In the figure above, item number refers to the number of payments, or nper. 21

22 Name: 168. In the figure above, item number identifies the present value of the loan amount, or pv You can divide an Excel worksheet into multiple panes by dragging the box in the direction you want the division to appear The Inspector feature finds hidden data in a worksheet The default file format for Excel 2007 files is the Office Open format The Scrolling button allows you to scroll through arranged workhseets simultaneously A workspace has a(n) extension Excel allows you to create views to save different worksheet settings A(n) is a set of display and/or print settings that you can name and save, then access at a later time The vertical and horizontal dashed lines in your worksheet indicate page The destination of a hyperlink is called the A word or object in a worksheet that, when clicked, jumps to another location is called a To easily return from a hyperlinked target to the original document, you can add the button to your Quick Access toolbar A(n) contains data about an object, person, or other type of item A column in a table that describes a characteristic about a record is called a(n) When performing a search, the wildcard substitutes for any single character When you create a table, Excel creates a(n) table name such as Table A Print Area can be set using the tab When you issue the Subtotal command, Excel generates subtotals and. 22

23 Name: 186. In the above figure, the number 2 refers to the buttons that will rotate the chart A is descriptive text that appears above a data marker on a chart In three-dimensional charts there is a series (y) axis which introduces to the chart In the figure shown above, the number 2 refers to the value In its simplest form, a what-if analysis in a worksheet is generated by the value in one or more input cells and observing the effects in other dependent cells In the Add Scenario dialog box, the cells that will change in the different scenarios are called cells. 23

24 Name: 192. The scenario summary report appears in format so that you can hide or show report details A PivotTable is interactive because you can freely rearrange, or, parts of the table structure around the data is the default function used to summarize numerical data in a PivotTable. Modified True/False Indicate whether the statement is true or false. If false, change the identified word or phrase to make the statement true When creating a database using an Access template, you must remember that field names cannot be altered later. _ 196. You cannot undo a record deletion operation. _ 197. This button sorts records in ascending order. _ 198. By default, only the first text box in a form has a tab stop and is placed in the tab order. _ 199. If a multicolored report is printed on a black and white printer, its colors will stay true. _ 200. Portrait orientation is 11 wide by 8.5 tall. _ 201. In an Excel formula containing more than one arithmetic operator, operations inside parentheses are calculated before any other operations When pasting an item from the Clipboard into the worksheet, you only need to specify the upper-right cell of the range where you want to paste the selection. _ 203. The font size is measured in units called pixels. _ 204. To add a clip to a worksheet, click Clip Art in the Illustrations group on the Home tab. _ 205. Using the mouse, you can drag or double-click the right edge of a column heading to change the column width. _ 206. Cell templates are sets of attributes based on themes; they are automatically updated if you change a theme The area inside the horizontal and vertical axes is the legend. _ 208. Sub gridlines show the values between the tick marks. _ 209. In a pie chart, you can emphasize one data point by dissecting, or pulling that slice away from, the pie chart To delete a piece of WordArt, click it to select it, and then press [Esc]. _ 211. You can use SmartArt to add interest to text on a worksheet. _ 212. Finding input values that produce the answers you want is sometimes referred to as backsolving. _ 24

25 Name: 213. PivotTables created in Excel 2007 have a version of PivotTables created in Excel 2003 have a version of 12. Matching Match the shortcut keystrokes to the correct action. a. [left arrow] e. [Home] b. [Tab] f. [End] c. [up arrow] g. [down arrow] d. [Ctrl][End] h. [Ctrl][Home] 215. Next field of the current record 216. Last field of the current record 217. Current field of the previous record 218. First field of the first record 219. Current field of the next record Match each term with the statement that best describes it. a. Is Null e. Syntax b. Wildcard f. Filter c. Sorting g. Criteria d. Query h. Query grid 220. Putting records in ascending or descending order based on a field s values 221. The lower pane in Query Design View 222. Used to search for a pattern 223. Limiting conditions used to narrow the number of records on a datasheet 224. Creates a temporary subset of records Match each term below with the statement that best defines it. a. Command button e. Tab control b. Check box f. Combo box c. Option button g. Toggle button d. Unbound object frame h. Bound object frame 225. Used to display a choice for a field in an option group Used to create a 3-D aspect to a form Used to display yes/no answers for a field; if the button is pressed it means yes Used to run a macro. 25

26 Name: Match each numbered item in the figure above with its button name. a. Item 1 e. Item 5 b. Item 2 f. Item 6 c. Item 3 g. Item 7 d. Item 4 h. Item Fill/Back Color 230. Bold Identify the letter of the choice that best matches the phrase or definition. a. range b. insertion point c. cell pointer d. cell address e. status bar 231. A dark rectangle that outlines the cell in which you are working Identified by the coordinates of the intersecting column and row A selection of two or more cells As soon as you click in the formula bar, it appears on the formula bar at the location where new text will be inserted. Identify the letter of the choice that best matches the phrase or definition. a. function d. relative cell reference b. Office Clipboard e. template c. absolute cell reference 235. A predefined worksheet formula that enables you to perform complex calculations easily Changes based on the location when you copy the formula. 26

27 Name: Identify the letter of the choice that best matches the phrase or definition. a. data bar d. point b. column width e. theme c. font 237. Equal to 1/72 of an inch A predefined set of attributes that gives your Excel worksheet a professional look. Identify the letter of the choice that best matches the phrase or definition. a. object d. value axis b. chart e. data marker c. category axis 239. Often contains the names of data groups, such as locations, months, or years Often contains numerical values that help you interpret the size of chart elements. Match each term with its correct description. a. * d. AND b.? e. OR c. Criteria in range 241. Conditions entered on the different lines in an advanced filter Wildcard to specify a series of characters. Identify the letter of the choice that best matches the phrase or definition. a. Trendline b. Data series c. Category axis d. Value axis e. Data label 243. the sequence of values that Excel uses to create a chart 244. Horizontal axis A series of data points on a line that shows data values representing the general direction in a data series. Identify the letter of the choice that best matches the phrase or definition. a. Mean d. Count b. Median e. Sum c. Mode 246. The total of the values in a set of numbers The most common value in a set of numbers. Identify the letter of the choice that best matches the phrase or definition. a. Read-only b. GETPIVOTDATA c. PivotTable Row label d. PivotTable Column label e. PivotTable Report filter 248. PivotChart Axis field 27

28 Name: 249. PivotChart Legend field 250. Function used to retrieve summary data from a PivotTable 28

29 Final Practice Answer Section TRUE/FALSE 1. ANS: F PTS: 1 REF: Access 3 2. ANS: T PTS: 1 REF: Access 4 3. ANS: T PTS: 1 REF: Access 9 4. ANS: F PTS: 1 REF: Access 6 5. ANS: T PTS: 1 REF: Access 4 6. ANS: F PTS: 1 REF: Access 8 7. ANS: F PTS: 1 REF: Access ANS: T PTS: 1 REF: Access ANS: T PTS: 1 REF: Access ANS: T PTS: 1 REF: Access ANS: F PTS: 1 REF: Access ANS: T PTS: 1 REF: Access ANS: F PTS: 1 REF: Access ANS: T PTS: 1 REF: Access ANS: T PTS: 1 REF: Access ANS: F PTS: 1 REF: Access ANS: F PTS: 1 REF: Excel ANS: T PTS: 1 REF: Excel ANS: F PTS: 1 REF: Excel ANS: F PTS: 1 REF: Excel ANS: T PTS: 1 REF: Excel ANS: F PTS: 1 REF: Excel ANS: F PTS: 1 REF: Excel ANS: T PTS: 1 REF: Excel ANS: F PTS: 1 REF: Excel ANS: T PTS: 1 REF: Excel ANS: T PTS: 1 REF: Excel ANS: T PTS: 1 REF: Excel ANS: T PTS: 1 REF: Excel ANS: F PTS: 1 REF: Excel ANS: T PTS: 1 REF: Excel ANS: F PTS: 1 REF: Excel ANS: T PTS: 1 REF: Excel ANS: T PTS: 1 REF: Excel ANS: T PTS: 1 REF: Excel ANS: T PTS: 1 REF: Excel ANS: T PTS: 1 REF: Excel ANS: T PTS: 1 REF: Excel ANS: F PTS: 1 REF: Excel ANS: F PTS: 1 REF: Excel 186 Excel ANS: F PTS: 1 REF: Excel ANS: F PTS: 1 REF: Excel ANS: F PTS: 1 REF: Excel ANS: T PTS: 1 REF: Excel ANS: F PTS: 1 REF: Excel ANS: T PTS: 1 REF: Excel ANS: T PTS: 1 REF: Excel ANS: F PTS: 1 REF: Excel 278 1

30 49. ANS: F PTS: 1 REF: Excel 282 MULTIPLE CHOICE 50. ANS: C PTS: 1 REF: Access ANS: C PTS: 1 REF: Access ANS: A PTS: 1 REF: Access ANS: B PTS: 1 REF: Access ANS: A PTS: 1 REF: Access ANS: B PTS: 1 REF: Access ANS: A PTS: 1 REF: Access ANS: D PTS: 1 REF: Access ANS: B PTS: 1 REF: Access ANS: D PTS: 1 REF: Access ANS: B PTS: 1 REF: Access ANS: A PTS: 1 REF: Access ANS: B PTS: 1 REF: Access ANS: A PTS: 1 REF: Access ANS: D PTS: 1 REF: Access ANS: D PTS: 1 REF: Access ANS: A PTS: 1 REF: Access ANS: D PTS: 1 REF: Access ANS: C PTS: 1 REF: Access ANS: D PTS: 1 REF: Access ANS: D PTS: 1 REF: Access ANS: A PTS: 1 REF: Access ANS: C PTS: 1 REF: Access ANS: B PTS: 1 REF: Access ANS: A PTS: 1 REF: Access ANS: A PTS: 1 REF: Excel ANS: B PTS: 1 REF: Excel ANS: C PTS: 1 REF: Excel ANS: C PTS: 1 REF: Excel ANS: C PTS: 1 REF: Excel ANS: A PTS: 1 REF: Excel ANS: C PTS: 1 REF: Excel ANS: D PTS: 1 REF: Excel ANS: C PTS: 1 REF: Excel ANS: B PTS: 1 REF: Excel ANS: C PTS: 1 REF: Excel ANS: A PTS: 1 REF: Excel ANS: D PTS: 1 REF: Excel ANS: B PTS: 1 REF: Excel ANS: D PTS: 1 REF: Excel ANS: B PTS: 1 REF: Excel 56 Excel ANS: B PTS: 1 REF: Excel 56 Excel ANS: B PTS: 1 REF: Excel ANS: B PTS: 1 REF: Excel ANS: D PTS: 1 REF: Excel ANS: C PTS: 1 REF: Excel ANS: A PTS: 1 REF: Excel ANS: D PTS: 1 REF: Excel ANS: D PTS: 1 REF: Excel 80 Excel ANS: C PTS: 1 REF: Excel ANS: B PTS: 1 REF: Excel 82 2

31 101. ANS: D PTS: 1 REF: Excel 82 Excel ANS: A PTS: 1 REF: Excel ANS: A PTS: 1 REF: Excel ANS: A PTS: 1 REF: Excel ANS: D PTS: 1 REF: Excel ANS: D PTS: 1 REF: Excel ANS: A PTS: 1 REF: Excel ANS: D PTS: 1 REF: Excel ANS: D PTS: 1 REF: Excel ANS: C PTS: 1 REF: Excel ANS: B PTS: 1 REF: Excel ANS: C PTS: 1 REF: Excel ANS: B PTS: 1 REF: Excel ANS: B PTS: 1 REF: Excel ANS: C PTS: 1 REF: Excel ANS: B PTS: 1 REF: Excel ANS: C PTS: 1 REF: Excel ANS: A PTS: 1 REF: Excel ANS: A PTS: 1 REF: Excel ANS: A PTS: 1 REF: Excel ANS: B PTS: 1 REF: Excel ANS: A PTS: 1 REF: Excel ANS: A PTS: 1 REF: Excel ANS: D PTS: 1 REF: Excel 186 Excel ANS: A PTS: 1 REF: Excel ANS: B PTS: 1 REF: Excel ANS: A PTS: 1 REF: Excel ANS: D PTS: 1 REF: Excel ANS: C PTS: 1 REF: Excel ANS: D PTS: 1 REF: Excel ANS: C PTS: 1 REF: Excel ANS: B PTS: 1 REF: Excel ANS: D PTS: 1 REF: Excel ANS: A PTS: 1 REF: Excel ANS: D PTS: 1 REF: Excel ANS: B PTS: 1 REF: Excel ANS: D PTS: 1 REF: Excel ANS: A PTS: 1 REF: Excel ANS: A PTS: 1 REF: Excel ANS: A PTS: 1 REF: Excel ANS: B PTS: 1 REF: Excel ANS: D PTS: 1 REF: Excel ANS: C PTS: 1 REF: Excel ANS: B PTS: 1 REF: Excel ANS: A PTS: 1 REF: Excel ANS: B PTS: 1 REF: Excel ANS: A PTS: 1 REF: Excel ANS: D PTS: 1 REF: Excel ANS: D PTS: 1 REF: Excel 289 COMPLETION 150. ANS: Database PTS: 1 REF: Access 2 3

32 151. ANS: 2 two PTS: 1 REF: Access ANS: one to many one-to-many 1 to many 1-to-many PTS: 1 REF: Access ANS: datasheet PTS: 1 REF: Access ANS: Form PTS: 1 REF: Access ANS: primary PTS: 1 REF: Access ANS: toggle PTS: 1 REF: Access ANS: Field PTS: 1 REF: Access ANS: Caption PTS: 1 REF: Access ANS: Sum PTS: 1 REF: Access ANS: Redo PTS: 1 REF: Access ANS: what-if analysis PTS: 1 REF: Excel ANS: active PTS: 1 REF: Excel ANS: Formulas PTS: 1 REF: Excel ANS: complex PTS: 1 REF: Excel ANS: Decrease Decimal, Increase Decimal PTS: 1 REF: Excel 52 Excel ANS: tick mark tick marks PTS: 1 REF: Excel 80 Excel 81 4

33 167. ANS: Two 2 PTS: 1 REF: Excel ANS: Three 3 PTS: 1 REF: Excel ANS: split PTS: 1 REF: Excel ANS: Document PTS: 1 REF: Excel ANS: XML PTS: 1 REF: Excel ANS: Synchronous PTS: 1 REF: Excel ANS: xlw PTS: 1 REF: Excel ANS: custom PTS: 1 REF: Excel ANS: view PTS: 1 REF: Excel ANS: breaks PTS: 1 REF: Excel ANS: target PTS: 1 REF: Excel ANS: hyperlink PTS: 1 REF: Excel ANS: Back PTS: 1 REF: Excel ANS: record PTS: 1 REF: Excel ANS: field PTS: 1 REF: Excel ANS:? question mark PTS: 1 REF: Excel 160 5

34 183. ANS: default PTS: 1 REF: Excel ANS: Page Layout PTS: 1 REF: Excel ANS: grand totals PTS: 1 REF: Excel ANS: Up and down PTS: 1 REF: Excel ANS: data label PTS: 1 REF: Excel ANS: depth PTS: 1 REF: Excel ANS: minimum zero PTS: 1 REF: Excel ANS: changing updating modifying altering replacing substituting PTS: 1 REF: Excel ANS: changing PTS: 1 REF: Excel ANS: outline PTS: 1 REF: Excel ANS: pivot "pivot" PTS: 1 REF: Excel ANS: SUM PTS: 1 REF: Excel 278 MODIFIED TRUE/FALSE 195. ANS: F, can be altered at any time PTS: 1 REF: Access ANS: F, can PTS: 1 REF: Access 8 6

35 197. ANS: T PTS: 1 REF: Access ANS: F, every PTS: 1 REF: Access ANS: F, print in black and white PTS: 1 REF: Access ANS: F, Landscape PTS: 1 REF: Access ANS: T PTS: 1 REF: Excel ANS: F, upper-left PTS: 1 REF: Excel ANS: F, points PTS: 1 REF: Excel ANS: F, Insert PTS: 1 REF: Excel ANS: T PTS: 1 REF: Excel ANS: F, Cell styles PTS: 1 REF: Excel ANS: F, plot area PTS: 1 REF: Excel ANS: F, Minor PTS: 1 REF: Excel ANS: F, exploding PTS: 1 REF: Excel ANS: F, [Delete] PTS: 1 REF: Excel ANS: F, WordArt PTS: 1 REF: Excel ANS: T PTS: 1 REF: Excel ANS: F, 12 PTS: 1 REF: Excel ANS: F, 10 PTS: 1 REF: Excel 288 MATCHING 215. ANS: B PTS: 1 REF: Access ANS: F PTS: 1 REF: Access ANS: C PTS: 1 REF: Access ANS: H PTS: 1 REF: Access ANS: G PTS: 1 REF: Access 7 7

36 220. ANS: C PTS: 1 REF: Access ANS: H PTS: 1 REF: Access 32 Access ANS: B PTS: 1 REF: Access ANS: G PTS: 1 REF: Access ANS: F PTS: 1 REF: Access ANS: C PTS: 1 REF: Access ANS: E PTS: 1 REF: Access ANS: G PTS: 1 REF: Access ANS: A PTS: 1 REF: Access ANS: E PTS: 1 REF: Access ANS: A PTS: 1 REF: Access ANS: C PTS: 1 REF: Excel ANS: D PTS: 1 REF: Excel ANS: A PTS: 1 REF: Excel ANS: B PTS: 1 REF: Excel ANS: A PTS: 1 REF: Excel ANS: D PTS: 1 REF: Excel ANS: D PTS: 1 REF: Excel ANS: E PTS: 1 REF: Excel ANS: C PTS: 1 REF: Excel ANS: D PTS: 1 REF: Excel ANS: E PTS: 1 REF: Excel ANS: A PTS: 1 REF: Excel ANS: B PTS: 1 REF: Excel ANS: C PTS: 1 REF: Excel ANS: A PTS: 1 REF: Excel ANS: E PTS: 1 REF: Excel ANS: C PTS: 1 REF: Excel ANS: C PTS: 1 REF: Excel ANS: D PTS: 1 REF: Excel ANS: B PTS: 1 REF: Excel 288 8

EXCEL 2010 PROCEDURES

EXCEL 2010 PROCEDURES EXCEL 2010 PROCEDURES Starting Excel 1 Click the Start 2 Click All Programs 3 Click the Microsoft Office folder icon 4 Click Microsoft Excel 2010 Naming and Saving (Ctrl+S) a Workbook 1 Click File 2 Click

More information

Spreadsheets Microsoft Office Button Ribbon

Spreadsheets Microsoft Office Button Ribbon Getting started with Excel 2007 you will notice that there are many similar features to previous versions. You will also notice that there are many new features that you ll be able to utilize. There are

More information

Gloucester County Library System EXCEL 2007

Gloucester County Library System EXCEL 2007 Gloucester County Library System EXCEL 2007 Introduction What is Excel? Microsoft E x c e l is an electronic s preadsheet program. I t is capable o f performing many diff e r e n t t y p e s o f c a l

More information

EVALUATION ONLY. Table of Contents. iv Labyrinth Learning

EVALUATION ONLY. Table of Contents. iv Labyrinth Learning Quick Reference Tables Preface EXCEL 2013 LESSON 1: EXPLORING EXCEL 2013 Presenting Excel 2013 Starting Excel Windows 7 Windows 8 Exploring the Excel Program Window Using Worksheets and Workbooks Mousing

More information

Microsoft Office Excel 2013 Courses 24 Hours

Microsoft Office Excel 2013 Courses 24 Hours Microsoft Office Excel 2013 Courses 24 Hours COURSE OUTLINES FOUNDATION LEVEL COURSE OUTLINE Getting Started With Excel 2013 Starting Excel 2013 Selecting the Blank Worksheet Template The Excel 2013 Cell

More information

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 Quick Summary A workbook an Excel document that stores data contains one or more pages called a worksheet. A worksheet or spreadsheet is stored in a workbook, and

More information

Microsoft How to Series

Microsoft How to Series Microsoft How to Series Getting Started with EXCEL 2007 A B C D E F Tabs Introduction to the Excel 2007 Interface The Excel 2007 Interface is comprised of several elements, with four main parts: Office

More information

Microsoft Certified Application Specialist Exam Objectives Map

Microsoft Certified Application Specialist Exam Objectives Map Microsoft Certified Application Specialist Exam s Map This document lists all Microsoft Certified Application Specialist exam objectives for (Exam 77-602) and provides references to corresponding coverage

More information

Creating a Spreadsheet by Using Excel

Creating a Spreadsheet by Using Excel The Excel window...40 Viewing worksheets...41 Entering data...41 Change the cell data format...42 Select cells...42 Move or copy cells...43 Delete or clear cells...43 Enter a series...44 Find or replace

More information

COURSE CONTENT EXCEL BASIC ONE DAY

COURSE CONTENT EXCEL BASIC ONE DAY COURSE CONTENT EXCEL BASIC ONE DAY SOME OF THE BENEFITS OF USING A SPREADSHEET STARTING EXCEL GETTING YOURSELF ORIENTATED WITH THE EXCEL SCREEN THE OFFICE BUTTON/FILE TAB THE TITLE BAR THE RIBBONS GROUPS

More information

Gloucester County Library System. Excel 2010

Gloucester County Library System. Excel 2010 Gloucester County Library System Excel 2010 Introduction What is Excel? Microsoft Excel is an electronic spreadsheet program. It is capable of performing many different types of calculations and can organize

More information

Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts. Microsoft Excel 2013 Enhanced

Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts. Microsoft Excel 2013 Enhanced Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts Microsoft Excel 2013 Enhanced Objectives Explore a structured range of data Freeze rows and columns Plan and create an Excel table Rename

More information

For more tips on using this workbook, press F1 and click More information about this template.

For more tips on using this workbook, press F1 and click More information about this template. Excel: Menu to ribbon reference To view Office 2003 menu and toolbar commands and their Office 2010 equivalents, click a worksheet tab at the bottom of the window. If you don't see the tab you want, right-click

More information

Excel Select a template category in the Office.com Templates section. 5. Click the Download button.

Excel Select a template category in the Office.com Templates section. 5. Click the Download button. Microsoft QUICK Excel 2010 Source Getting Started The Excel Window u v w z Creating a New Blank Workbook 2. Select New in the left pane. 3. Select the Blank workbook template in the Available Templates

More information

Open and arrange windows This section covers items like: Opening another window on to a workbook Arranging workbook windows Hiding and show windows

Open and arrange windows This section covers items like: Opening another window on to a workbook Arranging workbook windows Hiding and show windows Level 2 Excel Viewing workbooks Open and arrange windows Opening another window on to a workbook Arranging workbook windows Hiding and show windows Split panes Split panes Freeze panes Freeze panes Change

More information

Advanced Excel. Click Computer if required, then click Browse.

Advanced Excel. Click Computer if required, then click Browse. Advanced Excel 1. Using the Application 1.1. Working with spreadsheets 1.1.1 Open a spreadsheet application. Click the Start button. Select All Programs. Click Microsoft Excel 2013. 1.1.1 Close a spreadsheet

More information

Microsoft Office Excel

Microsoft Office Excel Microsoft Office 2007 - Excel Help Click on the Microsoft Office Excel Help button in the top right corner. Type the desired word in the search box and then press the Enter key. Choose the desired topic

More information

Excel 2010 Level 1: The Excel Environment

Excel 2010 Level 1: The Excel Environment Excel 2010 Level 1: The Excel Environment Table of Contents The Excel 2010 Environment... 1 The Excel Window... 1 File Tab... 1 The Quick Access Toolbar... 4 Access the Customize the Quick Access Toolbar

More information

EXCEL TUTORIAL.

EXCEL TUTORIAL. EXCEL TUTORIAL Excel is software that lets you create tables, and calculate and analyze data. This type of software is called spreadsheet software. Excel lets you create tables that automatically calculate

More information

EXCEL 2003 DISCLAIMER:

EXCEL 2003 DISCLAIMER: EXCEL 2003 DISCLAIMER: This reference guide is meant for experienced Microsoft Excel users. It provides a list of quick tips and shortcuts for familiar features. This guide does NOT replace training or

More information

Microsoft Excel 2016 / 2013 Basic & Intermediate

Microsoft Excel 2016 / 2013 Basic & Intermediate Microsoft Excel 2016 / 2013 Basic & Intermediate Duration: 2 Days Introduction Basic Level This course covers the very basics of the Excel spreadsheet. It is suitable for complete beginners without prior

More information

New Perspectives on Microsoft Excel Module 5: Working with Excel Tables, PivotTables, and PivotCharts

New Perspectives on Microsoft Excel Module 5: Working with Excel Tables, PivotTables, and PivotCharts New Perspectives on Microsoft Excel 2016 Module 5: Working with Excel Tables, PivotTables, and PivotCharts Objectives, Part 1 Explore a structured range of data Freeze rows and columns Plan and create

More information

Microsoft Excel 2010 Tutorial

Microsoft Excel 2010 Tutorial 1 Microsoft Excel 2010 Tutorial Excel is a spreadsheet program in the Microsoft Office system. You can use Excel to create and format workbooks (a collection of spreadsheets) in order to analyze data and

More information

Appendix A Microsoft Office Specialist exam objectives

Appendix A Microsoft Office Specialist exam objectives A 1 Appendix A Microsoft Office Specialist exam objectives This appendix covers these additional topics: A Excel 2013 Specialist exam objectives, with references to corresponding coverage in ILT Series

More information

7. What is considered the control center in Excel and many other Office programs? A. Title bar B. Ribbon C. Status bar D. Menu

7. What is considered the control center in Excel and many other Office programs? A. Title bar B. Ribbon C. Status bar D. Menu Excel 2010 Test Questions 1. Which of the following software programs is a powerful spreadsheet program that allows users to organize data, complete calculations, and graph data? A. Office 2010 B. Windows

More information

Location of Popular Excel 2003 Commands in Excel 2007

Location of Popular Excel 2003 Commands in Excel 2007 APPENDIX Location of Popular Excel 2003 Commands in Excel 2007 A Command Excel 2003 Location Excel 2007 Location New, Open, Print File menu Microsoft Office Button Standard toolbar Close, Exit File menu

More information

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR

Data Should Not be a Four Letter Word Microsoft Excel QUICK TOUR Toolbar Tour AutoSum + more functions Chart Wizard Currency, Percent, Comma Style Increase-Decrease Decimal Name Box Chart Wizard QUICK TOUR Name Box AutoSum Numeric Style Chart Wizard Formula Bar Active

More information

Chapter 4. Microsoft Excel

Chapter 4. Microsoft Excel Chapter 4 Microsoft Excel Topic Introduction Spreadsheet Basic Screen Layout Modifying a Worksheet Formatting Cells Formulas and Functions Sorting and Filling Borders and Shading Charts Introduction A

More information

SUM - This says to add together cells F28 through F35. Notice that it will show your result is

SUM - This says to add together cells F28 through F35. Notice that it will show your result is COUNTA - The COUNTA function will examine a set of cells and tell you how many cells are not empty. In this example, Excel analyzed 19 cells and found that only 18 were not empty. COUNTBLANK - The COUNTBLANK

More information

Excel Tutorial 1

Excel Tutorial 1 IT٢.we Excel 2003 - Tutorial 1 Spreadsheet Basics Screen Layout Title bar Menu bar Standard Toolbar Other Tools Task Pane Adding and Renaming Worksheets Modifying Worksheets Moving Through Cells Adding

More information

Copyright & License Notes 3 Introduction 13 Chapter 1 - Excel Basics 14. Chapter 2 - Working with Data 32

Copyright & License Notes 3 Introduction 13 Chapter 1 - Excel Basics 14. Chapter 2 - Working with Data 32 TABLE OF CONTENTS Copyright & License Notes 3 Introduction 13 Chapter 1 - Excel Basics 14 Creating an Excel Workbook 14 Examining the Excel Environment 15 Opening an Existing Workbook 19 Navigating a Worksheet

More information

Quick Reference Summary

Quick Reference Summary Microsoft Excel 2010 Quick Reference Summary Microsoft Excel 2010 Quick Reference Summary 3-D Chart, Rotate EX 462 3-D Rotation button (Chart Tools Layout tab Background, change rotation (Format Chart

More information

Excel 2013 Intermediate

Excel 2013 Intermediate Excel 2013 Intermediate Quick Access Toolbar... 1 Customizing Excel... 2 Keyboard Shortcuts... 2 Navigating the Spreadsheet... 2 Status Bar... 3 Worksheets... 3 Group Column/Row Adjusments... 4 Hiding

More information

Excel 2007 Tutorials - Video File Attributes

Excel 2007 Tutorials - Video File Attributes Get Familiar with Excel 2007 42.40 3.02 The Excel 2007 Environment 4.10 0.19 Office Button 3.10 0.31 Quick Access Toolbar 3.10 0.33 Excel 2007 Ribbon 3.10 0.26 Home Tab 5.10 0.19 Insert Tab 3.10 0.19 Page

More information

Computer Applications Final Exam Study Guide

Computer Applications Final Exam Study Guide Name: Computer Applications Final Exam Study Guide Microsoft Word 1. To use -and-, position the pointer on top of the selected text, and then drag the selected text to the new location. 2. The Clipboard

More information

Spreadsheet Applications Test

Spreadsheet Applications Test Spreadsheet Applications Test 1. The expression returns the maximum value in the range A1:A100 and then divides the value by 100. a. =MAX(A1:A100/100) b. =MAXIMUM(A1:A100)/100 c. =MAX(A1:A100)/100 d. =MAX(100)/(A1:A100)

More information

Microsoft Excel Keyboard Shortcuts

Microsoft Excel Keyboard Shortcuts Microsoft Excel Keyboard Shortcuts Here is a complete list of keyboard shortcuts for Microsoft Excel. Most of the shortcuts will work on all Excel versions on Windows based computer. Data Processing Shortcuts

More information

Syllabus KCXXXXXX: Excel Level I, Version 2010

Syllabus KCXXXXXX: Excel Level I, Version 2010 Syllabus KCXXXXXX: Excel Level I, Version 2010 ITSW 1022 Introduction to Electronic Spreadsheets 8 classroom hours Course Description: This course is designed to introduce the student to basic spreadsheet

More information

Ms excel. The Microsoft Office Button. The Quick Access Toolbar

Ms excel. The Microsoft Office Button. The Quick Access Toolbar Ms excel MS Excel is electronic spreadsheet software. In This software we can do any type of Calculation & inserting any table, data and making chart and graphs etc. the File of excel is called workbook.

More information

Excel 2010 Tutorials - Video File Attributes

Excel 2010 Tutorials - Video File Attributes Get Familiar with Excel 2010 42.30 2.70 The Excel 2010 Environment 4.10 0.18 Quick Access Toolbar 3.10 0.27 Excel 2010 Ribbon 3.10 0.26 File Tab 3.10 0.28 Home Tab 5.10 0.17 Insert Tab 3.10 0.18 Page Layout

More information

Microsoft Excel Training Master Topic List

Microsoft Excel Training Master Topic List BUILD YOUR OWN EXCEL COURSE Microsoft Excel Training Our build your own course program provides the ultimate level of flexibility to ensure your team gets the most out of their training. Simply mix and

More information

Excel for Dummies: Quick Reference

Excel for Dummies: Quick Reference Excel for Dummies: Quick Reference Walkenbach, John ISBN-13: 9780764539879 Table of Contents The Big Picture: Microsoft Office Excel 2003. What You See: The Excel Window. What You See: Dialog Boxes. Toolbar

More information

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook Excel 2016 Main Screen Fundamental Concepts General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Ctrl + O Ctrl + N Ctrl + S Ctrl + P Ctrl + W Help Run Spell Check Calculate

More information

Excel Tutorials - File Size & Duration

Excel Tutorials - File Size & Duration Get Familiar with Excel 46.30 2.96 The Excel Environment 4.10 0.17 Quick Access Toolbar 3.10 0.26 Excel Ribbon 3.10 0.26 File Tab 3.10 0.32 Home Tab 5.10 0.16 Insert Tab 3.10 0.16 Page Layout Tab 3.10

More information

12 BASICS OF MS-EXCEL

12 BASICS OF MS-EXCEL 12 BASICS OF MS-EXCEL 12.1 INTRODUCTION MS-Excel 2000 is a Windows based application package. It is quite useful in entering, editing, analysis and storing of data. Arithmetic operations with numerical

More information

Table of Contents COPYRIGHTED MATERIAL. Introduction Book I: Excel Basics Chapter 1: The Excel 2013 User Experience...

Table of Contents COPYRIGHTED MATERIAL. Introduction Book I: Excel Basics Chapter 1: The Excel 2013 User Experience... Table of Contents Introduction... 1 About This Book...1 Foolish Assumptions...2 How This Book Is Organized...3 Book I: Excel Basics...3 Book II: Worksheet Design...3 Book III: Formulas and Functions...4

More information

1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Excel 2007)

1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Excel 2007) 1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Excel 2007) 2 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Excel 2007) TABLE OF CONTENTS CHAPTER 1: GETTING STARTED... 5 THE EXCEL ENVIRONMENT...

More information

Learning Map Excel 2007

Learning Map Excel 2007 Learning Map Excel 2007 Our comprehensive online Excel tutorials are organized in such a way that it makes it easy to obtain guidance on specific Excel features while you are working in Excel. This structure

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 This class is designed to cover the following basics: What you can do with Excel Excel Ribbon Moving and selecting cells Formatting cells Adding Worksheets, Rows and

More information

Excel 2016 Basics for Windows

Excel 2016 Basics for Windows Excel 2016 Basics for Windows Excel 2016 Basics for Windows Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Table of Contents The Excel Window... 2 The Formula Bar... 3 Workbook View Buttons... 3 Moving in a Spreadsheet... 3 Entering Data... 3 Creating and Renaming Worksheets... 4 Opening

More information

Table of Contents. Preface... iii COMPUTER BASICS WINDOWS XP

Table of Contents. Preface... iii COMPUTER BASICS WINDOWS XP Table of Contents Preface... iii COMPUTER BASICS Fundamentals of Computer 1 Various Types of Computers 2 Personal Computer 2 Personal Digital Assistant 3 Laptop Computer 3 Tablet PC 3 Main Frame Computer

More information

1 of 9 8/27/2014 10:53 AM Units: Teacher: MOExcel/Access, CORE Course: MOExcel/Access Year: 2012-13 Excel Unit A What is spreadsheet software? What are the parts of the Excel window? What are labels and

More information

Microsoft Excel Important Notice

Microsoft Excel Important Notice Microsoft Excel 2013 Important Notice All candidates who follow an ICDL/ECDL course must have an official ICDL/ECDL Registration Number (which is proof of your Profile Number with ICDL/ECDL and will track

More information

Excel 2013 Part 2. 2) Creating Different Charts

Excel 2013 Part 2. 2) Creating Different Charts Excel 2013 Part 2 1) Create a Chart (review) Open Budget.xlsx from Documents folder. Then highlight the range from C5 to L8. Click on the Insert Tab on the Ribbon. From the Charts click on the dialogue

More information

Database Design Practice Test JPSFBLA

Database Design Practice Test JPSFBLA 1. You see field names, data types, and descriptions in: a. Datasheet View c. Form View b. Design View d. Property View 2. The data type for insurance policy numbers, such as 0012-M-340-25 or 43F33-7805,

More information

Microsoft Office Excel 2007: Basic. Course Overview. Course Length: 1 Day. Course Overview

Microsoft Office Excel 2007: Basic. Course Overview. Course Length: 1 Day. Course Overview Microsoft Office Excel 2007: Basic Course Length: 1 Day Course Overview This course teaches the basic functions and features of Excel 2007. After an introduction to spreadsheet terminology and Excel's

More information

Excel Basic 1 GETTING ACQUAINTED WITH THE ENVIRONMENT 2 INTEGRATION WITH OFFICE EDITING FILES 4 EDITING A WORKBOOK. 1.

Excel Basic 1 GETTING ACQUAINTED WITH THE ENVIRONMENT 2 INTEGRATION WITH OFFICE EDITING FILES 4 EDITING A WORKBOOK. 1. Excel Basic 1 GETTING ACQUAINTED WITH THE ENVIRONMENT 1.1 Introduction 1.2 A spreadsheet 1.3 Starting up Excel 1.4 The start screen 1.5 The interface 1.5.1 A worksheet or workbook 1.5.2 The title bar 1.5.3

More information

Excel 2007 New Features Table of Contents

Excel 2007 New Features Table of Contents Table of Contents Excel 2007 New Interface... 1 Quick Access Toolbar... 1 Minimizing the Ribbon... 1 The Office Button... 2 Format as Table Filters and Sorting... 2 Table Tools... 4 Filtering Data... 4

More information

Table of Contents. Chapter 1

Table of Contents. Chapter 1 Table of Contents iii Table of Contents Chapter 1 Starting Excel Using an electronic spreadsheet 2 Starting Excel 2 Exploring the Start screen 4 Creating a blank workbook 4 Exploring the Excel window 5

More information

Excel 2016 Basics for Mac

Excel 2016 Basics for Mac Excel 2016 Basics for Mac Excel 2016 Basics for Mac Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn from

More information

Excel Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts. 6. You can use a table s sizing handle to add columns or rows to a table.

Excel Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts. 6. You can use a table s sizing handle to add columns or rows to a table. Excel Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts TRUE/FALSE 1. The header row must be row 1. ANS: F PTS: 1 REF: EX 234 2. If you freeze the top row in a worksheet and press Ctrl+Home,

More information

TABLE OF CONTENTS. i Excel 2016 Basic

TABLE OF CONTENTS. i Excel 2016 Basic i TABLE OF CONTENTS TABLE OF CONTENTS I PREFACE VII 1 INTRODUCING EXCEL 1 1.1 Starting Excel 1 Starting Excel using the Start button in Windows 1 1.2 Screen components 2 Tooltips 3 Title bar 4 Window buttons

More information

EXCEL ADVANCED Linda Muchow

EXCEL ADVANCED Linda Muchow EXCEL ADVANCED 2016 Alexandria Technical and Community College Customized Training Technology Specialist 1601 Jefferson Street, Alexandria, MN 56308 320-762-4539 Linda Muchow lindac@alextech.edu 1 Table

More information

Excel 2003 Tutorial II

Excel 2003 Tutorial II This tutorial was adapted from a tutorial by see its complete version at http://www.fgcu.edu/support/office2000/excel/index.html Excel 2003 Tutorial II Charts Chart Wizard Chart toolbar Resizing a chart

More information

Portage Northern High School Computer Applications * Microsoft Office 2010 Course Syllabus Mrs. Meyer

Portage Northern High School Computer Applications * Microsoft Office 2010 Course Syllabus Mrs. Meyer Portage Northern High School Computer Applications * Microsoft Office 2010 Course Syllabus Mrs. Meyer www.mrsmeyersmap.weebly.com Course Description This course is recommended for ALL high school students!

More information

Microsoft Excel 2010 Basics

Microsoft Excel 2010 Basics Microsoft Excel 2010 Basics Starting Word 2010 with XP: Click the Start Button, All Programs, Microsoft Office, Microsoft Excel 2010 Starting Word 2010 with 07: Click the Microsoft Office Button with the

More information

Office of Instructional Technology

Office of Instructional Technology Office of Instructional Technology Microsoft Excel 2016 Contact Information: 718-254-8565 ITEC@citytech.cuny.edu Contents Introduction to Excel 2016... 3 Opening Excel 2016... 3 Office 2016 Ribbon... 3

More information

ECDL Module 4 REFERENCE MANUAL

ECDL Module 4 REFERENCE MANUAL ECDL Module 4 REFERENCE MANUAL Spreadsheets Microsoft Excel XP Edition for ECDL Syllabus Four PAGE 2 - ECDL MODULE 4 (USING MICROSOFT EXCEL XP) - MANUAL 4.1 USING THE APPLICATION... 4 4.1.1 FIRST STEPS

More information

Microsoft Excel 2010 Handout

Microsoft Excel 2010 Handout Microsoft Excel 2010 Handout Excel is an electronic spreadsheet program you can use to enter and organize data, and perform a wide variety of number crunching tasks. Excel helps you organize and track

More information

Changing Worksheet Views

Changing Worksheet Views PROCEDURES LESSON 1: TOURING EXCEL Starting Excel From the Windows Start screen, click the Excel 2013 program tile 1 Right-click a blank area of the Windows Start screen 2 Click the All Apps button 3 Click

More information

Introduction to Excel 2013

Introduction to Excel 2013 Introduction to Excel 2013 Copyright 2014, Software Application Training, West Chester University. A member of the Pennsylvania State Systems of Higher Education. No portion of this document may be reproduced

More information

Changing Worksheet Views

Changing Worksheet Views PROCEDURES LESSON 1: TOURING EXCEL Starting Excel 1 Click the Start button 2 Click All Programs 3 Click the Microsoft Office folder icon 4 Click Microsoft Excel 2010 Naming and Saving (Ctrl+S) a Workbook

More information

Getting started with Ms Access Getting Started. Primary Key Composite Key Foreign Key

Getting started with Ms Access Getting Started. Primary Key Composite Key Foreign Key Getting started with Ms Access 2007 Getting Started Customize Microsoft Office Toolbar The Ribbon Quick Access Toolbar Navigation Tabbed Document Window Viewing Primary Key Composite Key Foreign Key Table

More information

Table of Contents. 1. Creating a Microsoft Excel Workbook...1 EVALUATION COPY

Table of Contents. 1. Creating a Microsoft Excel Workbook...1 EVALUATION COPY Table of Contents Table of Contents 1. Creating a Microsoft Excel Workbook...1 Starting Microsoft Excel...1 Creating a Workbook...2 Saving a Workbook...3 The Status Bar...5 Adding and Deleting Worksheets...6

More information

Spreadsheet Software

Spreadsheet Software Spreadsheet Software Objectives: Working with Spreadsheets Enhancing Productivity Using the Application Open, close a spreadsheet application. Open, close documents. Create a new spreadsheet based on default

More information

Computer Training That Makes The Difference

Computer Training That Makes The Difference Computer Training That Makes The Difference MICROSOFT EXCEL INTRODUCTION (LEVEL 1) A one-day course to introduce you to Excel and show you the basic functions of the program. Prerequisite Introduction

More information

MS Word 2010 An Introduction

MS Word 2010 An Introduction MS Word 2010 An Introduction Table of Contents The MS Word 2010 Environment... 1 The Word Window Frame... 1 The File Tab... 1 The Quick Access Toolbar... 4 To Customize the Quick Access Toolbar:... 4

More information

4. In the Change Chart Type dialog box, click the type of chart to which you want to change. 5. Click the chart style. 6. Click OK.

4. In the Change Chart Type dialog box, click the type of chart to which you want to change. 5. Click the chart style. 6. Click OK. PROCEDURES LESSON 21: BUILDING BASIC CHARTS Creating a Chart 1 Select the range of data you want to chart 2 Click the INSERT tab Charts Group 3 Click the desired chart category button 4 In the gallery,

More information

Microsoft Official Academic Course MICROSOFT EXCEL Wiley

Microsoft Official Academic Course MICROSOFT EXCEL Wiley Microsoft Official Academic Course MICROSOFT EXCEL 2013 Wiley Contents Troubleshooting 8 Using the Microsoft Office FILE Tab and Backstage View 9 Changing Excel's View 9 Change Excel's View 9 Another Way

More information

COMPUTER TECHNOLOGY SPREADSHEETS BASIC TERMINOLOGY. A workbook is the file Excel creates to store your data.

COMPUTER TECHNOLOGY SPREADSHEETS BASIC TERMINOLOGY. A workbook is the file Excel creates to store your data. SPREADSHEETS BASIC TERMINOLOGY A Spreadsheet is a grid of rows and columns containing numbers, text, and formulas. A workbook is the file Excel creates to store your data. A worksheet is an individual

More information

Application of Skills: Microsoft Excel 2013 Tutorial

Application of Skills: Microsoft Excel 2013 Tutorial Application of Skills: Microsoft Excel 2013 Tutorial Throughout this module, you will progress through a series of steps to create a spreadsheet for sales of a club or organization. You will continue to

More information

Excel Level 1

Excel Level 1 Excel 2016 - Level 1 Tell Me Assistant The Tell Me Assistant, which is new to all Office 2016 applications, allows users to search words, or phrases, about what they want to do in Excel. The Tell Me Assistant

More information

Excel 2010: A Case Approach

Excel 2010: A Case Approach THE O'LEARY SERIES COMPLETE EDITION Excel 2010: A Case Approach Timothy J. O'Leary Professor Emeritus, Arizona State University Linda I. O'Leary Mc Learn Succeed' ar ) Connect # Introduction to Microsoft

More information

Microsoft Office Excel 2010: Intermediate (R2) Course Overview. Course Outline

Microsoft Office Excel 2010: Intermediate (R2) Course Overview. Course Outline Microsoft Office Excel 2010: Intermediate (R2) Course Overview This course builds on the skills and concepts taught in Excel 2010: Basic, First Look Edition. Students will learn how to use multiple worksheets

More information

Office Applications II Lesson Objectives

Office Applications II Lesson Objectives Office Applications II Lesson Unit 1: MICROSOFT EXCEL SPREADSHEETS BASICS What is a Spreadsheet and What Are Its Uses? Define spreadsheets Define the Microsoft Excel application List business, consumer,

More information

CCC MODEL PAPER INFOMAX COMPUTER ACADEMY

CCC MODEL PAPER INFOMAX COMPUTER ACADEMY CCC MODEL PAPER INFOMAX COMPUTER ACADEMY G. R. Complex Preetam Nagar Prayagraj (Allahabad) U.P. Contact : 8874588766, 9598948810 (1 ) Different cells with in a row can have different heights. (2 ) Microsoft

More information

Working with Data and Charts

Working with Data and Charts PART 9 Working with Data and Charts In Excel, a formula calculates a value based on the values in other cells of the workbook. Excel displays the result of a formula in a cell as a numeric value. A function

More information

Workbooks & Worksheets. Getting Started. Formatting. Formulas & Functions

Workbooks & Worksheets. Getting Started. Formatting. Formulas & Functions 1 Getting Started Cells Workbooks & Worksheets Formatting Formulas & Functions Chart Printing 2 Getting Started Start a spreadsheet program Recognize the spreadsheet screen layout Use the ribbon,quick

More information

All Excel Topics Page 1 of 11

All Excel Topics Page 1 of 11 All Excel Topics Page 1 of 11 All Excel Topics All of the Excel topics covered during training are listed below. Pick relevant topics and tailor a course to meet your needs. Select a topic to find out

More information

MS Exel MS Excel tutorials in Hindi

MS Exel MS Excel tutorials in Hindi 1 MS Exel MS Excel tutorials in Hindi Excel): datas) (spreadsheets) workbook) worksheets) ' ' (columns) ' ' (rows) (grid) (cell), 'E' '5' 'E5', mathematical formulas) Microsoft Excel - Screen Elements)

More information

Index. C calculated fields, vs. calculated items, 56 correcting results in, 67 creating, 61 count of unique items, 66

Index. C calculated fields, vs. calculated items, 56 correcting results in, 67 creating, 61 count of unique items, 66 Index symbols % Difference From custom calculation, 49, 65 % of Column custom calculation, 53 % Of custom calculation, 48 % of Row custom calculation, 52 % of Total custom calculation, 54 < less than symbol,

More information

Course Outlines. e-learning Course Outline. 20 West 33rd Street, 4th Floor New York, NY Call: (888)

Course Outlines. e-learning Course Outline. 20 West 33rd Street, 4th Floor New York, NY Call: (888) Course Outlines NetCom Learning Page 0 Table of Contents English Titles... 2 Office 365 (02:20:00)... 2 Excel 2013 (18:35:00)... 4 Word 2013 (11:06:00)... 7 PowerPoint 2013 (05:41:00)... 11 Outlook 2013

More information

I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS...

I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS... EXCEL 2010 BASICS Microsoft Excel I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS... 6 The Mouse... 6 What Are Worksheets?... 6 What is a Workbook?...

More information

Microsoft Excel 2007

Microsoft Excel 2007 Microsoft Excel 2007 1 Excel is Microsoft s Spreadsheet program. Spreadsheets are often used as a method of displaying and manipulating groups of data in an effective manner. It was originally created

More information

Mark for Follow Up. Address Book. To Delete a Message: Select the message and press the Delete key. To Create a New Message:

Mark for Follow Up. Address Book. To Delete a Message: Select the message and press the Delete key. To Create a New Message: Microsoft Outlook 2016 Quick Reference Card Outlook 2016 Screen Title Bar Free Quick References! Visit: qr.customguide.com Navigation Pane Ribbon Contains mail-related folders like your Inbox, Sent Items

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 This class is designed to cover the following basics: What you can do with Excel Excel Ribbon Moving and selecting cells Formatting cells Adding Worksheets, Rows and

More information

Excel Shortcuts Increasing YOUR Productivity

Excel Shortcuts Increasing YOUR Productivity Excel Shortcuts Increasing YOUR Productivity CompuHELP Division of Tommy Harrington Enterprises, Inc. tommy@tommyharrington.com https://www.facebook.com/tommyharringtonextremeexcel Excel Shortcuts Increasing

More information

Mobile MOUSe EXCEL 2013 ONLINE COURSE OUTLINE

Mobile MOUSe EXCEL 2013 ONLINE COURSE OUTLINE Mobile MOUSe EXCEL 2013 ONLINE COURSE OUTLINE COURSE TITLE Excel 2013 Course DURATION 14 Hours of Interactive Training COURSE OVERVIEW If you are looking to start a career in business or finance, having

More information

HOW TO USE THIS BOOK... V 1 GETTING STARTED... 2

HOW TO USE THIS BOOK... V 1 GETTING STARTED... 2 TABLE OF CONTENTS HOW TO USE THIS BOOK...................... V 1 GETTING STARTED.......................... 2 Introducing Data Analysis with Excel...2 Tour the Excel Window...3 Explore the Ribbon...4 Using

More information