STK 573 Metode Grafik untuk Analisis dan Penyajian Data

Size: px
Start display at page:

Download "STK 573 Metode Grafik untuk Analisis dan Penyajian Data"

Transcription

1 STK 573 Metode Grafik untuk Analisis dan Penyajian Data Pertemuan 3 4 Penyajian Grafik dari Informasi Tim Dosen: Prof. Dr. Khairil Anwar Notodiputro Dr. Ir. Aji Hamim Wigena Dr. Agus M Soleh

2 Outline Introduction Know the Intended Audience Principles of Effective Statistical Graphs Graphicacy Graphical Statistics Conclusion Exercises

3 Introduction Graphs and charts Focus to provide the basic principles of statistical graphics, the rules-of-theroad for graphical presentation as it were.

4 Introduction (2) To communication with visual media, there are three generally accepted skills that are required literacy the ability to exchange information with letters; numeracy the ability to exchange information with numbers; and graphicacy the ability to exchange information with graphics. It must be appreciated that the power of statistical graphics comes from the viewer being able to visualize the data.

5 Example We have a data names prevs 1 Epidermals Dust Mites Weeds Grasses Molds Trees 26.7 Trees Molds Grasses Weeds ust Mites idermals Visualization???? Percent

6 Sintax names<-c("epidermals","dust Mites", "Weeds", "Grasses", "Molds", "Trees") prevs<-c(38.2,37.8,31.1,31.1,29.3,26.7) plot(prevs,1:6,type="n",xaxt="n",yaxt="n",xlim=c(0,50), ylim=c(0,7), xlab='percent',ylab='',xaxs="i",yaxs="i") for (i in 1:6) lines(x=c(0,prevs[i]),y=c(i,i),lty=3) points(x=prevs,y=1:6,pch=19,cex=1.0) axis(1,at=10*(0:5),labels=true,tick=true,outer=false) axis(2,at=1: ,labels=names,tick=false,outer=false, las=2,hadj=1,padj=1)

7 Or? Data names prevs 1 Epidermals Dust Mites Weeds Grasses Molds Trees 26.7 Percent Epidermals Dust Mites Weeds Grasses Molds Trees

8 Sintax (2) barplot(prevs,space=0.5,names.arg=null,horiz=false,a xes=false,ylim=c(0,50), ylab="percent",col="black") yy<-1.5*(1:length(prevs)-0.33) axis(2,tick=true,xaxp=c(0,50,5)) yy<-1.5*(1:length(prevs)-.375) axis(1,at=yy,labels=names,tck=0,tcl=0,col=1,las=3) Which one better???

9 Know the Intended Audience It is essential when presenting graphical displays to have a reasonable expectation of the intended audience. Selecting an appropriate graphical display requires recognizing three distinct groups of audiences: the public; users of data in policy, administrative, legislative positions; and professional colleagues.

10 For public Example For professional colleagues For administrators

11 Principles of Effective Statistical Graphs A statistical graph is a visual representation of data. This could be the original raw data or a summary of the data produced by statistical analysis, or a combination of the two. Statistical methods typically involve data reduction, also known as data compression. One of the underlying principles of effective statistical graphics is that there ought to be a formula or prescription for the layout of figure presenting statistical information.

12 The Layout of a Graphical Display What is necessary? scale and graphical frame selecting a scale to cover the extremes of the data; selecting an appropriate transformation of scale for a quantitative variable, such as logarithmic, exponential, or none at all; selecting an ordinal scale for a categorical variable.

13 The Design of Graphical Displays ACCENT Apprehension concerns the ability to correctly perceive relations among the data. Clarity concerns the ability to visually distinguish the elements of a graph. Consistency concerns the ability to interpret a graph based on exposure to similar graphs in the past or a reasonably universal standard. Efficiency concerns the ability of a graph to portray data in as simple a way as possible. Necessity concerns the need for the graph or certain of its elements. Truthfulness concerns whether the data are correctly plotted in a welldefined coordinate system.

14 Graphicacy the communication of data by producing graphical displays of quantitative data or quantitative aspects of qualitative data. Three distinct processes: the production of graphical information; the consumption of graphical information; and the increase in awareness or knowledge of a subject.

15 Graphical Statistics The human eye, vision-corrected if necessary, can make visual distinctions with gaps as small as 0.1 millimeter at a distance of 0.5 meter. Equivalently, the human eye can discern as many as 100 points of intersection in a square 1.0 centimeter on edge consisting of 100 fine lines that are equally spaced and parallel to the edges. Few statistical graphs approach this degree of data density in practice. Violations of the Truthfulness principle of the ACCENT rule can be assessed by the following statistic:

16 Graphical Statistics (2) The goal with respect to the Truth Coefficient is to achieve a maximum value of one. Truth Coefficients less than 0.95are to be considered suspect. Closely related to the Truth Coefficient is the Lie Factor defined by The goal is to achieve a Lie Factor of one with Lie Factors of less than 0.95 or more than 1.05 indicative of distortion in the presentation of the data by the statistical graph. Compared to the Lie Factor, the Truth Coefficient is insensitive to the direction of the distortion.

17 Graphical Statistics (3) Greater in width than height how much greater the width than the height? One rule for determining the optimum aesthetic rectangular proportions, albeit from the fifth-century before the current era, is that of the so-called Golden Section a b = b a + b x = b a x2 x 1 = 0 Golden Ratio h w h = height w = width

