Review questions CPSC 203 midterm 2

Size: px
Start display at page:

Download "Review questions CPSC 203 midterm 2"

Transcription

1 Review questions CPSC 203 midterm 2 Page 1 of 7 Online review questions: the following are meant to provide you with some extra practice so you need to actually try them on your own to get anything out of it. For that reason, solutions to this exam won't be posted nor will I you the solution key. But you can still get assistance: If you still have questions after attempting a question then that's where we can help just make sure you have tried them first! If you just want a quick verification of results, you're in luck, you can try typing your answer into the appropriate program like Word or Excel. The more theoretical questions (e.g. Admin and intro the course, introduction to computers ) should be available right in the course notes and/or the course website (admin information). The advantage of not providing a solution and requiring you to type it in is that it forces you to come up with an answer before looking at the answer (because you have to type in your answer before seeing any results). Plus, recall that the more engage you are, the more that you do, the deeper is your learning. If you're still puzzled about how Office or VBA gave the answer then that is the time that you can come by during my office hours or even the CT.] Short answer Short answer #1 For this question refer to the spreadsheet shown in Figure 1. Figure 1: Starting Excel spreadsheet Col 1: Current location in the spreadsheet (Error! Reference source not found.) Col 2: Current formula Col 3: Result of the formula E1 =B2+$C$3 10 F3 Col 4: Destination in the spreadsheet where the formula is copied Col 5: Formula in the destination cell Col 6: Number displayed in the destination cell

2 Page 2 of 7 E5 =B3*C2 35 G4 Short answer #2 This is an Excel spreadsheet question that analyzes the raw data for ring fighters (Figure 2). Figure 2: Fighter statistics Based on the raw data the spreadsheet categorizes the fighters (Figure 3). Figure 3: Fighter categories and rankings The tables that rank the fighters is shown in Figure 4.

3 Page 3 of 7 Figure 4: Rankings and category tables What you are given above are the results that the spreadsheet is to produce. What you have to do is to define a formula or use a predefined Excel function that will produce these results based on the following requirements below. Also each function/formula must be specified so it can be reused via copy-paste e.g. you define something for F3 so it can be copy-pasted into the other cells in Column F. Column F Category Use the VLOOKUP function that refers to the table specified in Column L and Column M, Rows 3-7. Based on the total number of fights (wins + losses + ties) the ranking for each fighter will be displayed in Column F. Column G Level The results in this column are derived based solely on the number of wins (Column B) for a particular fighter. Use the VLOOKUP function that finds the category for a fighter (defined in the table specified in Column L and Column M, Rows The level for each fighter will be displayed in Column G. Column H Description The results in this column are derived on the percentage of wins (Column B) over total fights (Column B + C + D) for a particular fighter. Use a lookup function that finds the description for a fighter (defined in the table specified in Column L and Column M, Rows The level for each fighter will be displayed in Column H. The ratio of wins over the total number of fights * 100 is the win percentage for a fighter. For example, Ming The Steamboat Dragon has 55 wins. He has a total of 113 fights ( ). The percentage equals 55/113 * 100 = 48.67%. Looking this value up in the table he is assigned a description of Student. Column I Is a particular fighter a good bet Display yes in the cells of this column if a fighter is a good bet, blank otherwise. A fighter must fulfill one of two possible cases in Col H in order to be classified as a good bet: The corresponding cell in Col H contains the description: Grand master The corresponding cell in Col H contains the description: Grand master of flowers

4 Page 4 of 7 Column J Is a particular fighter a great bet Display yes in the cells of this column if a fighter is a great bet, blank otherwise. A fighter has to fulfill two conditions in order to be classified as a great bet: The fighter is already a good bet The fighter is experienced and fought over 40 fights. In the example Jimmy Tam is a good bet but he is not a great bet because he hasn t fought enough yet (25 fights only) while Rocky Road is not only a good bet but has more than met the required number of fights. Multiple choice: pick the best answer to the question 1) Which of the following Google searches shows webpages for Karate in Calgary? a. Calgary b. Karate c. Calgary Karate d. Calgary Karate e. Calgary ~Karate 2) What would you enter as a Google search term when looking for apartments in Calgary from $800 to $1000. a. Apartments Calgary b. Apartments Calgary c. Apartments Calgary 800 to 1000 d. Apartments AND Calgary e. Apartments OR Calgary ) Which of the following best describes how a private search website works? a. The site doesn t store information about your searches on your computer. b. The site doesn t store information about your searches on the website s computers. c. (a) & (b) d. The site stores information about your searches on their computers but deletes them upon request. e. The site stores information about your searches on your computer but you can delete them.

5 Page 5 of 7 4) In an Excel spreadsheet Cell A1 contains 5 and Cell B1 contains 7. Cell A3 contains the expression A1*B1.The contents of A3 is copy-pasted into the following cells in the following fashion: B3: Paste value C3: Paste formula D3: Paste link What will be the resulting end values in B3, C3, D3? a. 0, 0, 0 b. 35, 0, 35 c. 35, 35, 35 d. 35, A1*B1, A3 5) Again using the spreadsheet from the previous question what would be the resulting end values B3, C3, D3 if Cell A1 now contained 9 and Cell B1 contained 8? a. 35, 0, 35 b. 35, 0, 72 c. 72, 0, 72 d. 72, 72, 72 e. 72, A1*B1, A3 Questions 6 12 will use the starting Excel spreadsheet determine the return value for the corresponding VLOOKUP function. 6) =VLOOKUP(2,A2:B5,2) a. 0 c. a d. b e. An Error message 7) =VLOOKUP(5,A2:E5,3) a. ~ b. 3 c. 5 d. 3.14

