INFORMATIKA ANGOL NYELVEN

Size: px
Start display at page:

Download "INFORMATIKA ANGOL NYELVEN"

Transcription

1 Informatika angol nyelven emelt szint 0802 ÉRETTSÉGI VIZSGA október 19. INFORMATIKA ANGOL NYELVEN EMELT SZINTŰ GYAKORLATI ÉRETTSÉGI VIZSGA JAVÍTÁSI-ÉRTÉKELÉSI ÚTMUTATÓ EMBERI ERŐFORRÁSOK MINISZTÉRIUMA

2 Introduction The exercises are marked in accordance with the guide for evaluation given in the key and guide for evaluation. In the key the marks given for the major logical units are in the bordered parts. The parts without bordering contain the breakdown of the marks and reference to situations where the given mark can be awarded or can not be awarded. To ensure unified evaluation, please do not divert from the marking in the guide for evaluation. The marks can not be broken down further than indicated in the guide for evaluation. If several solutions are given for the same problem, please evaluate the solution with the most given marks. In the case of several good solutions no extra marks can be awarded. The evaluation sheet, which only contains the marks for the major evaluation units, can be found at the end of the guide for evaluation. One evaluation sheet should be filled for each examination paper and it should be attached to the examination paper (to the candidate s exercise sheet). The candidate receives this sheet at the seeing of the examination paper. The total marks awarded for the individual exercises, the marks awarded for the exam should also be indicated on the last page of the examination paper, in the tables provided. gyakorlati vizsga / október 19.

3 1. Coffee Creating file banner.jpg The size of the picture is pixels The picture contains a part from all four source files The size of the parts is pixels A deviation of 1 2 pixels can be accepted Creating file cup.gif Drew the two lines of the vapour above the cup and one curve (curved segment) is longer than the other Drew the edge of the cup and the saucer under it (one endpoint of the saucer touches the side of the cup) and these are not closed curves Drew the side and the handle of the cup using one curve (curved segment) for each and the endpoints of the handle are connected to the side of the cup The colour of the shape is brown, RGB code (102, 51, 51) The picture is 130 pixels wide and 150 pixels high Creating file coffeebean.gif Drew a brown circle with RGB code (153, 102, 51) The colours of the GIF files are correct even if the colours are created from a scattered mixture of the shades of brown lighter and darker than specified. Created the stylised coffee bean using brown colour and curved lines according to the example The picture is 150 pixels wide and 150 pixels high Page setup for document coffee is correct The left and right margins of the document are 2 cm, the top and bottom margins are 2.5 cm, the page size is A4 The document contains two pages separated by a break Table on first page The first page contains a table of width 17 cm that has two columns and one row The width of the first column of the table is 5 cm Inserted picture banner.jpg or file substbanner.jpg into the first column Formatting coffee offers Copied the text from file offers.txt into the table on the first page The font type of the title is Courier New and the font size is 28 points For the other text the font type of the coffee names is Times New Roman or Nimbus Roman, the font size is 12 points and the font size of the ingredients is 9 points The font style of the coffee names and Our coffee offers is small caps The distance between coffees is set using spacing The point can be awarded only if no unnecessary line breaks or empty paragraphs were used to set the spacings. gyakorlati vizsga / október 19.

4 The prices are aligned vertically using tabs and the ingredients of the drinks are indented using indents Inserting picture cup.gif Inserted picture cup.gif or substcoffee.gif under the coffees and aligned it centered Table on second page The second page contains a table of width 17 cm without border that has two columns and one row and the width of the second column of the table is 5 cm Inserted picture banner.jpg or file substbanner.jpg into the second column Formatting text The history of coffee Inserted the text from file history.txt into the first column of the table and aligned it justified The formatting of the title is the same as of the title on the previous page (Courier New, 28 points, small caps, spacing after) Italics are set for words caffeine, trigonelline, teophylline and teobromine and the first occurrences of words Coffea Arabica and Coffea Robusta are bold Spacing of 12 points is set both before and after the paragraphs containing the names of the two main types of coffee and the style of the text is small caps Inserting picture coffeebean.gif Inserted picture coffeebean.gif or substcoffee.gif under the text and aligned it centered 30 marks 2. Faster way In the table saved as fasterway the data according to the example are displayed correctly The mark can be awarded if the file name is accurate and the texts that can be read from the example are correct in the suitable cells. (The title is aligned in the first row according to the example.) Formatting the data The font sizes and font types are correct, the title and the numeral data are in italics, each data is bold; the units are displayed correctly (there is a space between the number and the unit) The data are aligned correctly the first two rows are twice as high as the others; the title is aligned centered between cells A1:G1 and is also aligned centered vertically; the headings are aligned centered both horizontally and vertically within the cells; in column F the inscriptions are aligned left, in column G the data are aligned right Setting initial values and times Cells A3:C3 contain 0s and range A4:A1203 contains a data series to 1200 with a difference of one gyakorlati vizsga / október 19.

5 Calculating the distance covered by the trolleybus One cell contains a correct formula Absolute and relative references are used correctly, the formula is correct in each cell of the range B4: =IF(A4<=$G$6;B3;B3+$G$7) or B4: =IF(A4<=$G$6;0;B3+$G$7) Calculating the distance travelled by the walker Criterion is given correctly and the suitable factor is given correctly (for example with function VLOOKUP()) in one cell Calculating speed correctly (multiplying speed by the factor) and calculating the distance covered correctly in one cell Absolute and relative references are used correctly; the formula is correct in each cell of the range C4: =C3+$G$9*VLOOKUP(C3;$F$12:$G$15;2;TRUE) Determining the times required to cover the distance One calculation is correct G17: =INDEX(A3:A1203;MATCH(G4;B3:B1203;1);1) or along with taking the data of column A in column D using references: G17: =VLOOKUP(G3;B1203:D1203;3;TRUE) or the running time of the trolleybus can be given as G17: =G4/G7+G6 Both calculations are correct Displaying the correct advice The advice is formatted according to the description Cells F2:G2 are merged, the advice is aligned centered both horizontally and vertically using red, bold letters of size 14 points Formula is given correctly F2: =IF(G17<G18+10;"Get on the bus";"walk") The solution can also be accepted if only the limiting value is handled incorrectly (using condition G17<=G18+10 ). Any other condition of identical meaning can be accepted. Creating the diagram Displaying range A3:C1203 on the Scatter XY diagram with the labels given in the exercise on a separate sheet Labels title: Distance-time diagram ; X axis: time (s) ; Y axis: distance travelled (m) The scale of the horizontal axis ranges from 0 to 1200; on the diagram the data points are not highlighted with marker 1 gyakorlati vizsga / október 19.