18 Example Comparison of a rectangle 50% wider than tall (on the left) with a rectangle with dimensions defined by the Golden Section (on the right)

19 Conclusion Burn The real point of graphic design, which comprises both pictures and text, is clear communication. Graphics are not merely cosmetic. When they are clear and consistent, they contribute greatly to ease of learning, communication, and understanding. The success of graphic design is measured in terms of the user s satisfaction and success in understanding... Tufte Graphical excellence is that which gives to the viewer the greatest number of ideas in the shortest time with the least ink in the smallest space.

20 Exercises Review one issue of a journal in statistics for the graphics that are used. a) How many graphics are used? b) Are they descriptive or analytical? c) Do the graphs appear to contain more or less information than the graphs of the popular press? d) Describe the clarity of titles and labels, purpose of the graphs, and visual appeal. e) Pick out the best example of a graph that illustrates the text. f) Analyze the graph in relation to the ACCENT rule. g) Could the graph stand alone and make the point without the text? Justify your answer. h) Explain how the graph visually depicts the information. i) Estimate the ratio between height and width of the graph. Was the Rule of the Golden Section apparently used? j) Suggest how the graph could be improved in ways other than already described.

21 Terima Kasih

University of Florida CISE department Gator Engineering. Visualization

University of Florida CISE department Gator Engineering. Visualization Visualization Dr. Sanjay Ranka Professor Computer and Information Science and Engineering University of Florida What is visualization? Visualization is the process of converting data (information) in to

More information

Why Should We Care? More importantly, it is easy to lie or deceive people with bad plots

Why Should We Care? More importantly, it is easy to lie or deceive people with bad plots Plots & Graphs Why Should We Care? Everyone uses plots and/or graphs But most people ignore or are unaware of simple principles Default plotting tools (or default settings) are not always the best More

More information

Information Visualization in Data Mining. S.T. Balke Department of Chemical Engineering and Applied Chemistry University of Toronto

Information Visualization in Data Mining. S.T. Balke Department of Chemical Engineering and Applied Chemistry University of Toronto Information Visualization in Data Mining S.T. Balke Department of Chemical Engineering and Applied Chemistry University of Toronto Motivation Data visualization relies primarily on human cognition for

More information

Envisioning Information. Tufte s Design Principles. James Eagan

Envisioning Information. Tufte s Design Principles. James Eagan Envisioning Information Tufte s Design Principles James Eagan Adapted from slides by John Stasko Graphical excellence is the well-designed presentation of interesting data a matter of substance, of statistics,

More information

Lecture Slides. Elementary Statistics Twelfth Edition. by Mario F. Triola. and the Triola Statistics Series. Section 2.1- #

Lecture Slides. Elementary Statistics Twelfth Edition. by Mario F. Triola. and the Triola Statistics Series. Section 2.1- # Lecture Slides Elementary Statistics Twelfth Edition and the Triola Statistics Series by Mario F. Triola Chapter 2 Summarizing and Graphing Data 2-1 Review and Preview 2-2 Frequency Distributions 2-3 Histograms

More information

1. Data Analysis Yields Numbers & Visualizations. 2. Why Visualize Data? 3. What do Visualizations do? 4. Research on Visualizations

1. Data Analysis Yields Numbers & Visualizations. 2. Why Visualize Data? 3. What do Visualizations do? 4. Research on Visualizations Data Analysis & Business Intelligence Made Easy with Excel Power Tools Excel Data Analysis Basics = E-DAB Notes for Video: E-DAB-05- Visualizations: Table, Charts, Conditional Formatting & Dashboards Outcomes

More information

EDWARD TUFTE. The Visual Display of Quantitative Information. Envisioning Information. Edward Tufte

EDWARD TUFTE. The Visual Display of Quantitative Information. Envisioning Information. Edward Tufte EDWARD TUFTE The Leonardo da Vinci of data. -The New York Times The Visual Display of Quantitative Information Envisioning Information Edward Tufte Edward Tufte Background Info Visual Display of Quantitative

More information

visualizing q uantitative quantitative information information

visualizing q uantitative quantitative information information visualizing quantitative information visualizing quantitative information martin krzywinski outline best practices of graphical data design data-to-ink ratio cartjunk circos the visual display of quantitative

More information

Describing Data: Frequency Tables, Frequency Distributions, and Graphic Presentation

Describing Data: Frequency Tables, Frequency Distributions, and Graphic Presentation Describing Data: Frequency Tables, Frequency Distributions, and Graphic Presentation Chapter 2 McGraw-Hill/Irwin Copyright 2010 by The McGraw-Hill Companies, Inc. All rights reserved. GOALS 1. Organize

More information

Graphical Presentation for Statistical Data (Relevant to AAT Examination Paper 4: Business Economics and Financial Mathematics) Introduction

Graphical Presentation for Statistical Data (Relevant to AAT Examination Paper 4: Business Economics and Financial Mathematics) Introduction Graphical Presentation for Statistical Data (Relevant to AAT Examination Paper 4: Business Economics and Financial Mathematics) Y O Lam, SCOPE, City University of Hong Kong Introduction The most convenient

More information

Mathematics Fourth Grade Performance Standards