6 Page 6 of 7 8) =VLOOKUP(10,A2:E5,1) c d. 10 9) =VLOOKUP(1,A3:E6,1) a. 0 c. 3 d. a 10) =VLOOKUP(-1,A2:E5,1) b. 0 c. 1 d. a 11) =VLOOKUP(-1,A2:E5,0) b. 0 c. 1 d. 3 12) =VLOOKUP(-1,A2:B5,3) b. 0 c. 1 d. 3 13) Given that cell C1 contained the value False and cell D1 contained the value True what is the result of the following expression: =AND(NOT(C1),D1) a. 0 c. False d. True e. The answer cannot be determined JT: Want more review questions? Try the My-IT lab text and textbooks on the UC Safari website.

7 Page 7 of 7

Review questions CPSC 203 midterm

Review questions CPSC 203 midterm Review questions CPSC 203 midterm Online review questions: the following are meant to provide you with some extra practice so you need to actually try them on your own to get anything out of it. For that

More information

Background Information. Project Instructions. Problem Statement. EXAM REVIEW PROJECT Microsoft Excel Review Baseball Hall of Fame Problem

Background Information. Project Instructions. Problem Statement. EXAM REVIEW PROJECT Microsoft Excel Review Baseball Hall of Fame Problem Background Information Every year, the National Baseball Hall of Fame conducts an election to select new inductees from candidates nationally recognized for their talent or association with the sport of

More information

Analysis of Variance. Copyright 2014 Pearson Education, Inc.

Analysis of Variance. Copyright 2014 Pearson Education, Inc. Analysis of Variance 12-1 Learning Outcomes Outcome 1. Understand the basic logic of analysis of variance. Outcome 2. Perform a hypothesis test for a single-factor design using analysis of variance manually

More information

MIS0855: Data Science In-Class Exercise: Working with Pivot Tables in Tableau

MIS0855: Data Science In-Class Exercise: Working with Pivot Tables in Tableau MIS0855: Data Science In-Class Exercise: Working with Pivot Tables in Tableau Objective: Work with dimensional data to navigate a data set Learning Outcomes: Summarize a table of data organized along dimensions

More information

Confidence Interval Notes Calculating Confidence Intervals

Confidence Interval Notes Calculating Confidence Intervals Confidence Interval Notes Calculating Confidence Intervals Calculating One-Population Mean Confidence Intervals for Quantitative Data It is always best to use a computer program to make these calculations,

More information

SafeSeaNet Norway PEC Administration Guide

SafeSeaNet Norway PEC Administration Guide SafeSeaNet Norway PEC Administration Guide Kystverket Vest Flathauggata 12 5525 Haugesund Telephone: +47 52 73 32 00 Telefax: +47 52 73 32 01 E-post: vest@kystverket.no Web: http://www.kystverket.no Table

More information

PSY201: Chapter 5: The Normal Curve and Standard Scores

PSY201: Chapter 5: The Normal Curve and Standard Scores PSY201: Chapter 5: The Normal Curve and Standard Scores Introduction: Normal curve + a very important distribution in behavior sciences + three principal reasons why... - 1. many of the variables measured

More information

Internet Technology Fundamentals. To use a passing score at the percentiles listed below:

Internet Technology Fundamentals. To use a passing score at the percentiles listed below: Internet Technology Fundamentals To use a passing score at the percentiles listed below: PASS candidates with this score or HIGHER: 2.90 High Scores Medium Scores Low Scores Percentile Rank Proficiency

More information

Opleiding Informatica

Opleiding Informatica Opleiding Informatica Determining Good Tactics for a Football Game using Raw Positional Data Davey Verhoef Supervisors: Arno Knobbe Rens Meerhoff BACHELOR THESIS Leiden Institute of Advanced Computer Science

More information

For questions 1-15 please assume a distribution with a mean of 30 and a standard deviation of 2.

For questions 1-15 please assume a distribution with a mean of 30 and a standard deviation of 2. Intro to Statistics for the Social Sciences Fall 2016, Dr. Suzanne Delaney - Homework #10 Lab Session: CID Number: Name: This homework will provide practice in finding and manipulating means, raw scores,

More information

Homework Exercises Problem Set 1 (chapter 2)

Homework Exercises Problem Set 1 (chapter 2) 1 Name: Homework Exercises Problem Set 1 (chapter 2) Exercise 2.5.1 The 10 third-grade students at Lake Wobegone elementary school took a spelling test with 10 words, each worth one point. Given that the

More information

NCSS Statistical Software

NCSS Statistical Software Chapter 256 Introduction This procedure computes summary statistics and common non-parametric, single-sample runs tests for a series of n numeric, binary, or categorical data values. For numeric data,