6 3. Student work Creating the database, importing the data Created the database with name studentwork and imported the tables The given fields appear with suitable types The mark can be awarded even if number was set instead of autonumber. Table job contains a unique identifier with name jobid Query 2standin The query contains fields jdate and wages Filtering criterion is correct SELECT jdate, wages FROM job WHERE job="stand-in worker" AND hours=4; Query 3unoccupied Each date appears only once Correct filtering for field studentid SELECT DISTINCT jdate FROM job WHERE studentid is Null; or SELECT jdate FROM job WHERE studentid is Null GROUP BY jdate; Query 4jobopportunities Displays the number of job opportunities (COUNT()) SELECT COUNT(*) FROM job; Report 5perday A report was created using fields jdate, wages, hours, job Groups according to days according to field jdate The records are displayed according to wages in decreasing order Query 6secondary Filtering is correct for the job opportunities offered to secondary school students Connection between the tables is correct Groups according to workplace The mark can also be awarded if grouping is based only on the name of the workplace. Arranges into decreasing order according to average hourly wages (AVG()) Displays only the name of the first workplace SELECT TOP 1 employer.wname FROM employer, job WHERE employer.wplaceid=job.wplaceid AND job.secondaryschool GROUP BY employer.wname, employer.wplaceid ORDER BY AVG(job.wages) DESC; gyakorlati vizsga / október 19.

7 Query 7totalincome Connection between the tables is correct Calculation of money earned is correct for each job (hours*wages) Displays the student s name and the total money earned (SUM()) Groups according to students The mark can also be awarded if grouping is based only on students names. SELECT student.sname, SUM(job.hours*job.wages) FROM student, job WHERE job.studentid=student.studentid GROUP BY student.sname, student.studentid; Query 8deliverer Students names are displayed once Connection between the tables is correct Filters for the naming of the job correctly, uses connection OR between the criteria for deliverer and courier Filters correctly for the year of birth (YEAR()), uses connection AND for this and the previous criterion if that exists SELECT DISTINCT student.sname FROM job, student WHERE job.studentid=student.studentid AND (job.job="courier" OR job.job="deliverer") AND YEAR(student.dateofbirth)>=1988; or SELECT student.sname FROM job, student WHERE job.studentid=student.studentid AND (job.job="courier" OR job.job="deliverer") AND YEAR(student.dateofbirth)>=1988 GROUP BY student.sname, student.studentid; gyakorlati vizsga / október 19.

8 Query 9kos Gives the identifier of the workplace and the date of the work in the auxiliary query or subquery In the auxiliary query or subquery filtering for Kos Péter s name is correct In the query the students name and the date of the work are displayed Kos Péter s name is not displayed in the result The auxiliary query or subquery is incorporated into the query correctly together with setting the criteria for date and workplace, that is, the connections between the used tables and the auxiliary query or subquery are correct The connections between the used tables are correct everywhere The mark is awarded if at least one of the query, auxiliary query or subquery contains several tables and the connections between the tables are correct. 9KosAuxiliary: SELECT job.wplaceid, job.jdate FROM job, student WHERE job.studentid=student.studentid AND student.sname="kos Péter"; and SELECT student.sname, job.jdate FROM job, student, 9KosAuxiliary WHERE job.studentid=student.studentid AND job.jdate=9kosauxiliary.jdate AND job.wplaceid=9kosauxiliary.wplaceid AND student.sname<>"kos Péter"; 4. Colour-image 30 marks The submitted program can be evaluated only if the source file that corresponds to the chosen programming environment exists and it contains the source code required for the solution of the exercise part. During evaluation solutions that produce runtime errors or solutions that are partially good should be evaluated if the part of the code that corresponds to the given mark is flawless. The program given in the solution also displays the image. This was not part of the exercise, it is only meant as a help to the correcting teachers. The image given in the source has the following form: 1 Brown (200, 96, 64) 2 Red (255, 0, 0) 3 Green (0, 255, 0) 4 Blue (0, 0, 255) 5 Magenta (255, 0, 255) 6 Yellow (255, 255, 0) gyakorlati vizsga / október 19.

9 Messages on the screen If there exists an exercise where the exercise number was displayed and there was reference to the content to be read If the number is displayed for at least half of the exercises involving displaying something on the screen and there was reference to the content to be read If the number is displayed for each exercise involving displaying something on the screen and there was reference to the content to be read Processing the input file (image.txt) Opened the file for reading Read at least one data line from the file Stored the read data The mark can be awarded if the data were processed without storing. Read each data Stored each data The marks can be awarded if the data were not stored but processed immediately upon reading. Requesting an RGB code and decision Requested three numbers from the user Decided whether the given colour appears in the image using the program The decision is correct The result is displayed on the screen Counting the colour of the 8 th pixel in the 35 th row Determined the 35 th row and the 8 th pixel correctly Read the colour of the pixel Counted the pixels of the given colour in the 35 th row Counted the pixels of the given colour in the 8 th column Displayed the results on the screen Choosing the colour appearing in most cases from colours red, green and blue Decided for one pixel whether its colour is red, blue or green Counted pixels of at least one colour in the image Counted pixels of all three colours Determined which of the three colours appears in most cases Displayed the colour appearing in most cases Black frame of width 3 pixels Created a frame on at least one side of the image The frame exists on at least one horizontal and vertical side Frame exists on each side The width of the frame is 3 pixels The frame is black 7 marks gyakorlati vizsga / október 19.

10 Writing the data into file Created file framed.txt At least one line of the file contains data The colour of at least one pixel was written into the file using the given format (separated by spaces) One line contains the data of only one pixel The colour of at least 50 pixels was written into the file The colour of each pixel was written into the file Searching for yellow colour Determined for at least one pixel whether it is yellow Determined the row of the first yellow pixel Determined the column of the first yellow pixel Determined the row of the last yellow pixel Determined the column of the last yellow pixel Determined the number of yellow pixels Displayed the first and last pixels on the screen Displayed the number of yellow pixels on the screen 9 marks 4 gyakorlati vizsga / október 19.