Mathematics Fourth Grade Performance Standards Mathematics Fourth Grade Performance Standards Strand 1: Number and Operations Content Standard: Students will understand numerical concepts and mathematical operations. Benchmark 1: Understand numbers,

More information

A C E. Applications. Applications Connections Extensions

A C E. Applications. Applications Connections Extensions A C E Applications Connections Extensions Applications 1. Suppose that the polygons below were drawn on centimeter grid paper. How many 1-centimeter cubes (some cut in pieces) would it take to cover each

More information

Tufte s Design Principles

Tufte s Design Principles Tufte s Design Principles CS 7450 - Information Visualization January 27, 2004 John Stasko HW 2 - Minivan Data Vis What people did Classes of solutions Data aggregation, transformation Tasks - particular

More information

Raw Data. Statistics 1/8/2016. Relative Frequency Distribution. Frequency Distributions for Qualitative Data

Raw Data. Statistics 1/8/2016. Relative Frequency Distribution. Frequency Distributions for Qualitative Data Statistics Raw Data Raw data is random and unranked data. Organizing Data Frequency distributions list all the categories and the numbers of elements that belong to each category Frequency Distributions

More information

Unit Maps: Grade 7 Math

Unit Maps: Grade 7 Math Rational Number Representations and Operations 7.4 Number and operations. The student adds, subtracts, multiplies, and divides rationale numbers while solving problems and justifying solutions. Solving

More information

DEPARTMENT OF COMPUTER SCIENCE UNIVERSITY OF TORONTO CSC318S THE DESIGN OF INTERACTIVE COMPUTATIONAL MEDIA. Lecture March 1998

DEPARTMENT OF COMPUTER SCIENCE UNIVERSITY OF TORONTO CSC318S THE DESIGN OF INTERACTIVE COMPUTATIONAL MEDIA. Lecture March 1998 DEPARTMENT OF COMPUTER SCIENCE UNIVERSITY OF TORONTO CSC318S THE DESIGN OF INTERACTIVE COMPUTATIONAL MEDIA Lecture 19 30 March 1998 PRINCIPLES OF DATA DISPLAY AND VISUALIZATION 19.1 Nature, purpose of

More information

This chapter will show how to organize data and then construct appropriate graphs to represent the data in a concise, easy-to-understand form.

This chapter will show how to organize data and then construct appropriate graphs to represent the data in a concise, easy-to-understand form. CHAPTER 2 Frequency Distributions and Graphs Objectives Organize data using frequency distributions. Represent data in frequency distributions graphically using histograms, frequency polygons, and ogives.

More information

4 th Grade Math - Year at a Glance

4 th Grade Math - Year at a Glance 4 th Grade Math - Year at a Glance Quarters Q1 Q2 Q3 Q4 *4.1.1 (4.NBT.2) *4.1.2 (4.NBT.1) *4.1.3 (4.NBT.3) *4.1.4 (4.NBT.1) (4.NBT.2) *4.1.5 (4.NF.3) Bundles 1 2 3 4 5 6 7 8 Read and write whole numbers

More information

NOTES TO CONSIDER BEFORE ATTEMPTING EX 1A TYPES OF DATA

NOTES TO CONSIDER BEFORE ATTEMPTING EX 1A TYPES OF DATA NOTES TO CONSIDER BEFORE ATTEMPTING EX 1A TYPES OF DATA Statistics is concerned with scientific methods of collecting, recording, organising, summarising, presenting and analysing data from which future

More information

Unit Maps: Grade 7 Math

Unit Maps: Grade 7 Math Rational Number Representations and Operations 7.4 Number and operations. The student adds, subtracts, multiplies, and divides rationale numbers while solving problems and justifying solutions. Solving

More information

Part I, Chapters 4 & 5. Data Tables and Data Analysis Statistics and Figures

Part I, Chapters 4 & 5. Data Tables and Data Analysis Statistics and Figures Part I, Chapters 4 & 5 Data Tables and Data Analysis Statistics and Figures Descriptive Statistics 1 Are data points clumped? (order variable / exp. variable) Concentrated around one value? Concentrated

More information

Organisation and Presentation of Data in Medical Research Dr K Saji.MD(Hom)

Organisation and Presentation of Data in Medical Research Dr K Saji.MD(Hom) Organisation and Presentation of Data in Medical Research Dr K Saji.MD(Hom) Any data collected by a research or reference also known as raw data are always in an unorganized form and need to be organized

More information

Mathematics Grade 4 Operations and Algebraic Thinking Number and Operations in Base Ten Number and Operations- Fractions Measurement and Data

Mathematics Grade 4 Operations and Algebraic Thinking Number and Operations in Base Ten Number and Operations- Fractions Measurement and Data Mathematics Grade 4 All West Virginia teachers are responsible for classroom instruction that integrates content standards and mathematical habits of mind. Students in the fourth grade will focus on three

More information

California Standard Study Island Topic Common Core Standard

California Standard Study Island Topic Common Core Standard State: CA Subject: Math Grade Level: 4 California Standard Study Island Topic Standard NUMBER SENSE 1.0: Students understand the place value of whole numbers and decimals to two decimal places and how

More information

Information Visualization Course

Information Visualization Course Information Visualization Course Informatica Umanistica Università di Pisa Lecture 2 Design Principles 3 rd March 2011 Emanuele Ruffaldi PERCRO - Scuola Superiore S.Anna Overview Graphical Integrity Design