More information

STAT 155 Introductory Statistics. Lecture 2: Displaying Distributions with Graphs

STAT 155 Introductory Statistics. Lecture 2: Displaying Distributions with Graphs The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL STAT 155 Introductory Statistics Lecture 2: Displaying Distributions with Graphs 8/29/06 Lecture 2-1 1 Recall Statistics is the science of data. Collecting

More information

SUMMARIZING FROG AND TOAD COUNT DATA

SUMMARIZING FROG AND TOAD COUNT DATA SUMMARIZING FROG AND TOAD COUNT DATA This set of protocols will take you through all the steps necessary for summarizing the frog and toad data for each NAAMP route that was been assigned to you. BEFORE

More information

Excel Solver Case: Beach Town Lifeguard Scheduling

Excel Solver Case: Beach Town Lifeguard Scheduling 130 Gebauer/Matthews: MIS 213 Hands-on Tutorials and Cases, Spring 2015 Excel Solver Case: Beach Town Lifeguard Scheduling Purpose: Optimization under constraints. A. GETTING STARTED All Excel projects

More information

Ranking teams in partially-disjoint tournaments

Ranking teams in partially-disjoint tournaments Ranking teams in partially-disjoint tournaments Alex Choy Mentor: Chris Jones September 16, 2013 1 Introduction Throughout sports, whether it is professional or collegiate sports, teams are ranked. In

More information

Thank you for downloading. Help Guide For The Lay Back Horse Racing Backing Spreadsheet.

Thank you for downloading. Help Guide For The Lay Back Horse Racing Backing Spreadsheet. Thank you for downloading Help Guide For The Lay Back Horse Racing Backing Spreadsheet www.laybackandgetrich.com version 2.0 Please save this ebook to your computer now. CityMan Business Solutions Ltd

More information

Objective Determine how the speed of a runner depends on the distance of the race, and predict what the record would be for 2750 m.

Objective Determine how the speed of a runner depends on the distance of the race, and predict what the record would be for 2750 m. Mechanics Activity: Track Records Student Worksheet Objective Determine how the speed of a runner depends on the distance of the race, and predict what the record would be for 2750 m. Introduction Now

More information

Oracle ebusiness CCTM Supplier: Rate Card

Oracle ebusiness CCTM Supplier: Rate Card S1.2 CREATE A RATE CARD: INTRODUCTION... 1 S1.2.1 Create a Rate Card Online... 2 S1.2.2 Download a Rate Card Template... 16 S1.2.3 Rate Card Template Field Descriptions... 20 S1.2.4 Upload a Rate Card

More information

Handbook for Captains Updated August 2018

Handbook for Captains Updated August 2018 Handbook for Captains Updated August 2018 Table of Contents A. Introduction 3 B. Suncoast Website 3 Teams & Schedules 3 Setting Team Cookie 3 Rules & The Code 4 Contacts 4 Forms and Documents 4 History

More information

Lab 2: Probability. Hot Hands. Template for lab report. Saving your code

Lab 2: Probability. Hot Hands. Template for lab report. Saving your code Lab 2: Probability Hot Hands Basketball players who make several baskets in succession are described as having a hot hand. Fans and players have long believed in the hot hand phenomenon, which refutes

More information

PEACE RIVER SENIOR MEN'S TENNIS LEAGUE

PEACE RIVER SENIOR MEN'S TENNIS LEAGUE PEACE RIVER SENIOR MEN'S TENNIS LEAGUE HANDBOOK FOR CAPTAINS -updated Oct. 15/2016 Table of Contents A. Introductory Remarks...2 B. Peace River Website...2 Teams and Schedules... 2 Setting Team Cookie...

More information

Administration and IT Assignment Assessment Task: Sounds on the Shore

Administration and IT Assignment Assessment Task: Sounds on the Shore Administration and IT Assignment Assessment Task: Sounds on the Shore This is the assessment task for the assignment Component of National 5 Administration and IT Course assessment. It must be read in

More information

Heat Capacity Ratio of Gases. Kaveendi Chandrasiri Office Hrs: Thursday. 11 a.m., Beaupre 305

Heat Capacity Ratio of Gases. Kaveendi Chandrasiri Office Hrs: Thursday. 11 a.m., Beaupre 305 Heat Capacity Ratio of Gases Kaveendi Chandrasiri kchandrasiri@chm.uri.edu Office Hrs: Thursday. 11 a.m., Beaupre 305 1 Purpose To determine the heat capacity ratio for a monatomic and a diatomic gas.

More information

How to Count Frequency of Text in Excel (Using VBA)!

How to Count Frequency of Text in Excel (Using VBA)! Have you ever wondered how to count the frequency of text in Excel, i.e the number of times a specific text appears in a range? We have already seen how to use the different COUNTING functions in a previous

More information

An average pitcher's PG = 50. Higher numbers are worse, and lower are better. Great seasons will have negative PG ratings.

An average pitcher's PG = 50. Higher numbers are worse, and lower are better. Great seasons will have negative PG ratings. Fastball 1-2-3! This simple game gives quick results on the outcome of a baseball game in under 5 minutes. You roll 3 ten-sided dice (10d) of different colors. If the die has a 10 on it, count it as 0.