11 értékelőlap Azonosító jel: 1. Coffee Creating file banner.jpg Creating file cup.gif Creating file coffeebean.gif Page setup for document coffee is correct Table on first page Formatting coffee offers Inserting picture cup.gif Table on second page Formatting text The history of coffee Inserting picture coffeebean.gif 30 marks gyakorlati vizsga / október 19.

12 értékelőlap Azonosító jel: 2. Faster way In the table saved as fasterway the data according to the example are displayed correctly Formatting the data Giving initial values and times Calculating the distance travelled by the trolleybus Calculating the distance travelled by the walker Determining the times required to cover the distance Displaying the correct advice Creating the diagram 1 gyakorlati vizsga / október 19.

13 értékelőlap Azonosító jel: 3. Student work Creating the database, importing the data Query 2standin Query 3unoccupied Query 4jobopportunities Report 5perday Query 6secondary Query 7totalincome Query 8deliverer Query 9kos 30 marks gyakorlati vizsga / október 19.

14 értékelőlap Azonosító jel: 4. Colour-image Messages on the screen Processing the input file (image.txt) Requesting an RGB code and decision Counting the colour of the 8 th pixel in the 35 th row Choosing the colour appearing in most cases from colours red, green and blue Black frame of width 3 pixels Writing the data into file Searching for yellow colour 7 marks 9 marks 4 gyakorlati vizsga / október 19.

INFORMATIKA ANGOL NYELVEN

INFORMATIKA ANGOL NYELVEN ÉRETTSÉGI VIZSGA 2011. május 10. INFORMATIKA ANGOL NYELVEN EMELT SZINTŰ GYAKORLATI VIZSGA 2011. május 10. 8:00 A gyakorlati vizsga időtartama: 240 perc Beadott dokumentumok Piszkozati pótlapok száma Beadott

More information

MATEMATIKA ANGOL NYELVEN

MATEMATIKA ANGOL NYELVEN Matematika angol nyelven középszint 1011 ÉRETTSÉGI VIZSGA 010. október 19. MATEMATIKA ANGOL NYELVEN KÖZÉPSZINTŰ ÍRÁSBELI ÉRETTSÉGI VIZSGA JAVÍTÁSI-ÉRTÉKELÉSI ÚTMUTATÓ NEMZETI ERŐFORRÁS MINISZTÉRIUM Instructions

More information

National 4/5 Administration and I.T.

National 4/5 Administration and I.T. National 4/5 Administration and I.T. Personal Learning Plan Name: This document has been produced to help you track your learning within Administration and I.T. Your teacher will tell you when you should

More information

Excel 2003: Discos. 1. Open Excel. 2. Create Choose a new worksheet and save the file to your area calling it: Disco.xls

Excel 2003: Discos. 1. Open Excel. 2. Create Choose a new worksheet and save the file to your area calling it: Disco.xls Excel 2003: Discos 1. Open Excel 2. Create Choose a new worksheet and save the file to your area calling it: Disco.xls 3. Enter the following data into your spreadsheet: 4. Make the headings bold. Centre

More information

Spreadsheets 3: Charts and Graphs

Spreadsheets 3: Charts and Graphs Spreadsheets 3: Charts and Graphs Name: Main: When you have finished this handout, you should have the following skills: Setting up data correctly Labeling axes, legend, scale, title Editing symbols, colors,

More information

UNIT 1: ICT SKILLS FOR BUSINESS

UNIT 1: ICT SKILLS FOR BUSINESS HN OSBORN EXEMPLAR UNIT 1: SKILLS FOR BUSINESS TASK 5: Design, create and use a business spreadsheet ASSESSMENT CHECK LIST TASK PASS: Create a simple business Spreadsheet and at least two calculations.

More information

PASS Sample Size Software. These options specify the characteristics of the lines, labels, and tick marks along the X and Y axes.

PASS Sample Size Software. These options specify the characteristics of the lines, labels, and tick marks along the X and Y axes. Chapter 940 Introduction This section describes the options that are available for the appearance of a scatter plot. A set of all these options can be stored as a template file which can be retrieved later.

More information

FÖLDRAJZ ANGOL NYELVEN KÖZÉPSZINTŰ ÍRÁSBELI VIZSGA JAVÍTÁSI-ÉRTÉKELÉSI ÚTMUTATÓ

FÖLDRAJZ ANGOL NYELVEN KÖZÉPSZINTŰ ÍRÁSBELI VIZSGA JAVÍTÁSI-ÉRTÉKELÉSI ÚTMUTATÓ Földrajz angol nyelven középszint 1711 ÉRETTSÉGI VIZSGA 2018. május 18. FÖLDRAJZ ANGOL NYELVEN KÖZÉPSZINTŰ ÍRÁSBELI VIZSGA JAVÍTÁSI-ÉRTÉKELÉSI ÚTMUTATÓ EMBERI ERŐFORRÁSOK MINISZTÉRIUMA Guidelines for the

More information

PASS Sample Size Software

PASS Sample Size Software Chapter 945 Introduction This section describes the options that are available for the appearance of a histogram. A set of all these options can be stored as a template file which can be retrieved later.

More information

Chapter 4: Patterns and Relationships

Chapter 4: Patterns and Relationships Chapter : Patterns and Relationships Getting Started, p. 13 1. a) The factors of 1 are 1,, 3,, 6, and 1. The factors of are 1,,, 7, 1, and. The greatest common factor is. b) The factors of 16 are 1,,,,

More information

Physics 253 Fundamental Physics Mechanic, September 9, Lab #2 Plotting with Excel: The Air Slide

Physics 253 Fundamental Physics Mechanic, September 9, Lab #2 Plotting with Excel: The Air Slide 1 NORTHERN ILLINOIS UNIVERSITY PHYSICS DEPARTMENT Physics 253 Fundamental Physics Mechanic, September 9, 2010 Lab #2 Plotting with Excel: The Air Slide Lab Write-up Due: Thurs., September 16, 2010 Place

More information

Excel Tool: Plots of Data Sets

Excel Tool: Plots of Data Sets Excel Tool: Plots of Data Sets Excel makes it very easy for the scientist to visualize a data set. In this assignment, we learn how to produce various plots of data sets. Open a new Excel workbook, and

More information

EXERCISE 1: CREATE LINE SPARKLINES

EXERCISE 1: CREATE LINE SPARKLINES EXERCISE 1: CREATE LINE SPARKLINES In this exercise you ll create line sparklines. Then you ll convert the line type to the column type. Part 1: Create the sparklines Before you start, notice that the