More information

Grade 6 Math Proficiency Scale Quarter 1

Grade 6 Math Proficiency Scale Quarter 1 Number Systems Geometry Grade 6 Math Proficiency Scale Quarter 1 1 = Novice 2 = Partially Proficient partial proficient the partially proficient(2) standard partial proficient start the Computes quotients

More information

COURSE LEVEL UNIT/FOCUS Desired Results Transfer Meaning Acquisition

COURSE LEVEL UNIT/FOCUS Desired Results Transfer Meaning Acquisition COURSE: Mathematics LEVEL: Grade 5 UNIT/FOCUS: Decimal Concepts Desired Results Related standard(s): 5.NBT.1 5.NBT.3 5.NBT.4 Transfer Students will be able to independently use their learning to Apply

More information

Chapter Two: Descriptive Methods 1/50

Chapter Two: Descriptive Methods 1/50 Chapter Two: Descriptive Methods 1/50 2.1 Introduction 2/50 2.1 Introduction We previously said that descriptive statistics is made up of various techniques used to summarize the information contained

More information

North Carolina Standard Course of Study 3-5 Mathematics for Implementation in Adopted June 2017

North Carolina Standard Course of Study 3-5 Mathematics for Implementation in Adopted June 2017 North Carolina Course of Study 3-5 Mathematics for Implementation in 2018-2019 Adopted June 2017 1. Make sense of problems and persevere in solving them. 2. Reason abstractly and quantitatively. 3. Construct

More information

Grade 4. Massachusetts Curriculum Framework for Mathematics 42

Grade 4. Massachusetts Curriculum Framework for Mathematics 42 Grade 4 Introduction In grade 4, instructional time should focus on three critical areas: (1) developing understanding and fluency with multi-digit multiplication, and developing understanding of dividing

More information

Spell out your full name (first, middle and last)

Spell out your full name (first, middle and last) Spell out your full name (first, middle and last) Be ready to share the following counts: Number of letters in your full name. Number of vowels Number of consonants Section 2-1 Organizing Data After completing

More information

Students will understand 1. that numerical expressions can be written and evaluated using whole number exponents

Students will understand 1. that numerical expressions can be written and evaluated using whole number exponents Grade 6 Expressions and Equations Essential Questions: How do you use patterns to understand mathematics and model situations? What is algebra? How are the horizontal and vertical axes related? How do

More information

Chapter 1. Looking at Data-Distribution

Chapter 1. Looking at Data-Distribution Chapter 1. Looking at Data-Distribution Statistics is the scientific discipline that provides methods to draw right conclusions: 1)Collecting the data 2)Describing the data 3)Drawing the conclusions Raw

More information

Common Core Vocabulary and Representations

Common Core Vocabulary and Representations Vocabulary Description Representation 2-Column Table A two-column table shows the relationship between two values. 5 Group Columns 5 group columns represent 5 more or 5 less. a ten represented as a 5-group

More information

This strand involves properties of the physical world that can be measured, the units used to measure them and the process of measurement.

This strand involves properties of the physical world that can be measured, the units used to measure them and the process of measurement. ICAS MATHEMATICS ASSESSMENT FRAMEWORK ICAS Mathematics assesses mathematical skills in a range of contexts. The content of the papers is divided into the strands of: and, and, and, and, and and. The content

More information

Math 227 EXCEL / MEGASTAT Guide

Math 227 EXCEL / MEGASTAT Guide Math 227 EXCEL / MEGASTAT Guide Introduction Introduction: Ch2: Frequency Distributions and Graphs Construct Frequency Distributions and various types of graphs: Histograms, Polygons, Pie Charts, Stem-and-Leaf

More information

Curriculum Connections (Fractions): K-8 found at under Planning Supports

Curriculum Connections (Fractions): K-8 found at   under Planning Supports Curriculum Connections (Fractions): K-8 found at http://www.edugains.ca/newsite/digitalpapers/fractions/resources.html under Planning Supports Kindergarten Grade 1 Grade 2 Grade 3 Grade 4 Grade 5 Grade

More information

TTUSD Math Essential Standards Matrix 4/16/10 NUMBER SENSE

TTUSD Math Essential Standards Matrix 4/16/10 NUMBER SENSE TTUSD Math Essential Standards Matrix 4/16/10 NUMBER SENSE 3 rd 4 th 5 th 6th 1.1 Read and write whole numbers in the millions 1.2 Order and compare whole numbers and decimals to two decimal places. 1.1

More information

Mathematics Scope & Sequence Grade 7 Revised: June 2015

Mathematics Scope & Sequence Grade 7 Revised: June 2015 Rational Numbers Mathematics Scope & Sequence 2015-16 Grade 7 Revised: June 2015 First Six Weeks (29 ) 7.3B apply and extend previous understandings of operations to solve problems using addition, subtraction,

More information

round decimals to the nearest decimal place and order negative numbers in context

round decimals to the nearest decimal place and order negative numbers in context 6 Numbers and the number system understand and use proportionality use the equivalence of fractions, decimals and percentages to compare proportions use understanding of place value to multiply and divide

More information

Frequency Distributions

Frequency Distributions Displaying Data Frequency Distributions After collecting data, the first task for a researcher is to organize and summarize the data so that it is possible to get a general overview of the results. Remember,