More information

Workshops & Tours WEDNESDAY. 7:30am-9:30pm. June 27. Library Tour 8:30 am 9:00 am and 12:30 pm 1:00 pm

Workshops & Tours WEDNESDAY. 7:30am-9:30pm. June 27. Library Tour 8:30 am 9:00 am and 12:30 pm 1:00 pm Mt. SAC Library Workshops & Tours See p. 4 for sessions listed by start time. See pp. 5-6 for descriptions & more info. Summer 2018 SUNDAY MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY June 17 June

More information

Impulse Lab Write Up. K leigh Olsen. 6th hour

Impulse Lab Write Up. K leigh Olsen. 6th hour Impulse Lab Write Up K leigh Olsen 6th hour March 13th, 2014 ! Over the course of the week my group composed of Tyler, Valerie, Isaac and my self, were asked to design an experiment to find out if different

More information

The Gas Laws: Boyle's Law and Charles Law

The Gas Laws: Boyle's Law and Charles Law Exercise 6 Page 1 Illinois Central College CHEMISTRY 130 Name The Gas Laws: Boyle's Law and Charles Law Objective The simple laws governing the properties of gases can be readily demonstrated experimentally.

More information

To Enter a Game sheet:

To Enter a Game sheet: To Enter a Game sheet: 1. Login into the RAMP admin MSA system using the login information provided, if you do not have this information email admin@smbha.org. This can either be achieved from the website

More information

Measuring Relative Achievements: Percentile rank and Percentile point

Measuring Relative Achievements: Percentile rank and Percentile point Measuring Relative Achievements: Percentile rank and Percentile point Consider an example where you receive the same grade on a test in two different classes. In which class did you do better? Why do we

More information

In my left hand I hold 15 Argentine pesos. In my right, I hold 100 Chilean

In my left hand I hold 15 Argentine pesos. In my right, I hold 100 Chilean Chapter 6 Meeting Standards and Standings In This Chapter How to standardize scores Making comparisons Ranks in files Rolling in the percentiles In my left hand I hold 15 Argentine pesos. In my right,

More information

INSTITUTE AND FACULTY OF ACTUARIES. Curriculum 2019 AUDIT TRAIL

INSTITUTE AND FACULTY OF ACTUARIES. Curriculum 2019 AUDIT TRAIL INSTITUTE AND FACULTY OF ACTUARIES Curriculum 2019 AUDIT TRAIL Subject CP2 Actuarial Modelling Paper One Institute and Faculty of Actuaries Triathlon model Objective Each year on the Island of IFoA a Minister

More information

Foundations of Data Science. Spring Midterm INSTRUCTIONS. You have 45 minutes to complete the exam.

Foundations of Data Science. Spring Midterm INSTRUCTIONS. You have 45 minutes to complete the exam. Data 8 Spring 2016 Foundations of Data Science Midterm INSTRUCTIONS You have 45 minutes to complete the exam. The exam is closed book, closed notes, closed computer, closed calculator, except one hand-written

More information

GAME MANAGEMENT SYSTEM (GMS) CLUB ADMIN GUIDE

GAME MANAGEMENT SYSTEM (GMS) CLUB ADMIN GUIDE GAME MANAGEMENT SYSTEM (GMS) CLUB ADMIN GUIDE Club Admin Guide 1. Home The Dashboard 2. Edit Club 3. Golden Roles 4. Club House 5. Grounds 5.1 Editing a Pitch 5.2 Adding a Pitch 5.3 Deleting a Pitch 6.

More information

Complete Wristband System Tutorial PITCHING

Complete Wristband System Tutorial PITCHING Complete Wristband System Tutorial PITCHING Type Of Wristband Brands Cutter Nike Under Armour Neumann Specifications: 5 inch by 3 inch window Youth - Durable 2.25 x 4.50 Vinyl Windows X100 Youth X200 Adult

More information

Club s Homepage Use this feature to return the club s website.

Club s Homepage Use this feature to return the club s website. The first time the golfer logs into the Internet Golf Reservation System, the member # is the club assigned golfer number, the default password is 1234. The golfer will automatically be transferred to

More information

by Robert Gifford and Jorge Aranda University of Victoria, British Columbia, Canada

by Robert Gifford and Jorge Aranda University of Victoria, British Columbia, Canada Manual for FISH 4.0 by Robert Gifford and Jorge Aranda University of Victoria, British Columbia, Canada Brief Introduction FISH 4.0 is a microworld exercise designed by University of Victoria professor

More information

[CROSS COUNTRY SCORING]

[CROSS COUNTRY SCORING] 2015 The Race Director Guide [CROSS COUNTRY SCORING] This document describes the setup and scoring processes employed when scoring a cross country race with Race Director. Contents Intro... 3 Division

More information

BOWRAP BOWLING LEAGUE FIXTURE GENERATION

BOWRAP BOWLING LEAGUE FIXTURE GENERATION BOWRAP BOWLING LEAGUE FIXTURE GENERATION Version 2.1 Ross Kavanagh secretary@cgleague.co.uk 2012 Ross Kavanagh and David Sanderson Contents Introduction... 2 Basic principles... 2 Planning a season...