More information

Sudoku Mock Test 5. Instruction Booklet. 28 th December, IST (GMT ) 975 points + Time Bonus. Organized by. Logic Masters: India

Sudoku Mock Test 5. Instruction Booklet. 28 th December, IST (GMT ) 975 points + Time Bonus. Organized by. Logic Masters: India Sudoku Mock Test 5 Instruction Booklet 28 th December, 2008 14.30 16.30 IST (GMT + 5.30) 975 points + Time Bonus Organized by Logic Masters: India Points Distribution No. Sudoku Points Puzzle Creator 1

More information

Microsoft Excel Math Formula Guide

Microsoft Excel Math Formula Guide Microsoft Excel is a spreadsheet software that is used to organize and calculate data. This handout will focus on how to use built-in Excel functions to solve basic mathematical calculations. Basics of

More information

Part I: Color Foundations The Basic Principles of COLOUR theory

Part I: Color Foundations The Basic Principles of COLOUR theory Part I: Color Foundations The Basic Principles of COLOUR theory Colour Systems Available colour systems are dependent on the medium with which a designer is working. When painting, an artist has a variety

More information

Step 1: Set up the variables AB Design. Use the top cells to label the variables that will be displayed on the X and Y axes of the graph

Step 1: Set up the variables AB Design. Use the top cells to label the variables that will be displayed on the X and Y axes of the graph Step 1: Set up the variables AB Design Use the top cells to label the variables that will be displayed on the X and Y axes of the graph Step 1: Set up the variables X axis for AB Design Enter X axis label

More information

Excel Lab 2: Plots of Data Sets

Excel Lab 2: Plots of Data Sets Excel Lab 2: Plots of Data Sets Excel makes it very easy for the scientist to visualize a data set. In this assignment, we learn how to produce various plots of data sets. Open a new Excel workbook, and

More information

Excel 2013 Unit A: Getting Started With Excel 2013

Excel 2013 Unit A: Getting Started With Excel 2013 Excel 2013 Unit A: Getting Started With Excel 2013 MULTIPLE CHOICE 1. An electronic is an application you use to perform numeric calculations and to analyze and present numeric data. a. database c. dataform

More information

This tutorial will lead you through step-by-step to make the plot below using Excel.

This tutorial will lead you through step-by-step to make the plot below using Excel. GES 131 Making Plots with Excel 1 / 6 This tutorial will lead you through step-by-step to make the plot below using Excel. Number of Non-Student Tickets vs. Student Tickets Y, Number of Non-Student Tickets

More information

MFM1P Exam Review Questions

MFM1P Exam Review Questions MFM1P Exam Review Questions 1. Simplify each expression fully. a) 3x 2x + 7x b) -5p 2 + 3p + 6p 2 p c) 5(3x 3) d) 4(2x 2 3x + 2) e) (3x 2 3x + 3) (2x 2 3x - 3) f) 3x(2x 2 2x + 1) 2. Solve each equation

More information

Creating Run Charts (Time Series Plots, Line Charts) Excel 2010 Tutorial

Creating Run Charts (Time Series Plots, Line Charts) Excel 2010 Tutorial Creating Run Charts (Time Series Plots, Line Charts) Excel 2010 Tutorial Excel file for use with this tutorial GraphTutorData.xlsx File Location http://faculty.ung.edu/kmelton/data/graphtutordata.xlsx

More information

Count the objects after you draw 1 more. Write the number in the box. Use the code to color when you are finished. Draw 1 more face. How many?

Count the objects after you draw 1 more. Write the number in the box. Use the code to color when you are finished. Draw 1 more face. How many? Lesson 17 Problem Set Count the objects after you draw 1 more. Write the number in the box. Use the code to color when you are finished. 3 blue 4 red 5 yellow 6 green Draw 1 more cloud. Draw 1 more face.

More information

Write a spreadsheet formula in cell A3 to calculate the next value of h. Formulae

Write a spreadsheet formula in cell A3 to calculate the next value of h. Formulae Hire a coach In this activity you will use Excel to draw line graphs which show the connection between variables in real situations. You will also study how features of the graphs are related to the information

More information

MATEMATIKA ANGOL NYELVEN

MATEMATIKA ANGOL NYELVEN ÉRETTSÉGI VIZSGA 2018. október 16. MATEMATIKA ANGOL NYELVEN KÖZÉPSZINTŰ ÍRÁSBELI VIZSGA 2018. október 16. 8:00 I. Időtartam: 57 perc Pótlapok száma Tisztázati Piszkozati EMBERI ERŐFORRÁSOK MINISZTÉRIUMA

More information

DRAFT Solid Edge ST4 Update Training Draft

DRAFT Solid Edge ST4 Update Training Draft DRAFT Solid Edge ST4 Update Training Draft Presented by: Steve Webb Topics Parts List Table Titles Column Headers Headers Merging Header Rotate Cell Aspect Ratio Cell Formatting Overriding Disabled Cells

More information

We can see from columns 1 and 2 that: [Bottom number 12 = Top number] OR. [Top number 12 = Bottom number] [132] [6] 11 [10]

We can see from columns 1 and 2 that: [Bottom number 12 = Top number] OR. [Top number 12 = Bottom number] [132] [6] 11 [10] Q1-3. To complete the table, pick a column where you have been given both the top and the bottom numbers. Work out the relationship between the top and the bottom number. Apply the same rule to all columns.

More information

5CHAMPIONSHIP. Individual Round Puzzle Examples SUDOKU. th WORLD. from PHILADELPHIA. Lead Sponsor

5CHAMPIONSHIP. Individual Round Puzzle Examples SUDOKU. th WORLD. from  PHILADELPHIA. Lead Sponsor th WORLD SUDOKU CHAMPIONSHIP PHILADELPHIA A P R M A Y 0 0 0 Individual Round Puzzle Examples from http://www.worldpuzzle.org/wiki/ Lead Sponsor Classic Sudoku Place the digits through into the empty cells

More information

Copies of the Color by Pixel template sheets (included in the Resources section). Colored pencils, crayons, markers, or other supplies for coloring.

Copies of the Color by Pixel template sheets (included in the Resources section). Colored pencils, crayons, markers, or other supplies for coloring. This offline lesson plan covers the basics of computer graphics. After learning about how graphics work, students will create their own Color by Pixel programs. The lesson plan consists of four parts,

More information

MID-LEVEL EXERCISES. Project Management Life Cycle. Project Management

