Exploring Computer Science Lesson 5-9

Slides:



Advertisements
Similar presentations
MS EXCEL is a spreadsheet application Excel covers: Calculation Graphic tools Pivot tables Macro programming language called VBA EXCEL is a part of MS.
Advertisements

Lesson 3 Working with Formulas.
Review Ch. 15 – Spreadsheet and Worksheet Basics © 2010, 2006 South-Western, Cengage Learning.
Excel: Functions Computer Information Technology Section 6-6 Some text and examples used with permission from: Note: We are not.
Spreadsheets Ms. Scales. What is a Spreadsheet? 0 Spreadsheets 0 A document, or table that is made up of rows and columns. 0 Table 0 Columns and rows.
Lesson 14 Creating Formulas and Charting Data
AoN Session 2. Highlight a number of cells at the top of the page. Then with the cursor over these cells right click. Scroll down to the format cell.
 Easy to create tables in Word  Advantages to using Excel › Use charts to represent data in graphic form › Import data from text or databases › Analyze.
Statistical Analysis with Excel
Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts
PIVOT TABLES AND CHARTS Leena Razzaq CS1100 Computer Science and its Applications CS1100Pivot tables and charts1.
1. Statistics 2. Frequency Table 3. Graphical Representations  Bar Chart, Pie Chart, and Histogram 4. Median and Quartiles 5. Box Plots 6. Interquartile.
With Microsoft ® Excel 2010© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 GO! with Microsoft ® Excel 2010 Chapter 2 Using Functions, Creating.
Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts
Computer Literacy BASICS
1 Lesson 19 Creating Formulas and Charting Data Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Statistical Analysis with Excel (PREVIEW). Spreadsheet Programs First developed in 70s –VisiCalc Dan Bricklin and Bob Frankston –Operated on Apple II.
Excel Spreadsheet basics. Excel Sheets and Books  Spreadsheet: tool to analyze, chart and manage data for personal, business and financial use Worksheet:
PIVOT TABLES AND CHARTS CS1100 Computer Science and its Applications CS1100Pivot tables and charts1.
SPREADSHEET BASICS SPREADSHEET BASICS What are the benefits of using a spreadsheet to solve a problem?
Plotting Data Exploring Computer Science Lesson 5-7.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 1 Copyright © 2008 Prentice-Hall. All rights reserved. What Can I Do with a Spreadsheet.
With Microsoft ® Excel e© 2013 Pearson Education, Inc. Publishing as Prentice Hall1 Excel 2010 Chapter 10 Using Functions, Creating Tables, and Managing.
Chapter 15: Spreadsheet and Worksheet Basics © 2010, 2006 South-Western, Cengage Learning.
Excel: Basic Math Functions Computer Information Technology Section 6-5 Some text and examples used with permission from: Note:
Key Words: Functional Skills. Key Words: Spreadsheets.
XP. Objectives Sort data and filter data Summarize an Excel table Insert subtotals into a range of data Outline buttons to show or hide details Create.
Working with Formulas and Functions
Overview Excel is a spreadsheet, a grid made from columns and rows. It is a software program that can make number manipulation easy and somewhat painless.
Statistical Analysis with Excel. Learning Objectives Be able to use the Dial Caliper to measure Be able to use Microsoft Excel to –Calculate mean, median,
Using Basic Formulas and Functions Lesson 8A. Formulas tab.
 The term “spreadsheet” covers a wide variety of elements useful for quantitative analysis of all kinds. Essentially, a spreadsheet is a simple tool.