More information

Information Visualization. SWE 432, Fall 2016 Design and Implementation of Software for the Web

Information Visualization. SWE 432, Fall 2016 Design and Implementation of Software for the Web Information Visualization SWE 432, Fall 2016 Design and Implementation of Software for the Web Today What types of information visualization are there? Which one should you choose? What does usability

More information

Quarter Core Standards Grade 4 Deconstructed Standard I Can Vocabulary Resources Technology Resources Assessments

Quarter Core Standards Grade 4 Deconstructed Standard I Can Vocabulary Resources Technology Resources Assessments 1 OPERATIONS AND ALGEBRAIC THINKING.OA.2: Multiply or divide to solve word problems involving multiplicative comparison, e.g., by using drawings and equations with a symbol for the unknown number to represent

More information

6th Grade P-AP Math Algebra

6th Grade P-AP Math Algebra 6th Grade P-AP Math Algebra If your student is considering a jump from 6th grade P-AP to 7th Grade Advanced math, please be advised of the following gaps in instruction. None of the 7th or 8th grade mathematics

More information

Quantitative Assessment of Composition in Art

Quantitative Assessment of Composition in Art NICOGRAPH International 202, pp. 80-85 Quantitative Assessment of Composition in Art Sachi URANO Junichi HOSHINO University of Tsukuba s0853 (at) u.tsukuba.ac.jp Abstract We present a new method to evaluate

More information

Performance Level Descriptors. Mathematics

Performance Level Descriptors. Mathematics Performance Level Descriptors Grade 3 Well Students rarely, Understand that our number system is based on combinations of 1s, 10s, and 100s (place value, compare, order, decompose, and combine using addition)

More information

Ballston Spa Central School District The Common Core State Standards in Our Schools Fourth Grade Math

Ballston Spa Central School District The Common Core State Standards in Our Schools Fourth Grade Math 1 Ballston Spa Central School District The Common Core State s in Our Schools Fourth Grade Math Operations and Algebraic Thinking Use the four operations with whole numbers to solve problems 4.OA.1. Interpret

More information

To make sense of data, you can start by answering the following questions:

To make sense of data, you can start by answering the following questions: Taken from the Introductory Biology 1, 181 lab manual, Biological Sciences, Copyright NCSU (with appreciation to Dr. Miriam Ferzli--author of this appendix of the lab manual). Appendix : Understanding

More information

Oklahoma C 3 Mathematics Standards

Oklahoma C 3 Mathematics Standards Oklahoma C 3 Mathematics Standards Fourth Grade Mathematical Practices 1. Make sense of problems and persevere in solving them. 2. Reason abstractly and quantitatively. 3. Construct viable arguments and

More information

WCSD 4th Math Pacing Guide 9 weeks MCCRS Skills

WCSD 4th Math Pacing Guide 9 weeks MCCRS Skills WCSD 4th Math Pacing Guide 1 4.OA.1 Interpret a multiplication equation as a comparison, e.g., interpret 35 = 5 7 as a statement that 35 is 5 times as many as 7 and 7 times as many as 5. Represent verbal

More information

The descriptions below provide an overview of the mathematical concepts and skills that students explore throughout the 4 th grade.

The descriptions below provide an overview of the mathematical concepts and skills that students explore throughout the 4 th grade. Mathematics Grade 4 The descriptions below provide an overview of the mathematical concepts and skills that students explore throughout the 4 th grade. Operations and Algebraic Thinking Students build

More information

Creating a Basic Chart in Excel 2007

Creating a Basic Chart in Excel 2007 Creating a Basic Chart in Excel 2007 A chart is a pictorial representation of the data you enter in a worksheet. Often, a chart can be a more descriptive way of representing your data. As a result, those

More information

Common Core Standards 4 th Grade - Mathematics

Common Core Standards 4 th Grade - Mathematics Common Core Standards 4 th Grade - Mathematics Operations and Algebraic Thinking Use the four operations with whole numbers to solve problems. 1. Interpret a multiplication equation as a comparison, e.g.,

More information

School District of Marshfield Mathematics Standards

School District of Marshfield Mathematics Standards MATHEMATICS Counting and Cardinality, Operations and Algebraic Thinking, Number and Operations in Base Ten, Measurement and Data, and Geometry Operations and Algebraic Thinking Use the Four Operations

More information

Chapter 2: Understanding Data Distributions with Tables and Graphs

Chapter 2: Understanding Data Distributions with Tables and Graphs Test Bank Chapter 2: Understanding Data with Tables and Graphs Multiple Choice 1. Which of the following would best depict nominal level data? a. pie chart b. line graph c. histogram d. polygon Ans: A

More information

DESIGNING THE PAGE FOUNDATIONS OF DIGITAL DESIGN. Layout composition, the grid and typography. Prof. Eva Machauf

DESIGNING THE PAGE FOUNDATIONS OF DIGITAL DESIGN. Layout composition, the grid and typography. Prof. Eva Machauf DESIGNING THE PAGE Layout composition, the grid and typography FOUNDATIONS OF DIGITAL DESIGN Prof. Eva Machauf prof.machauf@gmail.com THE GRID The grid is the foundation of all design. Creating and working

More information

Georgia Standards of Excellence Fourth Grade Curriculum Map