MID-LEVEL EXERCISES. Project Management Life Cycle. Project Management MID-LEVEL EXERCISES Project Management Life Cycle You have been asked to train the employees of a family-owned company about the life cycle of a m* " project. You begin a slide show by creating an infographic,

More information

CHAPTER 2 NOTES. Chapter 2 Level 1

CHAPTER 2 NOTES. Chapter 2 Level 1 CHAPTER 2 NOTES Chapter 2 Level 1 Page 83 o Open the file Chapter 2 Level 1 and save it as QC Analysis. o In cell H3, enter the formula =ROUND(G3,2) o Copy that formula down through H4:H31 o Set the format

More information

A To draw a line graph showing the connection between the time and cost

A To draw a line graph showing the connection between the time and cost Hire a coach In this activity you will use Excel to draw line graphs which show the connection between variables in real situations. You will also study how features of the graphs are related to the information

More information

Math 65A Elementary Algebra A Exam II STUDY GUIDE and REVIEW Chapter 2, Sections 3 5, and Chapter 3, Sections 1-3

Math 65A Elementary Algebra A Exam II STUDY GUIDE and REVIEW Chapter 2, Sections 3 5, and Chapter 3, Sections 1-3 Exam II STUDY GUIDE and REVIEW Chapter 2, Sections 5, and Chapter, Sections 1 - Exam II will be given on Thursday, April 10. You will have the entire class time for the exam. It will cover Chapter 2, Sections

More information

MATHEMATICAL FUNCTIONS AND GRAPHS

MATHEMATICAL FUNCTIONS AND GRAPHS 1 MATHEMATICAL FUNCTIONS AND GRAPHS Objectives Learn how to enter formulae and create and edit graphs. Familiarize yourself with three classes of functions: linear, exponential, and power. Explore effects

More information

GET OVERLAPPED! Author: Huang Yi. Forum thread:

GET OVERLAPPED! Author: Huang Yi. Forum thread: GET OVERLAPPED! Author: Huang Yi Test page: http://logicmastersindia.com/2019/02s/ Forum thread: http://logicmastersindia.com/forum/forums/thread-view.asp?tid=2690 About this Test: This test presents a

More information

Office 2016 Excel Basics 24 Video/Class Project #36 Excel Basics 24: Visualize Quantitative Data with Excel Charts. No Chart Junk!!!

Office 2016 Excel Basics 24 Video/Class Project #36 Excel Basics 24: Visualize Quantitative Data with Excel Charts. No Chart Junk!!! Office 2016 Excel Basics 24 Video/Class Project #36 Excel Basics 24: Visualize Quantitative Data with Excel Charts. No Chart Junk!!! Goal in video # 24: Learn about how to Visualize Quantitative Data with

More information

Building a Chart Using Trick or Treat Data a step by step guide By Jeffrey A. Shaffer

Building a Chart Using Trick or Treat Data a step by step guide By Jeffrey A. Shaffer Building a Chart Using Trick or Treat Data a step by step guide By Jeffrey A. Shaffer Each year my home is bombarded on Halloween with an incredible amount of Trick or Treaters. So what else would an analytics

More information

Benchmark Excel 2010 Level 1, Chapter 4 Rubrics

Benchmark Excel 2010 Level 1, Chapter 4 Rubrics Benchmark Excel 2010 Level 1, Chapter Rubrics Note that the following are suggested rubrics. Instructors should feel free to customize the rubric to suit their grading standards and/or to adjust the point

More information

UNIT TWO: Data for Simple Calculations. Enter and format a title Modify font style and size Enter column headings Move data Edit data

UNIT TWO: Data for Simple Calculations. Enter and format a title Modify font style and size Enter column headings Move data Edit data UNIT TWO: Data for Simple Calculations T o p i c s : Enter and format a title Modify font style and size Enter column headings Move data Edit data I. Entering and Formatting Titles: The information used

More information

Data Analysis Part 1: Excel, Log-log, & Semi-log plots

Data Analysis Part 1: Excel, Log-log, & Semi-log plots Data Analysis Part 1: Excel, Log-log, & Semi-log plots Why Excel is useful Excel is a powerful tool used across engineering fields. Organizing data Multiple types: date, text, numbers, currency, etc Sorting

More information

Graphing Guidelines. Controlled variables refers to all the things that remain the same during the entire experiment.

Graphing Guidelines. Controlled variables refers to all the things that remain the same during the entire experiment. Graphing Graphing Guidelines Graphs must be neatly drawn using a straight edge and pencil. Use the x-axis for the manipulated variable and the y-axis for the responding variable. Manipulated Variable AKA

More information

Students use absolute value to determine distance between integers on the coordinate plane in order to find side lengths of polygons.

Students use absolute value to determine distance between integers on the coordinate plane in order to find side lengths of polygons. Student Outcomes Students use absolute value to determine distance between integers on the coordinate plane in order to find side lengths of polygons. Lesson Notes Students build on their work in Module

More information

Chapter 2. The Excel functions, Excel Analysis ToolPak Add-ins or Excel PHStat2 Add-ins needed to create frequency distributions are:

Chapter 2. The Excel functions, Excel Analysis ToolPak Add-ins or Excel PHStat2 Add-ins needed to create frequency distributions are: I. Organizing Data in Tables II. Describing Data by Graphs Chapter 2 I. Tables: 1. Frequency Distribution (Nominal or Ordinal) 2. Grouped Frequency Distribution (Interval or Ratio data) 3. Joint Frequency

More information

Learning Guide. ASR Automated Systems Research Inc. # Douglas Crescent, Langley, BC. V3A 4B6. Fax:

Learning Guide. ASR Automated Systems Research Inc. # Douglas Crescent, Langley, BC. V3A 4B6. Fax: Learning Guide ASR Automated Systems Research Inc. #1 20461 Douglas Crescent, Langley, BC. V3A 4B6 Toll free: 1-800-818-2051 e-mail: support@asrsoft.com Fax: 604-539-1334 www.asrsoft.com Copyright 1991-2013

More information

Try what you learned (and some new things too)

Try what you learned (and some new things too) Training Try what you learned (and some new things too) PART ONE: DO SOME MATH Exercise 1: Type some simple formulas to add, subtract, multiply, and divide. 1. Click in cell A1. First you ll add two numbers.

More information

Please do not hesitate to contact us if you have any questions or issues during installation or operation