Microsoft ® Excel ® 2013 Enhanced Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts.
Working with Formulas and Functions Lesson 5 Part 1 1.
Lesson 1 Notes.  A chart is a representation of worksheet data. A chart can enhance and simplify the of numerical data in a worksheet because the between.
Statistical Measures Exploring Computer Science Lesson 5-9.
Assignments, Assessments and Grade Book
Microsoft Excel Basic Tutorial.
Microsoft Excel.
CSE111 Introduction to Computer Applications
Formulas, Functions, and other Useful Features
Exploring Computer Science Lesson Supplemental
Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts
Statistical Analysis with Excel
4. Finding the Average, Mode and Median
Exploring Computer Science Lesson 5-7
Computing and Data Analysis
Collecting and processing of information Presentation 4.5.1
SCIENCE SKILLS : SPREADSHEETS
Success Criteria: I will be able to analyze data about my classmates.
Creating a Workbook Part 2
Statistical Analysis with Excel
Statistical Analysis with Excel
SCIENCE SKILLS : SPREADSHEETS
Working with Formulas and Functions
Collecting and processing of information Presentation 4.5.1
Microsoft Excel 101.
Collecting and processing of information Presentation 4.5.1
Microsoft Excel 2007 Introduction to Spreadsheet Programs
Lesson 4: Introduction to Functions
Day 52 – Box-and-Whisker.
Topic 8 – Pivot tables and Charts Lesson 1 – Pivot tables
Using Complex Formulas, Functions, and Tables
Pivot tables and charts
Working with Formulas and Functions
Grade 12 Essential Math Measurement and Statistics
Lesson 14 Spreadsheet Software.
Excel for Educators Class Notes
Microsoft Office Illustrated Fundamentals
Presentation transcript:

Exploring Computer Science Lesson 5-9 Statistical Measures Exploring Computer Science Lesson 5-9

Objectives The students will be able to: • Read and interpret a histogram. • Create a histogram. • Read and interpret a box plot. • Create box plots. • Explain mean, median, minimum, maximum. • Create and query subsets of a data set.

Journal Entry Thinking back to pivot tables and pivot charts, why are we making graphical representations of our data instead of just using the numbers? Are there advantages to the different representations of data?

Histograms A Histogram is a graphical display of data using bars of different heights. It is similar to a Bar Chart, but a histogram groups numbers into ranges And you decide what ranges to use!

Histograms The horizontal axis is continuous like a number line Histograms are a great way to show results of continuous data, such as: weight height how much time etc.

Sleep Chart How much sleep did you get last night?

Analyzing Data from the CDC Download the file CDCRDA.csv from the homework section. How many people are included in this data file?

Getting Subsets of Data What if I didn’t want to analyze the data for all the people? What if I just wanted to analyze data for the freshman? In Excel we can use filters to get the lines we want. On the Home ribbon, click on Sort & Filter and Filter:

Filters You use drop downs on the headers that allow you select just the data you want. I want just 9th grade. Result:

Filters To analyze just this data you need to copy and paste it to a new sheet. Cntl-Shift-8 (Cntl-*) selects all the data. Copy (Cntl-c) Click on a new sheet Paste (Cntl-v)

Excel - Formulas All formulas begin with an equal sign “=“ All formulas have a number or cell reference and an operator Examples: =A1 + C2 =5 + 7 =A17 + 14 When using a cell reference, the cell must contain a number!

Excel: Formulas Basic Operations: Operator Operation Meaning + Addition Adds the values - Subtraction Subtracts the values * Multiplication Multiplies the values / Division Divides the values % Percentage Calculates % of a value

Excel: Formulas Examples:

Data Analysis Functions in Excel Sum Mean (Average) Median (The number in the middle of the list)

Excel: Functions Functions are predefined formulas that work on a range of data Functions perform formulas in a quick and easy way. You could type a formula to get the same result but it would be difficult to type and extremely difficult to maintain.

Excel: Common Functions Formula Meaning SUM =SUM(A2:F5) Adds the cells from A2 though F5 AVERAGE =AVERAGE(A2:F5) Finds the average of all the cells from A2 through F5 MIN =MIN(A2:F5) Finds the smallest number in cells A2 through F5 MAX =MAX(A2:F5) Finds the largest number in cells A2 through A5 MEDIAN =MEDIAN(A2:F5) Finds the number in the middle of a set of numbers. If there is an even number of numbers in the set, then MEDIAN calculates the average of the two numbers in the middle

Excel: SUM Ranges for SUM can include cells that have text in them. If a cell does not contain a number it is simply skipped.

Excel: AVERAGE Like SUM the range can include non- numbers and those cells are skipped.

Excel: MEDIAN Like SUM the range can include non- numbers and those cells are skipped.

You Need Data by Next Time! Get people to take the class survey! If you don’t have data for your research question you will be trying to find some online. You will not just make it up!

Back to that CDC Data… Download the file “Lesson 5-9 – Homework.docx” from homework section. Answer all the questions or copy charts, etc into the word doc. Print it out and turn it in before you leave today!