More information

Full-Time. Other Fixtures. Version 2.1

Full-Time. Other Fixtures. Version 2.1 Full-Time Other Fixtures Version 2.1 Introduction This booklet is an addition to the Advanced Options section of the Guidance to Full-Time, and details the working of Other Fixtures (launched in December

More information

Using Markov Chains to Analyze a Volleyball Rally

Using Markov Chains to Analyze a Volleyball Rally 1 Introduction Using Markov Chains to Analyze a Volleyball Rally Spencer Best Carthage College sbest@carthage.edu November 3, 212 Abstract We examine a volleyball rally between two volleyball teams. Using

More information

ESSEX COUNTY COLLEGE Social Sciences Division PHE 157 Volleyball Course Outline

ESSEX COUNTY COLLEGE Social Sciences Division PHE 157 Volleyball Course Outline ESSEX COUNTY COLLEGE Social Sciences Division PHE 157 Volleyball Course Outline Course Number & Name: PHE 157 Volleyball Credit Hours: 1.0 Contact Hours: 2.0 Lecture: N/A Lab: 2.0 Other: N/A Prerequisites:

More information

download.file("http://www.openintro.org/stat/data/kobe.rdata", destfile = "kobe.rdata")

download.file(http://www.openintro.org/stat/data/kobe.rdata, destfile = kobe.rdata) Lab 2: Probability Hot Hands Basketball players who make several baskets in succession are described as having a hot hand. Fans and players have long believed in the hot hand phenomenon, which refutes

More information

Oregon State Lottery Behavior & Attitude Tracking Study

Oregon State Lottery Behavior & Attitude Tracking Study Oregon State Lottery Behavior & Attitude Tracking Study Presentation of Findings November 2012 Wave Prepared by: Topics Covered Brief Overview of Objectives and Methodology Key Trends Related to: Attitudes

More information

RULES AND REGULATIONS OF FIXED ODDS BETTING GAMES

RULES AND REGULATIONS OF FIXED ODDS BETTING GAMES RULES AND REGULATIONS OF FIXED ODDS BETTING GAMES Royalhighgate Public Company Ltd. 04.04.2014 Table of contents SECTION I: GENERAL RULES... 6 ARTICLE 1 - GENERAL REGULATIONS... 6 ARTICLE 2 - THE HOLDING

More information

NOTE: Arlington Soccer has added additional instructions to this guide to assist team registrars

NOTE: Arlington Soccer has added additional instructions to this guide to assist team registrars p. 1 v.4.0 NOTE: Arlington Soccer has added additional instructions to this guide to assist team registrars HELP! Can t find a screen, button or link? AFFINITY (VYSA Database Software Provider) Uploads

More information

1 Document history Version Date Comments

1 Document history Version Date Comments V1.4 Contents 1 Document history... 2 2 What is TourneyKeeper?... 3 3 Creating your username and password... 4 4 Creating a tournament... 5 5 Editing a tournament... 8 6 Adding players to a tournament...

More information

23 August 2016 Page: 1

23 August 2016 Page: 1 Merging Player Records (Match Records function) There is a function in the Admin>Members>Member Database section that allows administrators to merge records for their players to amalgamate their statistics.

More information

Extraction of Level I Information

Extraction of Level I Information Extraction of Level I Information On the Data set provided by the textbook, part I Jonathan A. Chávez Casillas 1 1 University of Calgary Department of Mathematics and Statistics LOBster Seminar Jonathan

More information

Setting up group models Part 1 NITP, 2011

Setting up group models Part 1 NITP, 2011 Setting up group models Part 1 NITP, 2011 What is coming up Crash course in setting up models 1-sample and 2-sample t-tests Paired t-tests ANOVA! Mean centering covariates Identifying rank deficient matrices

More information

Full-Time People and Registrations Version 5.0

Full-Time People and Registrations Version 5.0 Full-Time People and Registrations Version 5.0 Full-Time People and Registrations Page 1 1.0 People 1.1 How to Add New League Administrators 3 1.2 How to Add Other New Administrators 4 1.3 How to Change

More information

[CROSS COUNTRY SCORING]

[CROSS COUNTRY SCORING] 2018 The Race Director Guide [CROSS COUNTRY SCORING] This document describes the setup and scoring processes employed when scoring a cross country race with Race Director. Contents Intro... 3 Division

More information

Figure 2. Auxiliary table

Figure 2. Auxiliary table Voyage Recorder is an affordable, miniature black box for a yacht. A Digital Voyage data recorder (VDR) connected to the NMEA 2000 network on your boat serves to record and store boat data. It collects

More information

INSTRUCTION FOR FILLING OUT THE JUDGES SPREADSHEET

INSTRUCTION FOR FILLING OUT THE JUDGES SPREADSHEET INSTRUCTION FOR FILLING OUT THE JUDGES SPREADSHEET One Judge Spreadsheet must be distributed to each Judge for each competitor. This document is the only one that the Judge completes. There are no additional

More information

Factorial Analysis of Variance

Factorial Analysis of Variance Factorial Analysis of Variance Overview of the Factorial ANOVA Factorial ANOVA (Two-Way) In the context of ANOVA, an independent variable (or a quasiindependent variable) is called a factor, and research

More information

Team Manager's Manual

Team Manager's Manual Introduction: Team Managers Duties: Overview Team Manager's Manual Team Manager's Tasks Get your ScoreBook ID and Password from your League Administrator. Enter Your "Team Administration" Page Setting

More information

Lab # 03: Visualization of Shock Waves by using Schlieren Technique

Lab # 03: Visualization of Shock Waves by using Schlieren Technique AerE545 Lab # 03: Visualization of Shock Waves by using Schlieren Technique Objectives: 1. To get hands-on experiences about Schlieren technique for flow visualization. 2. To learn how to do the optics

More information

DS5 The Normal Distribution. Write down all you can remember about the mean, median, mode, and standard deviation.

DS5 The Normal Distribution. Write down all you can remember about the mean, median, mode, and standard deviation. DS5 The Normal Distribution Write down all you can remember about the mean, median, mode, and standard deviation. 1 DS5 The Normal Distribution Basic concepts: Describing and using Z scores calculated

More information

Separation of Acetone-Water with Aspen HYSYS V8.0

Separation of Acetone-Water with Aspen HYSYS V8.0 Separation of Acetone-Water with Aspen HYSYS V8.0 Liquid-Liquid Extraction with 3-Methylhexane as the Solvent 1. Lesson Objectives Learn how to build an extraction and solvent recovery flowsheet. Learn

More information

Answers Written Exam Public Transport

Answers Written Exam Public Transport Faculty of Engineering Technology Answers Written Exam Public Transport Written Exam Public Transport (195421200-1A) Teacher van Zuilekom Course code 195421200 Date and time 6-11-2014, 8:45-11:45 Location

More information

Evaluating the Influence of R3 Treatments on Fishing License Sales in Pennsylvania

Evaluating the Influence of R3 Treatments on Fishing License Sales in Pennsylvania Evaluating the Influence of R3 Treatments on Fishing License Sales in Pennsylvania Prepared for the: Pennsylvania Fish and Boat Commission Produced by: PO Box 6435 Fernandina Beach, FL 32035 Tel (904)

More information

DR. JAY S INFALLIBLE BASEBALL SYSTEM!!!

DR. JAY S INFALLIBLE BASEBALL SYSTEM!!! DR. JAY S INFALLIBLE BASEBALL SYSTEM!!! PLEASE NOTE: DR.JAY'S INFALLIBLE BASEBALL SYSTEM is quite legally protected and fully copyrighted according to British and American law. We have used the advice

More information

Club s Homepage Welcome Club Calendar Logout Add a Request Play Date Requested Time Hole Selection # of Tee Times Break Link

Club s Homepage Welcome Club Calendar Logout Add a Request Play Date Requested Time Hole Selection # of Tee Times Break Link The first time the golfer logs into the Internet Golf Reservation System, the member # is the club assigned golfer number plus 1 for male and 2 for female, the default password is 1234. The golfer will

More information

Political Science 30: Political Inquiry Section 5

Political Science 30: Political Inquiry Section 5 Political Science 30: Political Inquiry Section 5 Taylor Carlson tncarlson@ucsd.edu Link to Stats Motivation of the Week They ve done studies, you know. 60% of the time, it works every time. Brian, Anchorman

More information

State Statistical Template update 2/11/16

State Statistical Template update 2/11/16 State Statistical Template update 2/11/16 The following pages provide an update on the development of the State Statistical Template on the test site for BARD (you will not be able to find it on the live

More information

Note that all proportions are between 0 and 1. at risk. How to construct a sentence describing a. proportion:

Note that all proportions are between 0 and 1. at risk. How to construct a sentence describing a. proportion: Biostatistics and Research Design in Dentistry Categorical Data Reading assignment Chapter 3 Summarizing data in Dawson-Trapp starting with Summarizing nominal and ordinal data with numbers on p 40 thru

More information

Notes Project Assess Transmission Future Needs SDT

Notes Project Assess Transmission Future Needs SDT Notes Project 2006-02 Assess Transmission Future Needs SDT November 3-4, 2009 8:00 a.m. PST 1. Administrative Items a. Introductions and Quorum The meeting was called to order by the Chair at 0800 PST

More information

Heart Foundation Walking Website user guide for Walk Organisers

Heart Foundation Walking Website user guide for Walk Organisers Heart Foundation Walking Website user guide for Walk Organisers Proudly supported by Website User Guide for Walk Organisers Contents 1. Introduction... 2 1.1 Finding the HFW website... 2 1.2 Log in on

More information

ClubHub. User s Guide

ClubHub. User s Guide ClubHub User s Guide Table of Contents Setup... Initial Club Setup...7 Changing Clubs...5 Settings...8 My Clubs... Turn On/Off Sounds...9 Play Round Mode...0 List View...8 Social Sharing...0 Viewing D

More information

BVIS Beach Volleyball Information System

BVIS Beach Volleyball Information System BVIS Beach Volleyball Information System Developments in computer science over the past few years, together with technological innovation, has in turn stimulated the development of tailored software solutions

More information

Lab 3: Pumps in Series & Pumps in Parallel

Lab 3: Pumps in Series & Pumps in Parallel CEE 3620: Water Resources Engineering Spring 2018 Lab 3: Pumps in Series & Pumps in Parallel BACKGROUND Pumps are used to transfer fluid in a system, either at the same elevation or to a new height. The

More information

PPG Pre-Print Card & Auto Teaming

PPG Pre-Print Card & Auto Teaming PPG Pre-Print Card & Auto Teaming This feature enables the user to easily filter tee times to fine-tune card printing parameters, enter the filtered players into multiple competitions, automatically team

More information

San José State University Kinesiology Fall 2016, KIN 24A, Beginning Bowling

San José State University Kinesiology Fall 2016, KIN 24A, Beginning Bowling San José State University Kinesiology Fall 2016, KIN 24A, Beginning Bowling Contact Information Instructor: Zecheria(Zach) Office Location: Sport Deges Club Telephone: 209-675-3647 Email: zecheria.deges@sjsu.edu

More information

March Madness Basketball Tournament

March Madness Basketball Tournament March Madness Basketball Tournament Math Project COMMON Core Aligned Decimals, Fractions, Percents, Probability, Rates, Algebra, Word Problems, and more! To Use: -Print out all the worksheets. -Introduce

More information

5.1 Introduction. Learning Objectives

5.1 Introduction. Learning Objectives Learning Objectives 5.1 Introduction Statistical Process Control (SPC): SPC is a powerful collection of problem-solving tools useful in achieving process stability and improving capability through the

More information

(c) The hospital decided to collect the data from the first 50 patients admitted on July 4, 2010.

(c) The hospital decided to collect the data from the first 50 patients admitted on July 4, 2010. Math 155, Test 1, 18 October 2011 Name: Instructions. This is a closed-book test. You may use a calculator (but not a cell phone). Make sure all cell-phones are put away and that the ringer is off. Show

More information

Hertfordshire Girls Football Partnership League Promoting the development of girl s football in Hertfordshire

Hertfordshire Girls Football Partnership League Promoting the development of girl s football in Hertfordshire 1. Go to the Full Time website: HGFPL Result Card Input Guide 2. Click SIGN IN on the top menu. The Sign In window will appear: 3. Enter your Username & Password then click the Sign In button. If you have

More information

Excel 2013 Pivot Table Calculated Field Greyed Out

Excel 2013 Pivot Table Calculated Field Greyed Out Excel 2013 Pivot Table Calculated Field Greyed Out Use Excel pivot table calculated item to create unique items in a pivot table field. (00:47 minute mark) Group By Date: Excel PivotTable: 1) Drag Date

More information

Varian 3300 Gas Chromatograph Abbreviated Operating Instructions

Varian 3300 Gas Chromatograph Abbreviated Operating Instructions Varian 3300 Gas Chromatograph Abbreviated Operating Instructions 1. Introduction and Startup 2 2. Basic Configurations for the GC 3 3. Sample Preparation 3 4. Building a Method 3 5. Split/Splitless Injection

More information

Competition Management

Competition Management Competition Management User Guide for the Basketball Network 2016 version 1.3 Table of Contents CONFIGURATION 4 Passport 4 Access via User Management 4 Club and Team Field Settings 5 Manage Competition

More information

GHFRA CompMan imatchsheets User Guide for Referees

GHFRA CompMan imatchsheets User Guide for Referees GHFRA CompMan imatchsheets User Guide for Referees Overview The imatchsheets Smart phone and computer versions enable referees to record match data in real time using smart phones. The main functionality

More information

CS145: INTRODUCTION TO DATA MINING

CS145: INTRODUCTION TO DATA MINING CS145: INTRODUCTION TO DATA MINING 3: Vector Data: Logistic Regression Instructor: Yizhou Sun yzsun@cs.ucla.edu October 9, 2017 Methods to Learn Vector Data Set Data Sequence Data Text Data Classification

More information

szen Eighteen Full Manual 2010 szen Corp

szen Eighteen Full Manual 2010 szen Corp szen Eighteen Full Manual I Full Eighteen Manual Table of Contents Part I Introduction 1 Part II Tee Sheet Operation 1 1 Using the... Tee Sheet 1 Booking Reservations... 2 Booking Reservations... for Mem

More information

Laboratory Activity Measurement and Density. Average deviation = Sum of absolute values of all deviations Number of trials

Laboratory Activity Measurement and Density. Average deviation = Sum of absolute values of all deviations Number of trials Laboratory Activity Measurement and Density Background: Measurements of mass and volume are very common in the chemistry laboratory. The analytical balance is used to measure mass, and the graduated cylinder,

More information

Microsoft Windows Software Manual for FITstep Stream Version 4

Microsoft Windows Software Manual for FITstep Stream Version 4 Thank you for purchasing this product from Gopher. If you are not satisfied with any Gopher purchase for any reason at any time, contact us and we will replace the product, credit your account, or refund

More information

UCR AUDIT PROCESS: Downloading and Saving the UCR Audit Report: 1. Log-in to UCR Website at: https://www.ucr.in.gov/ 2. Select Reports feature

UCR AUDIT PROCESS: Downloading and Saving the UCR Audit Report: 1. Log-in to UCR Website at: https://www.ucr.in.gov/ 2. Select Reports feature Downloading and Saving the UCR Audit Report: 1. Log-in to UCR Website at: https://www.ucr.in.gov/ 2. Select Reports feature UCR AUDIT PROCESS: 3. Select Vehicle count audit by state report 4. Select WI

More information

March Madness Basketball Tournament

March Madness Basketball Tournament March Madness Basketball Tournament Math Project COMMON Core Aligned Decimals, Fractions, Percents, Probability, Rates, Algebra, Word Problems, and more! To Use: -Print out all the worksheets. -Introduce

More information

DATA SCIENCE SUMMER UNI VIENNA

DATA SCIENCE SUMMER UNI VIENNA Prerequisites - You have installed Tableau Desktop on your computer. Available here: http://www.tableau.com/academic/students - You have downloaded the data (athlete_events.csv) available here: https://www.kaggle.com/heesoo37/120-years-of-olympic-historyathletes-and-results

More information

USA Jump Rope Tournament Software User Guide 2014 Edition

USA Jump Rope Tournament Software User Guide 2014 Edition USA Jump Rope Tournament Software User Guide www.usajumprope.org Table of Contents Contents System Requirements... 3 System Conventions... 4 Phase 1 Tournament Pre registration Preparation... 5 Name Your

More information

Predicting the Total Number of Points Scored in NFL Games

Predicting the Total Number of Points Scored in NFL Games Predicting the Total Number of Points Scored in NFL Games Max Flores (mflores7@stanford.edu), Ajay Sohmshetty (ajay14@stanford.edu) CS 229 Fall 2014 1 Introduction Predicting the outcome of National Football

More information

Integrated Sports Systems (ISS) Inc. Meet Management Suite

Integrated Sports Systems (ISS) Inc. Meet Management Suite November 2010 Integrated Sports Systems (ISS) Inc. Meet Management Suite User Guide and Technical Document Version 2.0 Table of Contents Table of Contents... 2 General Concepts... 3 Installation Meet Management

More information

Online League Management lta.tournamentsoftware.com. User Manual. Further support is available online at

Online League Management lta.tournamentsoftware.com. User Manual. Further support is available online at Online League Management lta.tournamentsoftware.com User Manual Further support is available online at www.lta.org.uk/leagueplanner Contents Welcome... 3 Using this guide... 3 Further support?... 3 Publishing

More information

GHSA Swimming/Diving POP School User s Guide

GHSA Swimming/Diving POP School User s Guide GHSA Swimming/Diving POP School User s Guide Purpose The GHSA has implemented a web-based system for the reporting of Swimming and Diving Proof of Performance that replaces the previous system that was

More information

TECH TIP 14. Minimum Surface Area Measurements with Micromeritics Physisorption Analyzers

TECH TIP 14. Minimum Surface Area Measurements with Micromeritics Physisorption Analyzers Minimum Surface Area Measurements with Micromeritics Physisorption Analyzers A frequently asked question is how much sample is required for a surface area analysis? The simple answer is that it depends:

More information

FireWorks NFIRS BI User Manual

FireWorks NFIRS BI User Manual FireWorks NFIRS BI User Manual Last Updated: March 2018 Introduction FireWorks Business Intelligence BI and analytics tool is used to analyze NFIRS (National Fire Incident Reporting System) data in an

More information

EEC 686/785 Modeling & Performance Evaluation of Computer Systems. Lecture 6. Wenbing Zhao. Department of Electrical and Computer Engineering

EEC 686/785 Modeling & Performance Evaluation of Computer Systems. Lecture 6. Wenbing Zhao. Department of Electrical and Computer Engineering EEC 686/785 Modeling & Performance Evaluation of Computer Systems Lecture 6 Department of Electrical and Computer Engineering Cleveland State University wenbing@ieee.org Outline 2 Review of lecture 5 The

More information

Computer Integrated Manufacturing (PLTW) TEKS/LINKS Student Objectives One Credit

Computer Integrated Manufacturing (PLTW) TEKS/LINKS Student Objectives One Credit Computer Integrated Manufacturing (PLTW) TEKS/LINKS Student Objectives One Credit Suggested Time Ranges First Six Weeks History of Manufacturing PFD 1.1(A) The student will describe why and how manufacturing

More information

At each type of conflict location, the risk is affected by certain parameters:

At each type of conflict location, the risk is affected by certain parameters: TN001 April 2016 The separated cycleway options tool (SCOT) was developed to partially address some of the gaps identified in Stage 1 of the Cycling Network Guidance project relating to separated cycleways.

More information

3.0. GSIS 3.1 Release Notes. NFL GSIS Support: (877) (212)

3.0. GSIS 3.1 Release Notes. NFL GSIS Support: (877) (212) 3.0 GSIS 3.1 Release Notes NFL GSIS Support: (877) 635-0171 (212) 450-2442 Copyright 2003, The National Football League, All Rights Reserved This document is the property of the NFL. It may not be reproduced

More information