Please do not hesitate to contact us if you have any questions or issues during installation or operation OPTOSPLIT II Manual BYPASS This guide details initial set up and installation of your OptoSplit II Bypass (BP) image splitter. Each unit is serial numbered, calibrated and QC d prior to delivery, therefore

More information

MiSP Permeability and Porosity Worksheet 1 L3

MiSP Permeability and Porosity Worksheet 1 L3 MiSP Permeability and Porosity Worksheet 1 L3 Name Date Water Movement Through the Ground Introduction: You have learned about permeability and porosity. Porosity is a measure of the empty space that is

More information

Appendix 3 - Using A Spreadsheet for Data Analysis

Appendix 3 - Using A Spreadsheet for Data Analysis 105 Linear Regression - an Overview Appendix 3 - Using A Spreadsheet for Data Analysis Scientists often choose to seek linear relationships, because they are easiest to understand and to analyze. But,

More information

MX-2700N MX-3500N MX-3501N MX-4500N MX-4501N. Copier Guide

MX-2700N MX-3500N MX-3501N MX-4500N MX-4501N. Copier Guide MODEL: MX-2300N MX-2700N MX-3500N MX-350N MX-4500N MX-450N Copier Guide TABLE OF CONTENTS ABOUT THIS MANUAL........................ 3 MANUALS PROVIDED WITH THE MACHINE... 3 BASIC PROCEDURE FOR MAKING COPIES

More information

MRI Grid. The MRI Grid is a tool in MRI Cell Image Analyzer, that can be used to associate measurements with labeled positions on a board.

MRI Grid. The MRI Grid is a tool in MRI Cell Image Analyzer, that can be used to associate measurements with labeled positions on a board. Abstract The is a tool in MRI Cell Image Analyzer, that can be used to associate measurements with labeled positions on a board. Illustration 2: A grid on a binary image. Illustration 1: The interface

More information

A Guide to Using the Generic Flyer Template

A Guide to Using the Generic Flyer Template A Guide to Using the Generic Flyer Template The purpose of this document is to demonstrate the creative uses of the Generic Flyer Template as well as providing a style guide for the successful application

More information

Instructions for Figure Submission

Instructions for Figure Submission Instructions for Figure Submission Please double check that your figures meet ALL of the following criteria: 1. Authors should be pleased with the figure submission quality before submission. It is recommended

More information

BacklightFly Manual.

BacklightFly Manual. BacklightFly Manual http://www.febees.com/ Contents Start... 3 Installation... 3 Registration... 7 BacklightFly 1-2-3... 9 Overview... 10 Layers... 14 Layer Container... 14 Layer... 16 Density and Design

More information

Section 3 Correlation and Regression - Worksheet

Section 3 Correlation and Regression - Worksheet The data are from the paper: Exploring Relationships in Body Dimensions Grete Heinz and Louis J. Peterson San José State University Roger W. Johnson and Carter J. Kerk South Dakota School of Mines and

More information

Microsoft Excel Lab Two (Completed 03/02/18) Transcript by Rev.com. Page 1 of 6

Microsoft Excel Lab Two (Completed 03/02/18) Transcript by Rev.com. Page 1 of 6 [00:00:31] Speaker 1: Hello everyone and welcome to excel lab two. To get started with this lab you will need two files. You will need excel lab two instructions file also, you will need excel lab two

More information

FUNCTIONAL SKILLS ONSCREEN (MATHEMATICS) MARK SCHEME LEVEL 1 PRACTICE SET 2

FUNCTIONAL SKILLS ONSCREEN (MATHEMATICS) MARK SCHEME LEVEL 1 PRACTICE SET 2 Guidance for Marking Functional Mathematics Papers Genera All candidates must receive the same treatment. You must mark the first candidate in exactly the same way as you mark the last. Mark schemes should

More information

MiSP Permeability and Porosity Worksheet #1 L3

MiSP Permeability and Porosity Worksheet #1 L3 MiSP Permeability and Porosity Worksheet #1 L3 Name Date Water Movement Through the Ground Introduction You have learned about permeability and porosity. Porosity is a measure of the empty space that is

More information

RGB COLORS. Connecting with Computer Science cs.ubc.ca/~hoos/cpsc101

RGB COLORS. Connecting with Computer Science cs.ubc.ca/~hoos/cpsc101 RGB COLORS Clicker Question How many numbers are commonly used to specify the colour of a pixel? A. 1 B. 2 C. 3 D. 4 or more 2 Yellow = R + G? Combining red and green makes yellow Taught in elementary

More information

The BIOS in many personal computers stores the date and time in BCD. M-Mushtaq Hussain

The BIOS in many personal computers stores the date and time in BCD. M-Mushtaq Hussain Practical applications of BCD The BIOS in many personal computers stores the date and time in BCD Images How data for a bitmapped image is encoded? A bitmap images take the form of an array, where the

More information

OOo Switch: 501 Things You Wanted to Know About Switching to OpenOffice.org from Microsoft Office

OOo Switch: 501 Things You Wanted to Know About Switching to OpenOffice.org from Microsoft Office OOo Switch: 501 Things You Wanted to Know About Switching to OpenOffice.org from Microsoft Office Tamar E. Granor Hentzenwerke Publishing ii Table of Contents Our Contract with You, The Reader Acknowledgements

More information

A graph is an effective way to show a trend in data or relating two variables in an experiment.

A graph is an effective way to show a trend in data or relating two variables in an experiment. Chem 111-Packet GRAPHING A graph is an effective way to show a trend in data or relating two variables in an experiment. Consider the following data for exercises #1 and 2 given below. Temperature, ºC

More information

Logic Masters India Presents. April 14 16, 2012 April 2012 Monthly Sudoku Test INSTRUCTION BOOKLET

Logic Masters India Presents. April 14 16, 2012 April 2012 Monthly Sudoku Test INSTRUCTION BOOKLET Logic Masters India Presents April 14 16, 2012 April 2012 Monthly Sudoku Test INSTRUCTION BOOKLET Thanks to Tawan Sunathvanichkul (ta mz29) for test solving the puzzles and David Millar for designing the

More information

Measuring in Centimeters

Measuring in Centimeters MD2-3 Measuring in Centimeters Pages 179 181 Standards: 2.MD.A.1 Goals: Students will measure pictures of objects in centimeters using centimeter cubes and then a centimeter ruler. Prior Knowledge Required:

More information

User s Manual ❿ Drawings-Detailing