Georgia Standards of Excellence Fourth Grade Curriculum Map Georgia Standards of Excellence Fourth Grade Curriculum Map Unit 1 Unit 2 Unit 3 Unit 4 Unit 5 Unit 6 Unit 7 Unit 8 Whole Numbers, Place Value and Rounding In Computation MGSE4.NBT.1 MGSE4.NBT.2 MGSE4.NBT.3

More information

UNIT 4. Research Methods in Business

UNIT 4. Research Methods in Business UNIT 4 Preparing Data for Analysis:- After data are obtained through questionnaires, interviews, observation or through secondary sources, they need to be edited. The blank responses, if any have to be

More information

Gain familiarity with factors and multiples. Use place value understanding and properties of operations to perform multi-digit arithmetic.

Gain familiarity with factors and multiples. Use place value understanding and properties of operations to perform multi-digit arithmetic. Prairie-Hills Elementary School District 144 4 th Grade ~ MATH Curriculum Map Quarter 1 Month: August, September, October Domain(s): Operations and Algebraic Thinking Number Base Ten (NBT) Cluster(s):

More information

Grade K 8 Standards Grade 4

Grade K 8 Standards Grade 4 Grade 4 In grade 4, instructional time should focus on three critical areas: (1) developing understanding and fluency with multi-digit multiplication, and developing understanding of dividing to find quotients

More information

EXPLORE MATHEMATICS TEST

EXPLORE MATHEMATICS TEST EXPLORE MATHEMATICS TEST Table 4: The College Readiness The describe what students who score in the specified score ranges are likely to know and to be able to do. The help teachers identify ways of enhancing

More information

CURRENT RESOURCES THAT SUPPORT TEACHING AND LEARNING OF THE COMMON CORE STATE STANDARDS IN MATHEMATICS

CURRENT RESOURCES THAT SUPPORT TEACHING AND LEARNING OF THE COMMON CORE STATE STANDARDS IN MATHEMATICS CURRENT RESOURCES THAT SUPPORT TEACHING AND LEARNING OF THE COMMON CORE STATE STANDARDS IN MATHEMATICS GRADE 4 Operations & Algebraic Thinking Use the four operations with whole numbers to solve problems.

More information

Making Science Graphs and Interpreting Data

Making Science Graphs and Interpreting Data Making Science Graphs and Interpreting Data Eye Opener: 5 mins What do you see? What do you think? Look up terms you don t know What do Graphs Tell You? A graph is a way of expressing a relationship between

More information

An introduction to plotting data

An introduction to plotting data An introduction to plotting data Eric D. Black California Institute of Technology February 25, 2014 1 Introduction Plotting data is one of the essential skills every scientist must have. We use it on a

More information

Reason A & Q. Make sense. Repeated Reasoning. Construct & Critique Model Tools Precision Structure

Reason A & Q. Make sense. Repeated Reasoning. Construct & Critique Model Tools Precision Structure In Grade 4, instructional time should focus on three critical areas: (1) developing understanding and fluency with multi-digit multiplication, and developing understanding of dividing to find quotients

More information

Mathematics - LV 6 Correlation of the ALEKS course Mathematics MS/LV 6 to the State of Texas Assessments of Academic Readiness (STAAR) for Grade 6

Mathematics - LV 6 Correlation of the ALEKS course Mathematics MS/LV 6 to the State of Texas Assessments of Academic Readiness (STAAR) for Grade 6 Mathematics - LV 6 Correlation of the ALEKS course Mathematics MS/LV 6 to the State of Texas Assessments of Academic Readiness (STAAR) for Grade 6 Number, Operation, and Quantitative Reasoning. 6.1.A:

More information

Mathematics Scope & Sequence Grade 7 Revised: June 3, 2016 First Six Weeks (24 Days)

Mathematics Scope & Sequence Grade 7 Revised: June 3, 2016 First Six Weeks (24 Days) Mathematics Scope & Sequence 2016-2017 Grade 7 Revised: June 3, 2016 First Six Weeks (24 ) 7.3B apply and extend previous understandings of operations to solve problems using addition, subtraction, multiplication,

More information

North Carolina 4 th GRADE MATH Pacing Guide

North Carolina 4 th GRADE MATH Pacing Guide North Carolina 4 th GRADE MATH 2017-2018 Pacing Guide Note: The eight Standards for Mathematical Practice outlined by the Common Core describe the varieties of expertise that mathematics educators should

More information

Mathematics Georgia Standards of Excellence for Grade 4 Correlated to Moving with Math Math-by-Topic Level B

Mathematics Georgia Standards of Excellence for Grade 4 Correlated to Moving with Math Math-by-Topic Level B Mathematics Georgia Standards of Excellence for Grade 4 Correlated to Moving with Math Math-by-Topic Level B 4.OA OPERATIONS AND ALGEBRAIC THINKING Use the four operations with whole numbers to solve problems.

More information

3 rd Grade Math 4 th Grade Math

3 rd Grade Math 4 th Grade Math 3 rd Grade Math 4 th Grade Math Standards for Mathematical Practice Mathematical Practices are listed with each grade s mathematical content standards to reflect the need to connect the mathematical practices

More information

5th GRADE MATHEMATICS

5th GRADE MATHEMATICS 5th GRADE MATHEMATICS 2018-2019 Year-at-a-Glance Place Value and Decimal Fractions Multi-digit number and decimal fraction operations Addition and Subtraction of Fractions Multiplication and Division of