User s Manual ❿ Drawings-Detailing User s Manual ❿ Drawings-Detailing 2 CONTENTS I. THE NEW UPGRADED INTERFACE of SCADA Pro 4 1. UNITS 5 1.1 Drawings-Detailing 5 I. Files 6 II. Drawing 25 III. Formworks 30 IV. Edit 45 V. View 58 VI. Layers

More information

Line Graphs. Name: The independent variable is plotted on the x-axis. This axis will be labeled Time (days), and

Line Graphs. Name: The independent variable is plotted on the x-axis. This axis will be labeled Time (days), and Name: Graphing Review Graphs and charts are great because they communicate information visually. For this reason graphs are often used in newspapers, magazines, and businesses around the world. Sometimes,

More information

Assignment 5 due Monday, May 7

Assignment 5 due Monday, May 7 due Monday, May 7 Simulations and the Law of Large Numbers Overview In both parts of the assignment, you will be calculating a theoretical probability for a certain procedure. In other words, this uses

More information

Lesson 16: The Computation of the Slope of a Non Vertical Line

Lesson 16: The Computation of the Slope of a Non Vertical Line ++ Lesson 16: The Computation of the Slope of a Non Vertical Line Student Outcomes Students use similar triangles to explain why the slope is the same between any two distinct points on a non vertical

More information

Customized Foam for Tools

Customized Foam for Tools Table of contents Make sure that you have the latest version before using this document. o o o o o o o Overview of services offered and steps to follow (p.3) 1. Service : Cutting of foam for tools 2. Service

More information

MiSP Permeability and Porosity Worksheet 1 L2

MiSP Permeability and Porosity Worksheet 1 L2 MiSP Permeability and Porosity Worksheet 1 L2 Name Date Water Movement Through the Ground Introduction: You have learned about permeability and porosity. Porosity is a measure of the empty space that is

More information

PhotoFiltre DEPARTMENT OF EDUCATION

PhotoFiltre DEPARTMENT OF EDUCATION DEPARTMENT OF EDUCATION PhotoFiltre Updated on 20 February 2010 This resource is part of the resource collection available through the ecentre for teachers. www.ecentre.education.tas.gov.au PhotoFiltre

More information

CHM 109 Excel Refresher Exercise adapted from Dr. C. Bender s exercise

CHM 109 Excel Refresher Exercise adapted from Dr. C. Bender s exercise CHM 109 Excel Refresher Exercise adapted from Dr. C. Bender s exercise (1 point) (Also see appendix II: Summary for making spreadsheets and graphs with Excel.) You will use spreadsheets to analyze data

More information

Tas Engineering Training Workbook 1

Tas Engineering Training Workbook 1 Tas Engineering Training Workbook 1 Tas 3D Modeller Tas Manager Your Tas Manager contains two main folders: a Tas folder and a Tas Data folder. See the directory-tree on the left-hand side above. If you

More information

Logic Masters India. Sample Booklet

Logic Masters India. Sample Booklet In ssociation with Logic Masters India Sample ooklet Note: This booklet is mainly meant to serve as practice to those who are new to Sudoku competitions and to give an idea of the structure of the online

More information

Exploring the Pythagorean Theorem

Exploring the Pythagorean Theorem Exploring the Pythagorean Theorem Lesson 11 Mathematics Objectives Students will analyze relationships to develop the Pythagorean Theorem. Students will find missing sides in right triangles using the

More information

Synergy Round. Warming Up. Where in the World? Scrabble With Numbers. Earning a Gold Star

Synergy Round. Warming Up. Where in the World? Scrabble With Numbers. Earning a Gold Star Synergy Round Warming Up Where in the World? You re standing at a point on earth. After walking a mile north, then a mile west, then a mile south, you re back where you started. Where are you? [4 points]

More information

LMI Monthly Test May 2010 Instruction Booklet

LMI Monthly Test May 2010 Instruction Booklet Submit at http://www.logicmastersindia.com/m201005 LMI Monthly Test May 2010 Instruction Booklet Forum http://logicmastersindia.com/forum/forums/thread-view.asp?tid=53 Start Time 22-May-2010 20:00 IST

More information

Preparation of figures for Publication in Clinical and Experimental Pharmacology and Physiology

Preparation of figures for Publication in Clinical and Experimental Pharmacology and Physiology CEPP Guidelines for Preparation and Submission of Figures 1 Preparation of figures for Publication in Clinical and Experimental Pharmacology and Physiology Important Note: Submitted manuscripts with figures

More information

Graphic Identity Standards

Graphic Identity Standards Graphic Identity Standards Aquinas College Graphic standards Manual Section One Contents Introduction Format Colors Isolation Acceptable Variations Unacceptable Variations Sizes Typography Letterhead Envelopes,

More information

Geometry. Teacher s Guide

Geometry. Teacher s Guide Geometry Teacher s Guide WALCH PUBLISHING Table of Contents To the Teacher.......................................................... vi Classroom Management..................................................

More information

Lab 15: EXL3 Microsoft Excel s AutoFill Tool, Multiple Worksheets, Charts and Conditional Formatting

Lab 15: EXL3 Microsoft Excel s AutoFill Tool, Multiple Worksheets, Charts and Conditional Formatting Lab 15: EXL3 Microsoft Excel s AutoFill Tool, Multiple Worksheets, Charts and Conditional Formatting Learn how to work with multiple worksheets, use the AutoFill tool, charts, and apply conditional formatting

More information

G 1 3 G13 BREAKING A STICK #1. Capsule Lesson Summary

G 1 3 G13 BREAKING A STICK #1. Capsule Lesson Summary G13 BREAKING A STICK #1 G 1 3 Capsule Lesson Summary Given two line segments, construct as many essentially different triangles as possible with each side the same length as one of the line segments. Discover

More information

2012 UPPER PRIMARY PRELIMINARY ROUND PAPER Time allowed:75 minutes INSTRUCTION AND INFORMATION

2012 UPPER PRIMARY PRELIMINARY ROUND PAPER Time allowed:75 minutes INSTRUCTION AND INFORMATION International Mathematics Assessments for Schools 2012 UPPER PRIMARY PRELIMINARY ROUND PAPER Time allowed:75 minutes INSTRUCTION AND INFORMATION GENERAL 1. Do not open the booklet until told to do so by

More information

Standard Sudoku point. 1 point. P a g e 1

Standard Sudoku point. 1 point. P a g e 1 P a g e 1 Standard 1-2 Place a digit from 1 to 6 in each empty cell so that each digit appears exactly once in each row, column and 2X box. 1 point A 6 2 6 2 1 5 1 point B 5 2 2 4 1 1 6 5 P a g e 2 Standard

More information

Excel Manual X Axis Scales 2010 Graph Two X-

Excel Manual X Axis Scales 2010 Graph Two X- Excel Manual X Axis Scales 2010 Graph Two X-axis same for both X, and Y axes, and I can see the X and Y data maximum almost the same, but the graphy on Thanks a lot for any help in advance. Peter T, Jan

More information

MARK SCHEME for the May/June 2011 question paper for the guidance of teachers 0610 BIOLOGY

MARK SCHEME for the May/June 2011 question paper for the guidance of teachers 0610 BIOLOGY UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the May/June 2011 question paper for the guidance of teachers 0610 BIOLOGY 0610/62

More information

FOR OFFICIAL USE Centre No. Subject No. Level Paper No. Group No. Marker's No. Time: 3 hours. Full name of centre

FOR OFFICIAL USE Centre No. Subject No. Level Paper No. Group No. Marker's No. Time: 3 hours. Full name of centre STAPLE HERE FOR OFFICIAL USE Centre No. Subject No. Level Paper No. Group No. Marker's No. [C033/SQP173] Advanced Higher Graphic Communication Specimen Question Paper Time: 3 hours NATIONAL QUALIFICATIONS

More information

Graphs and Charts: Creating the Football Field Valuation Graph

Graphs and Charts: Creating the Football Field Valuation Graph Graphs and Charts: Creating the Football Field Valuation Graph Hello and welcome to our next lesson in this module on graphs and charts in Excel. This time around, we're going to being going through a

More information

Sensors and Scatterplots Activity Excel Worksheet

Sensors and Scatterplots Activity Excel Worksheet Name: Date: Sensors and Scatterplots Activity Excel Worksheet Directions Using our class datasheets, we will analyze additional scatterplots, using Microsoft Excel to make those plots. To get started,

More information

Office 2016 Excel Basics 16 Video/Class Project #28 Excel Basics 16: Mixed Cell References in Formulas & Functions to Save Time

Office 2016 Excel Basics 16 Video/Class Project #28 Excel Basics 16: Mixed Cell References in Formulas & Functions to Save Time Office 2016 Excel Basics 16 Video/Class Project #28 Excel Basics 16: Mixed Cell References in Formulas & Functions to Save Time Goal in video # 16: Learn how to use Mixed Cell References in Excel Formulas.

More information

POST TEST KEY. Math in a Cultural Context*

POST TEST KEY. Math in a Cultural Context* POST TEST KEY Designing Patterns: Exploring Shapes and Area (Rhombus Module) Grade Level 3-5 Math in a Cultural Context* UNIVERSITY OF ALASKA FAIRBANKS Student Name: POST TEST KEY Grade: Teacher: School:

More information

User Guide. Version 1.2. Copyright Favor Software. Revised:

User Guide. Version 1.2. Copyright Favor Software. Revised: User Guide Version 1.2 Copyright 2009-2010 Favor Software Revised: 2010.05.18 Table of Contents Introduction...4 Installation on Windows...5 Installation on Macintosh...6 Registering Intwined Pattern Studio...7

More information

Exercise NMCGJ: Image Processing

Exercise NMCGJ: Image Processing Exercise NMCGJ: Image Processing A digital picture (or image) is internally stored as an array or a matrix of pixels (= picture elements), each of them containing a specific color. This exercise is devoted

More information

Working With Drawing Views-I

Working With Drawing Views-I Chapter 12 Working With Drawing Views-I Learning Objectives After completing this chapter you will be able to: Generate standard three views. Generate Named Views. Generate Relative Views. Generate Predefined

More information

Episode 5 11 th 14 th May Casual & Word by Rakesh Rai

Episode 5 11 th 14 th May Casual & Word by Rakesh Rai and Episode 5 11 th 1 th May 018 by Rakesh Rai Puzzle Ramayan rounds will also serve as qualifiers for Indian Puzzle Championship for year 018. Please check http://logicmastersindia.com/pr/018pr.asp for

More information

Laboratory 2: Graphing

Laboratory 2: Graphing Purpose It is often said that a picture is worth 1,000 words, or for scientists we might rephrase it to say that a graph is worth 1,000 words. Graphs are most often used to express data in a clear, concise

More information

Math 1: Algebra, Geometry and Statistics Ms. Sheppard-Brick

Math 1: Algebra, Geometry and Statistics Ms. Sheppard-Brick Exit Ticket 32 Chapter 3 Quiz 3 Review Students Will Be Able To: Determine whether the slope of a line is positive, negative, zero, or undefined Find the slope of a line between two points. Find the slope

More information

User Guide. Version 1.4. Copyright Favor Software. Revised:

User Guide. Version 1.4. Copyright Favor Software. Revised: User Guide Version 1.4 Copyright 2009-2012 Favor Software Revised: 2012.02.06 Table of Contents Introduction... 4 Installation on Windows... 5 Installation on Macintosh... 6 Registering Intwined Pattern

More information

'ffj. Create and Design a Word Search Puzzle. ctia;'{'i*t.lmnf4" "idj ]J1M~iW' ~iq;t JjGi Wi;"iMM. ~i.]:'jgim+ Publish It!

'ffj. Create and Design a Word Search Puzzle. ctia;'{'i*t.lmnf4 idj ]J1M~iW' ~iq;t JjGi Wi;iMM. ~i.]:'jgim+ Publish It! PROJECT #32 Approximate Completion Time: 2 hours Create and Design a Word Search Puzzle ~i.]:'jgim+ To create a word search puzzle ~iq;t JjGi Wi;"iMM Go to any magazine stand and you'll quickly realize

More information

Style Guide CFMWS Website. Style Guide CFMWS Website October

Style Guide CFMWS Website. Style Guide CFMWS Website October Style Guide CFMWS Website Style Guide CFMWS Website October 2013 1 Style Guide CFMWS Website Colours Consistent use of colours throughout the site helps users navigate and also promotes brand/site awareness.

More information

Use sparklines to show data trends

Use sparklines to show data trends Use sparklines to show data trends New in Microsoft Excel 2010, a sparkline is a tiny chart in a worksheet cell that provides a visual representation of data. Use sparklines to show trends in a series

More information