More information

Georgia Department of Education. Content standards for Grade 4 are arranged within the following domains and clusters:

Georgia Department of Education. Content standards for Grade 4 are arranged within the following domains and clusters: Mathematics Grade 4 In Grade 4, instructional time should focus on three critical areas: (1) developing understanding and fluency with multi-digit multiplication, and developing understanding of dividing

More information

Lesson 4.2 The Vertex

Lesson 4.2 The Vertex Lesson. The Vertex Activity 1 The Vertex 1. a. How do you know that the graph of C œ ÐB Ñ ' is a parabola? b. Does the parabola open up or down? Why? c. What is the smallest C-value on the graph of C œ

More information

Mathematics Grade 4. COMMON CORE STATE STANDARDS for MATHEMATICS

Mathematics Grade 4. COMMON CORE STATE STANDARDS for MATHEMATICS Mathematics Grade 4 In Grade 4, instructional time should focus on three critical areas: (1) developing understanding and fluency with multi-digit multiplication, and developing understanding of dividing

More information

We will start at 2:05 pm! Thanks for coming early!

We will start at 2:05 pm! Thanks for coming early! We will start at 2:05 pm! Thanks for coming early! Yesterday Fundamental 1. Value of visualization 2. Design principles 3. Graphical perception Record Information Support Analytical Reasoning Communicate

More information

Summarising Data. Mark Lunt 09/10/2018. Arthritis Research UK Epidemiology Unit University of Manchester

Summarising Data. Mark Lunt 09/10/2018. Arthritis Research UK Epidemiology Unit University of Manchester Summarising Data Mark Lunt Arthritis Research UK Epidemiology Unit University of Manchester 09/10/2018 Summarising Data Today we will consider Different types of data Appropriate ways to summarise these

More information

Common Core Standards for Mathematics. Grade 4. Operations and Algebraic Thinking Date Taught

Common Core Standards for Mathematics. Grade 4. Operations and Algebraic Thinking Date Taught Operations and Algebraic Thinking Use the four operations with whole numbers to solve problems. 4.OA.1. Interpret a multiplication equation as a comparison, e.g., interpret 35 = 5 x 7 as a statement that

More information

K HS

K HS Page 36 Grade Four Content Standards Overview Critical Areas for COHERENCE in Grade Four Operations and Algebraic Thinking (4.OA) A. Use the four operations with whole numbers to solve problems. OA.1 OA.2

More information

Animations as support for the teaching of manufacturing

Animations as support for the teaching of manufacturing Session 3263 Animations as support for the teaching of manufacturing Marek Balazinski, Aleksander Przybylo École Polytechnique de Montréal, Mechanical Engineering Department Abstract In this paper a variety

More information

Georgia Department of Education

Georgia Department of Education Mathematics Grade 4 In Grade 4, instructional time should focus on three critical areas: (1) developing understanding and fluency with multi-digit multiplication, and developing understanding of dividing

More information

Sail into Summer with Math!

Sail into Summer with Math! Sail into Summer with Math! For Students Entering Math C This summer math booklet was developed to provide students in kindergarten through the eighth grade an opportunity to review grade level math objectives

More information

College and Career Readiness Practice Workbooks. Series Crosswalks. Math. Science. Social Studies Reading

College and Career Readiness Practice Workbooks. Series Crosswalks. Math. Science. Social Studies Reading Social Studies Reading Science Writing Math College and Career Readiness Practice Workbooks Series Crosswalks Introduction McGraw-Hill Education s College and Career Readiness Practice Workbooks align

More information

Brunswick School Department: Grade 5

Brunswick School Department: Grade 5 Understandings Questions Mathematics Lines are the fundamental building blocks of polygons. Different tools are used to measure different things. Standard units provide common language for communicating

More information

GRADE 3 GRADE-LEVEL GOALS

GRADE 3 GRADE-LEVEL GOALS Content Strand: Number and Numeration Understand the Meanings, Uses, and Representations of Numbers Understand Equivalent Names for Numbers Understand Common Numerical Relations Place value and notation

More information

Table of contents. TOOLKIT for Making Written Material Clear and Effective

Table of contents. TOOLKIT for Making Written Material Clear and Effective TOOLKIT for Making Written Material Clear and Effective Table of contents U.S. Department of Health & Human Services Centers for Medicare & Medicaid Services Table of contents Overview of the Toolkit The

More information

Grade 4 Overview. 1. Make sense of problems and persevere in solving them. 2. Reason abstractly and quantitatively.

Grade 4 Overview. 1. Make sense of problems and persevere in solving them. 2. Reason abstractly and quantitatively. Grade 4 Overview Grade 4 content is organized into five domains of focused study as outlined below in the column to the left. The Grade 4 domains listed in bold print on the shaded bars are Operations

More information

3rd grade students: 4th grade students: 5th grade students: 4.A Use the four operations with whole numbers to solve problems.

3rd grade students: 4th grade students: 5th grade students: 4.A Use the four operations with whole numbers to solve problems. 3rd grade students: 4th grade students: 5th grade students: 3.A Represent and solve problems involving multiplication and division. A.1 Interpret the factors and products in whole number multiplication

More information

Grade 4 Mathematics Scope and Sequence

Grade 4 Mathematics Scope and Sequence Grade 4 Mathematics Scope and Sequence Common Core I Can Statements Curriculum Materials & Assessment Standards (Knowledge & Skills) Resources /Comments Place Value, Rounding, and Algorithms for Addition

More information

INTRODUCTION TO SPSS OUTLINE 6/17/2013. Assoc. Prof. Dr. Md. Mujibur Rahman Room No. BN Phone:

INTRODUCTION TO SPSS OUTLINE 6/17/2013. Assoc. Prof. Dr. Md. Mujibur Rahman Room No. BN Phone: INTRODUCTION TO SPSS Assoc. Prof. Dr. Md. Mujibur Rahman Room No. BN-0-024 Phone: 89287269 E-mail: mujibur@uniten.edu.my OUTLINE About the four-windows in SPSS The basics of managing data files The basic

More information

MOUNTAIN VIEW SCHOOL DISTRICT

MOUNTAIN VIEW SCHOOL DISTRICT MOUNTAIN VIEW SCHOOL DISTRICT FIFTH GRADE MATH CC.5.OA.1 Write and interpret numerical expressions. Use parentheses, brackets, or braces in numerical expressions, and evaluate expressions with these symbols.

More information

End-of-Module Assessment Task

End-of-Module Assessment Task Name Date 1. The juice box pictured below is 4 inches high, 3 inches long, and 2 inches wide. a. In the grid above, the distance between grid lines represents one inch. Use the grid paper to sketch the

More information

Instructional. Essential Standards. Materials. Envision Topic 1 1-1; 1-2; 1-3; 1-4. Envision Topic 2 2-2; 2-3. Envision Topic 2 2-4; 2-5; 2-6

Instructional. Essential Standards. Materials. Envision Topic 1 1-1; 1-2; 1-3; 1-4. Envision Topic 2 2-2; 2-3. Envision Topic 2 2-4; 2-5; 2-6 Time Frame Period 1 Dates: Sept.4 Oct.26 Big Idea/Topic Essential Standards NS1.1 Estimate, round, and manipulate very large and very small numbers. Materials Envision Topic 1 1-1; 1-2; 1-3; 1-4 Envision

More information

Stats 170A: Project in Data Science Exploratory Data Analysis: Clustering Algorithms

Stats 170A: Project in Data Science Exploratory Data Analysis: Clustering Algorithms Stats 170A: Project in Data Science Exploratory Data Analysis: Clustering Algorithms Padhraic Smyth Department of Computer Science Bren School of Information and Computer Sciences University of California,

More information

MATH 117 Statistical Methods for Management I Chapter Two

MATH 117 Statistical Methods for Management I Chapter Two Jubail University College MATH 117 Statistical Methods for Management I Chapter Two There are a wide variety of ways to summarize, organize, and present data: I. Tables 1. Distribution Table (Categorical

More information

Thinking. Addition and Multiplication Patterns. Solving Word Problems. Identifying, Drawing, Examining, Classifying Quadrilaterals

Thinking. Addition and Multiplication Patterns. Solving Word Problems. Identifying, Drawing, Examining, Classifying Quadrilaterals Gwinnett County Public Schools Mathematics 2012-2013 Third Grade Curriculum Map 1 st Quarter 2 nd Quarter 3 rd Quarter 4 th Quarter Unit 1 Unit 2 Unit 3 Unit 4 Unit 5 Unit 6 Unit 7 Unit 8 Operations and

More information

Scope and Sequence for the Maryland Voluntary State Curriculum for Mathematics

Scope and Sequence for the Maryland Voluntary State Curriculum for Mathematics Scope and Sequence for the Maryland Voluntary State Curriculum for Mathematics The following chart provides an overview of where within Prentice Hall Course 1 Mathematics each of the Objectives of the

More information

Grade 6 Curriculum and Instructional Gap Analysis Implementation Year

Grade 6 Curriculum and Instructional Gap Analysis Implementation Year Grade 6 Curriculum and Implementation Year 2014-2015 Revised Number and operations Proportionality What new content moves into the grade 6 curriculum in Use a visual representation to describe the relationship

More information

MLSD Grade 4 Math

MLSD Grade 4 Math Grade 4 Math Required fluency Math equence 4 OA 5 4 NBT 2 4 NBT 4 p 4NBT 3 4 NBT 1 4 NBT 1 MLD Grade 4 Math 2014-2015 Add/ubtract within 1,000,000 (Fluent in the standards means fast and accurate. When

More information

Mathematics - LV 4 (with QuickTables) Correlation of the ALEKS course Mathematics LV 4 to the Common Core State Standards for Grade 4 (2010)

Mathematics - LV 4 (with QuickTables) Correlation of the ALEKS course Mathematics LV 4 to the Common Core State Standards for Grade 4 (2010) Mathematics - LV 4 (with QuickTables) Correlation of the ALEKS course Mathematics LV 4 to the Common Core State Standards for Grade 4 (2010) 4.OA: Operations & Algebraic Thinking 4.OA.A.1: 4.OA.A.2: 4.OA.A.3:

More information

B. Graphing Representation of Data

B. Graphing Representation of Data B Graphing Representation of Data The second way of displaying data is by use of graphs Although such visual aids are even easier to read than tables, they often do not give the same detail It is essential

More information