Topics Ch 3 Test A. A) 14 minutes B) 15 minutes C) 16 minutes minutes

Size: px
Start display at page:

Download "Topics Ch 3 Test A. A) 14 minutes B) 15 minutes C) 16 minutes minutes"

Transcription

1 Topics Ch 3 Test A Name: Period:. Given the order-requirement digraph below (with time given in minutes) and the priority list TI, T2, T 3, T4, Ts, T6, apply the list-processing algorithm to construct a schedule using two processors. How much time does the resulting schedule require? A) 14 minutes B) 15 minutes C) 16 minutes minutes. Given the order-requirement digraph below (with time given in minutes) and the priority list T1, T2, T 3, T4, Ts, T6, apply the critical-path scheduling algorithm to construct a schedule using two processors. How much time does the resulting schedule require? A) 14 minutes B) 15 minutes 16 minutes 18 minutes 3. hat is the minimum time required to complete eight independent tasks on two processors when the sum of all the times of the eight tasks is 72 minutes? A) 4 minutes B) 9 minutes C) 16 minutes 6 minutes Page 1

2 4. Use the decreasing-time-list algorithm to schedule these tasks on two machines: 3 minutes, 5 minutes, 8 minutes, 4 minutes, 6 minutes, 2 minutes How much time does the resulting schedule require? <:ZÿZ514 minutes B) 15 minutes C) 16 minutes D) 18 minutes Choose the packing that results from the use of the ftrst fit (FF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 6 lbs, 2 lbs, 4 lbs, 3 lbs, 5 lbs, 3 lbs, 2 lbs, 4 lbs Choose the paÿking that results from the use of the next fit (NF) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 6 lbs, 2 lbs, 4 lbs, 3 lbs, 5 lbs, 3 lbs, 2 lbs, 4 lbs Page 2

3 . Choose the packing that results from the use of the worst fit (F) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 6 lbs, 2 lbs, 4 lbs, 3 lbs, 5 lbs, 3 lbs, 2 lbs, 4 lbs Cÿ Choose the packing that results from the use of the first-fit decreasing (FFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 6 lbs, 2 lbs, 4 lbs, 3 lbs, 5 lbs, 3 lbs, 2 lbs, 4 lbs Page 3

4 9ÿ Choose the packing that results from the use of the next-fit decreasing (NFD) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 6 lbs, 2 lbs, 4 l bs, 3 lbs, 5 lbs, 3 lbs, 2 lbs, 4 lbs 10. Choose the packing that results fÿom the use of the worst-fit decreasing (FD) bin-packing algorithm to pack the following weights into bins that can hold no more than 8 lbs. 6 lbs, 2 lbs, 4 l bs, 3 lbs, 5 lbs, 3 lbs, 2 lbs, 4 lbs Cu ) ) Page 4

5 11. hich of the following is a con'ect vertex coloring of the given graph? (Capital letters indicate which color the vertex is colored.) I, P O II, B Y A) I only Y B b Both I and II D I Neither only I nor II 13. Find the chromatic number of the graph below: "3 D) Use the decreasing-time-list algorithm to schedule these tasks on two machines: 9 minutes, 6 minutes, 3 minutes, 4 minutes, 8 minutes How much time does the resulting schedule require? A) 14 minutes.ÿ) 1516 minutes minutes 17 minutes Page 5

6 15. The first fit (FF) algorithm never uses more boxes than the next fit (NF) algorithm. A) True (ÿ)false 16. The worst fit (F) algorithm never uses more boxes than the first fit (FF) algorithm. A) True (ÿ) False 17. hen scheduling tasks using the list-processing algorithm, increasing the number of machines always reduces the completion time. A) True (ÿ)ÿalse 18. The list-processing algoi:ithm for scheduling tasks is guaranteed to always produce an optimal solution. FTrue alse 19. hich of the following is a correct vertex coloring of the given graph? (Capital letters indicate which color the vertex is colored.) I, / II only C) Both I and II D) Neither I nor II Z, w / y 7... J Page 6

7 20. Find the ctn'omatic number of the graph below: A) 6 B) Given the order-requirement digraph below (with time given in minutes) and the priority list T1, T2, T 3, T4, T5, T6, T7, apply the list-processing algorittam to construct a schedule using two processors. How much time does the resulting schedule require? Tt ÿ T4,.--.., Tÿ 16 minutes 17 minutes C) 18 minutes D) 21 minutes Page 7

8 22. Given the order-requirement digraphbelow (with time given in minutes) and thepl2iority list TI, T2, T 3, T4, Ts, T6, T7, Ts,, apply the critical-path scheduling algorithm to construct a schedule using two processors. How much time does the resulting schedule require? is rs "rs / \ A) 40 minutes Cÿ 445 minutes D) 49 minutes 23. hich of the following is a correct vertex coloring of the given graph? (Capital letters indicate which color the vertex is colored.) II[ÿ w G A) [.only ) II only C) Both I and II D) Neither I nor II Y Y G 24. hat is the minimum time required to complete eight independent tasks with a total task time of 160 minutes on four machines? A) I0 minutes B) 20 minutes Dÿ40 60 minutes Pag9 8

Introduction to Algorithms

Introduction to Algorithms Introduction to Algorithms 6.46J/.4J LECTURE 7 Shortest Paths I Properties o shortest paths Dijkstra s Correctness Analysis Breadth-irst Paths in graphs Consider a digraph G = (V, E) with edge-weight unction

More information

Failure is Also an Option

Failure is Also an Option Failure is Also an Option Antoine Amarilli 1, Marc Beunardeau 2, Rémi Géraud 2, and David Naccache 2 1 Institut Mines-Télécom; Télécom ParisTech; CNRS TCI 46 rue Barrault, f-75634 Paris cedex 13, France

More information

CITTT CLUB PLAY SYSTEM

CITTT CLUB PLAY SYSTEM CITTT CLUB PLAY SYSTEM JED YANG First Draft October 14, 2007 http://clubs.caltech.edu/~tabletennis/ccps.pdf Abstract. We claim that the quality of table tennis club play can be increased if players are

More information

CMPUT680 - Winter 2001

CMPUT680 - Winter 2001 CMPUT680 - Winter 2001 Topic 6: Register Allocation and Instruction Scheduling José Nelson Amaral http://www.cs.ualberta.ca/~amaral/courses/680 CMPUT 680 - Compiler Design and Optimization 1 Reading List

More information

CT PET-2018 Part - B Phd COMPUTER APPLICATION Sample Question Paper

CT PET-2018 Part - B Phd COMPUTER APPLICATION Sample Question Paper CT PET-2018 Part - B Phd COMPUTER APPLICATION Sample Question Paper Note: All Questions are compulsory. Each question carry one mark. 1. Error detection at the data link layer is achieved by? [A] Bit stuffing

More information

UK Pavement Management System. Technical Note 45. Data Topic guidance notes for UKPMS Developers. Version Number 2.00 Issue

UK Pavement Management System. Technical Note 45. Data Topic guidance notes for UKPMS Developers. Version Number 2.00 Issue UK Pavement Management System Technical Note 45 Data Topic 130-02 guidance notes for UKPMS Developers Version Number 2.00 Issue February 2019 Document Information Title (Sub Title) Technical Note 45 Data

More information

TIMETABLING IN SPORTS AND ENTERTAINMENT

TIMETABLING IN SPORTS AND ENTERTAINMENT TIMETABLING IN SPORTS AND ENTERTAINMENT Introduction More complicated applications of interval scheduling and timetabling: scheduling of games in tournaments scheduling of commercials on network television

More information

SEARCH SEARCH TREE. Node: State in state tree. Root node: Top of state tree

SEARCH SEARCH TREE. Node: State in state tree. Root node: Top of state tree Page 1 Page 1 Page 2 SEARCH TREE SEARCH Node: State in state tree Root node: Top of state tree Children: Nodes that can be reached from a given node in 1 step (1 operator) Expanding: Generating the children

More information

Princess Nora University Faculty of Computer & Information Systems ARTIFICIAL INTELLIGENCE (CS 370D) Computer Science Department

Princess Nora University Faculty of Computer & Information Systems ARTIFICIAL INTELLIGENCE (CS 370D) Computer Science Department Princess Nora University Faculty of Computer & Information Systems 1 ARTIFICIAL INTELLIGENCE (CS 370D) Computer Science Department (CHAPTER-3-PART2) PROBLEM SOLVING AND SEARCH (Course coordinator) Searching

More information

SEARCH TREE. Generating the children of a node

SEARCH TREE. Generating the children of a node SEARCH TREE Node: State in state tree Root node: Top of state tree Children: Nodes that can be reached from a given node in 1 step (1 operator) Expanding: Generating the children of a node Open: Closed:

More information

Uninformed Search (Ch )

Uninformed Search (Ch ) 1 Uninformed Search (Ch. 3-3.4) 7 Small examples 8-Queens: how to fit 8 queens on a 8x8 board so no 2 queens can capture each other Two ways to model this: Incremental = each action is to add a queen to

More information

Scarborough Spring 2013 Math Exam I 1. "On my honor, as an Aggie, I have neither given nor received unauthorized aid on this academic work.

Scarborough Spring 2013 Math Exam I 1. On my honor, as an Aggie, I have neither given nor received unauthorized aid on this academic work. Scarborough Spring 2013 Math 365-501 Exam I 1 Math 365 Exam 1 Spring 2013 Scarborough NEATLY PRINT NAME: STUDENT ID: DATE: "On my honor, as an Aggie, I have neither given nor received unauthorized aid

More information

Uninformed Search Strategies

Uninformed Search Strategies Uninformed Search Strategies Instructor: Dr. Wei Ding Fall 2010 1 Uninformed Search Strategies Also called blind search. Have no additional information about states beyond that provided in the problem

More information

Better Search Improved Uninformed Search CIS 32

Better Search Improved Uninformed Search CIS 32 Better Search Improved Uninformed Search CIS 32 Functionally PROJECT 1: Lunar Lander Game - Demo + Concept - Open-Ended: No One Solution - Menu of Point Options - Get Started NOW!!! - Demo After Spring

More information

Representation. Representation. Representation. Representation. 8 puzzle.

Representation. Representation. Representation. Representation. 8 puzzle. You have a 3-liter jug and a 4-liter jug, and need to measure out exactly two liters of water. the jugs do not have any measurement lines you don't have any additional containers 8 puzzle. Measuring water.

More information

Ch. 4 Motion in One direction Ch 6. Pressure in Fluids and Atmospheric Pressure Ch. 7. Up-thrust in Fluids Ch. 8. Floatation and Relative Density

Ch. 4 Motion in One direction Ch 6. Pressure in Fluids and Atmospheric Pressure Ch. 7. Up-thrust in Fluids Ch. 8. Floatation and Relative Density Ch. 4 Motion in One direction Ch 6. Pressure in Fluids and Atmospheric Pressure Ch. 7. Up-thrust in Fluids Ch. 8. Floatation and Relative Density Physics Class 9 th Copyright 10x10learning.com 1 Acceleration

More information

INTEGRITY MANAGEMENT OF STRESS CORROSION CRACKING IN GAS PIPELINE HIGH CONSEQUENCE AREAS

INTEGRITY MANAGEMENT OF STRESS CORROSION CRACKING IN GAS PIPELINE HIGH CONSEQUENCE AREAS Designator: Meta Bold 24/26 Revision Note: Meta Black 14/16 INTEGRITY MANAGEMENT OF STRESS CORROSION CRACKING IN GAS PIPELINE HIGH CONSEQUENCE AREAS Date of Issuance: October 31, 2008 This report was prepared

More information

Uninformed Search (Ch )

Uninformed Search (Ch ) 1 Uninformed Search (Ch. 3-3.4) 3 Terminology review State: a representation of a possible configuration of our problem Action: -how our agent interacts with the problem -can be different depending on

More information

Decision Trees. Nicholas Ruozzi University of Texas at Dallas. Based on the slides of Vibhav Gogate and David Sontag

Decision Trees. Nicholas Ruozzi University of Texas at Dallas. Based on the slides of Vibhav Gogate and David Sontag Decision Trees Nicholas Ruozzi University of Texas at Dallas Based on the slides of Vibhav Gogate and David Sontag Announcements Course TA: Hao Xiong Office hours: Friday 2pm-4pm in ECSS2.104A1 First homework

More information

A IMPROVED VOGEL S APPROXIMATIO METHOD FOR THE TRA SPORTATIO PROBLEM. Serdar Korukoğlu 1 and Serkan Ballı 2.

A IMPROVED VOGEL S APPROXIMATIO METHOD FOR THE TRA SPORTATIO PROBLEM. Serdar Korukoğlu 1 and Serkan Ballı 2. Mathematical and Computational Applications, Vol. 16, No. 2, pp. 370-381, 2011. Association for Scientific Research A IMPROVED VOGEL S APPROXIMATIO METHOD FOR THE TRA SPORTATIO PROBLEM Serdar Korukoğlu

More information

Growth alternative for Hecke-Kiselman monoids

Growth alternative for Hecke-Kiselman monoids Growth alternative for Hecke-Kiselman monoids Arkadiusz Męcel (joint work with J. Okniński) University of Warsaw a.mecel@mimuw.edu.pl Groups, Rings and the Yang-Baxter equation, Spa, June 18-24, 2017 Hecke-Kiselman

More information

Project on the evaluation of the human dimensions of the target audiences regarding Eastern wolves conservation in La Mauricie National Park of

Project on the evaluation of the human dimensions of the target audiences regarding Eastern wolves conservation in La Mauricie National Park of Project on the evaluation of the human dimensions of the target audiences regarding Eastern wolves conservation in La Mauricie National Park of Canada Presentation plan Context and project objectives Planning

More information

System design configurations RO system design LPT 2016

System design configurations RO system design LPT 2016 System design configurations RO system design LPT 2016 System design - configuration Topic 1. Standard system configurations Topic 2. Seawater system configurations Topic 4. Something you should know using

More information

T-937 lead-free reflow oven user manual

T-937 lead-free reflow oven user manual +. T-97 lead-free reflow oven user manual Taian Puhui Electric Technology Co., Ltd Http://www.tech68.cn User Manual. Parameters.... Configuration.... Main parts.... Installation... 5. Software Interface...

More information

DESIGN AND ANALYSIS OF ALGORITHMS (DAA 2017)

DESIGN AND ANALYSIS OF ALGORITHMS (DAA 2017) DESIGN AND ANALYSIS OF ALGORITHMS (DAA 2017) Veli Mäkinen 12/05/2017 1 COURSE STRUCTURE 7 weeks: video lecture -> demo lecture -> study group -> exercise Video lecture: Overview, main concepts, algorithm

More information

Sunday 22nd July Ty Ucha Fields, Caerwys, Mold, Flintshire, CH7 5BQ BY KIND PERMISSION OF MR DEWI THOMAS & FAMILY

Sunday 22nd July Ty Ucha Fields, Caerwys, Mold, Flintshire, CH7 5BQ BY KIND PERMISSION OF MR DEWI THOMAS & FAMILY British Riding Clubs Area 20 NAF Summer Show Jumping Qualifier For the BRC National Championships 2018 Sunday 22nd July Ty Ucha Fields, Caerwys, Mold, Flintshire, CH7 5BQ BY KIND PERMISSION OF MR DEWI

More information

Circular to all Confederations dated 23 rd July 2018

Circular to all Confederations dated 23 rd July 2018 2019 FIVB Beach Volleyball World Championships (28 th June 7 th July 2019, Hamburg, Germany) Qualification System 1. Athlete s Quota: Total Quota: Forty-eight (48) places/ teams per gender: Qualification

More information

Below are the graphing equivalents of the above constraints.

Below are the graphing equivalents of the above constraints. Detailed Step- by- Step description of the Wilson Problem Part A. LP Formulation Step 1. Figure out the problem Although it may seem obvious, the first step in solving the Wilson Problem is to understand

More information

CS 221 PROJECT FINAL

CS 221 PROJECT FINAL CS 221 PROJECT FINAL STUART SY AND YUSHI HOMMA 1. INTRODUCTION OF TASK ESPN fantasy baseball is a common pastime for many Americans, which, coincidentally, defines a problem whose solution could potentially

More information

Module 4.0 Calculating the Final Score

Module 4.0 Calculating the Final Score Module 4.0 Calculating the Final Score Learning Objective 4.0 To understand how scores are calculated to arrive at the final placement of skaters. Outline 4.1 Calculation for Singles, Pairs and Synchronized

More information

Georgia Bass Clubs. Tournament Creel Report

Georgia Bass Clubs. Tournament Creel Report Georgia Clubs 2015 Tournament Creel Report Submitted By: Clint Peacock Fisheries Biologist Georgia Department of Natural Resources Wildlife Resources Division Introduction This is the 38 th year Georgia

More information

AGA Swiss McMahon Pairing Protocol Standards

AGA Swiss McMahon Pairing Protocol Standards AGA Swiss McMahon Pairing Protocol Standards Final Version 1: 2009-04-30 This document describes the Swiss McMahon pairing system used by the American Go Association (AGA). For questions related to user

More information

San Francisco State University ECON 560 Summer Midterm Exam 2. Monday, July hour 15 minutes

San Francisco State University ECON 560 Summer Midterm Exam 2. Monday, July hour 15 minutes San Francisco State University Michael Bar ECON 560 Summer 2018 Midterm Exam 2 Monday, July 30 1 hour 15 minutes Name: Instructions 1. This is closed book, closed notes exam. 2. No calculators or electronic

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

In our last science lesson, we learned about circuit diagrams.

In our last science lesson, we learned about circuit diagrams. Science 4 Life Physical Earth and Space LESSON 87 Identifying characteristics of a series circuit Making a series circuit Lesson Preparation Program Materials Children s Booklet F Investigating Electricity

More information

PAPER. Practice Questions SCIENCE. International Competitions and Assessments for Schools STUDENT S NAME: DO NOT OPEN THIS BOOKLET UNTIL INSTRUCTED.

PAPER. Practice Questions SCIENCE. International Competitions and Assessments for Schools STUDENT S NAME: DO NOT OPEN THIS BOOKLET UNTIL INSTRUCTED. ractice uestions nternational ompetitions and ssessments for chools U U. U : ead the instructions on the and fill in your, and. Use a 2 or pencil. o use a pen. ub out any mistakes completely. ou U record

More information

UAB MATH-BY-MAIL CONTEST, 2004

UAB MATH-BY-MAIL CONTEST, 2004 UAB MATH-BY-MAIL CONTEST, 2004 ELIGIBILITY. Math-by-Mail competition is an individual contest run by the UAB Department of Mathematics and designed to test logical thinking and depth of understanding of

More information

News English.com Ready-to-Use English Lessons by Sean Banville

News English.com Ready-to-Use English Lessons by Sean Banville www.breaking News English.com Ready-to-Use English Lessons by Sean Banville 1,000 IDEAS & ACTIVITIES FOR LANGUAGE TEACHERS www.breakingnewsenglish.com/book.html Thousands more free lessons from Sean's

More information

Simple Time-to-Failure Estimation Techniques for Reliability and Maintenance of Equipment

Simple Time-to-Failure Estimation Techniques for Reliability and Maintenance of Equipment F E A T U R E A R T I C L E Simple Time-to-Failure Estimation Techniques for Reliability and Maintenance of Equipment Key Words: Reliability and maintenance, time-to-failure estimation, reactive maintenance

More information

Warm up Warm up Warm up Warm up Warm up Warm up Warm up Warm up Warm up Warm up Warm up Warm up Warm up Warm up Warm up Warm up Warm up

Warm up Warm up Warm up Warm up Warm up Warm up Warm up Warm up Warm up Warm up Warm up Warm up Warm up Warm up Warm up Warm up Warm up How much can bubbling the test incorrectly affect you? Essential Question Essential Question Essential Question Essential Question Essential Question Essential Question Essential Question Week 12, Lesson

More information

News English.com Ready-to-Use English Lessons by Sean Banville Sir Alex Ferguson retires as Man. Utd. coach

News English.com Ready-to-Use English Lessons by Sean Banville Sir Alex Ferguson retires as Man. Utd. coach www.breaking News English.com Ready-to-Use English Lessons by Sean Banville 1,000 IDEAS & ACTIVITIES FOR LANGUAGE TEACHERS www.breakingnewsenglish.com/book.html Thousands more free lessons from Sean's

More information

O-Calc Pro Sag Tension Calculations Explained

O-Calc Pro Sag Tension Calculations Explained O-Calc Pro Sag Tension Calculations Explained This document is a primer that explains how O-Calc Pro software system handles the tension and sags on cables that are attached to a pole. The document is

More information

Uninformed search methods II.

Uninformed search methods II. CS 1571 Introduction to AI Lecture 5 Uninformed search methods II. Milos Hauskrecht milos@cs.pitt.edu 5329 Sennott Square Uninformed methods Uninformed search methods use only information available in

More information

Stitch Guide Ch chain Sc single crochet Inc increase Dec - decrease

Stitch Guide Ch chain Sc single crochet Inc increase Dec - decrease Giant Squid Pattern designed and created by Patricia Castillo. Pattern may not be copied, sold, or distributed on any publication without permission from owner. Size: Approx 40 length Materials: -Worsted

More information

Solving Problems by Searching chap3 1. Problem-Solving Agents

Solving Problems by Searching chap3 1. Problem-Solving Agents Chapter3 Solving Problems by Searching 20070315 chap3 1 Problem-Solving Agents Reflex agents cannot work well in those environments - state/action mapping too large - take too long to learn Problem-solving

More information

CENG 466 Artificial Intelligence. Lecture 4 Solving Problems by Searching (II)

CENG 466 Artificial Intelligence. Lecture 4 Solving Problems by Searching (II) CENG 466 Artificial Intelligence Lecture 4 Solving Problems by Searching (II) Topics Search Categories Breadth First Search Uniform Cost Search Depth First Search Depth Limited Search Iterative Deepening

More information

2.6 Related Rates Worksheet Calculus AB. dy /dt!when!x=8

2.6 Related Rates Worksheet Calculus AB. dy /dt!when!x=8 Two Rates That Are Related(1-7) In exercises 1-2, assume that x and y are both differentiable functions of t and find the required dy /dt and dx /dt. Equation Find Given 1. dx /dt = 10 y = x (a) dy /dt

More information

d+80% d+77% d+55% d+7% d+6% d+18%

d+80% d+77% d+55% d+7% d+6% d+18% Q1: On average during the summer months, how often do you use a bicycle? This question approximates Question 27 from the 2012 NHTSA Attitudes and Behavior survey: On average, during the summer months,

More information

Mixture Models & EM. Nicholas Ruozzi University of Texas at Dallas. based on the slides of Vibhav Gogate

Mixture Models & EM. Nicholas Ruozzi University of Texas at Dallas. based on the slides of Vibhav Gogate Mixture Models & EM Nicholas Ruozzi University of Texas at Dallas based on the slides of Vibhav Gogate Previously We looked at -means and hierarchical clustering as mechanisms for unsupervised learning

More information

STRESS ANALYSIS OF BELL CRANK LEVER

STRESS ANALYSIS OF BELL CRANK LEVER STRESS ANALYSIS OF BELL CRANK LEVER Mr. M. M. Dange 1, Prof. S. R. Zaveri 2 1 Department of Mechanical Engineering, R.C.E.R.T., R.T.M.N.U, Chandrapur, (India) 2 Department of Mechanical Engineering, R.C.E.R.T.,

More information

Urban OR: Quiz 2 Solutions (2003) ( 1 ρ 1 )( 1 ρ 1 ρ 2 ) ( 1 12 )( ) σ S ] 24 [ 2 = 60, 2 2 ] ( 2 ) 3

Urban OR: Quiz 2 Solutions (2003) ( 1 ρ 1 )( 1 ρ 1 ρ 2 ) ( 1 12 )( ) σ S ] 24 [ 2 = 60, 2 2 ] ( 2 ) 3 Problem 1: (a) Wo = ƒ λ Urban OR: Quiz 2 Solutions (2003) 2 2 E [ S i ] 12 1 12 9 i = + = 1 min i = 1 2 60 2 60 2 W W = o 1 q1 = = 1. 25 min ( 1 ρ 1 ) ( 1 12 ) 60 W W = o 1 q2 = = 6. 25 min ( 1 ρ 1 )(

More information

Little Uns. T. Rex. When crocheted with yarns and hook specified, T. Rex measures 16 inches L with a standing height of 11 inches.

Little Uns. T. Rex. When crocheted with yarns and hook specified, T. Rex measures 16 inches L with a standing height of 11 inches. Little Uns T. Rex When crocheted with yarns and hook specified, T. Rex measures 16 inches L with a standing height of 11 inches. This pattern is crocheted in the amigurumi style of continuous rounds beginning

More information

Polynomial DC decompositions

Polynomial DC decompositions Polynomial DC decompositions Georgina Hall Princeton, ORFE Joint work with Amir Ali Ahmadi Princeton, ORFE 7/31/16 DIMACS Distance geometry workshop 1 Difference of convex (dc) programming Problems of

More information

Piecewise Functions. Updated: 05/15/10

Piecewise Functions. Updated: 05/15/10 Connecting Algebra 1 to Advanced Placement* Mathematics A Resource and Strategy Guide Updated: 05/15/ Objectives: Students will review linear functions and their properties and be introduced to piecewise

More information

Formula One Race Strategy

Formula One Race Strategy Formula One Race Strategy McLaren Racing Limited Sports Technology McLaren is a registered trademark of McLaren Racing Limited INTRODUCTION Figure 1: A Vodafone McLaren Mercedes driven by Lewis Hamilton

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

HYBRID STEPPING MOTORS HY / HS / HN Series

HYBRID STEPPING MOTORS HY / HS / HN Series HYBRID STEPPING MOTORS HY / HS / HN Series Long Life Compact Design Bipolar / Unipolar Models Holding Torque up to High Performances Series HS and HN Several Options available (Encoders, Gearboxes,Cables,

More information

Name: Analyzing Graphs of Quadratic Functions 1. Use the graph at the right to fill in the blanks for each point. a) (, 24) represents Point. b) (12, ) represents Point. c) (, ) represents Point F. d)

More information

Tension Cracks. Topics Covered. Tension crack boundaries Tension crack depth Query slice data Thrust line Sensitivity analysis.

Tension Cracks. Topics Covered. Tension crack boundaries Tension crack depth Query slice data Thrust line Sensitivity analysis. Tension Cracks 16-1 Tension Cracks In slope stability analyses with cohesive soils, tension forces may be observed in the upper part of the slope. In general, soils cannot support tension so the results

More information

The Cooperative Cleaners Case Study: Modelling and Analysis in Real-Time ABS

The Cooperative Cleaners Case Study: Modelling and Analysis in Real-Time ABS : Modelling and Analysis in Real-Time ABS Silvia Lizeth Tapia Tarifa Precise Modelling and Analysis University of Oslo sltarifa@ifi.uio.no 29.11.2013 S. Lizeth Tapia Tarifa Outline Motivation 1 Motivation

More information

Outline. Terminology. EEC 686/785 Modeling & Performance Evaluation of Computer Systems. Lecture 6. Steps in Capacity Planning and Management

Outline. Terminology. EEC 686/785 Modeling & Performance Evaluation of Computer Systems. Lecture 6. Steps in Capacity Planning and Management EEC 686/785 Modeling & Performance Evaluation of Computer Systems Lecture 6 Department of Electrical and Computer Engineering Cleveland State University wenbing@ieee.org Outline Review of lecture 5 The

More information

BETWEEN PAPERS PRACTICE SET 1 of 2 - F&H (most questions)

BETWEEN PAPERS PRACTICE SET 1 of 2 - F&H (most questions) BETWEEN PAPERS PRACTICE SET 1 of 2 - F&H (most questions) Summer 2018 QUESTIONS Not A best Guess paper. Neither is it a prediction... only the examiners know what is going to come up! Fact! You also need

More information

CMSC131. Introduction to Computational Thinking. (with links to some external Scratch exercises) How do you accomplish a task?

CMSC131. Introduction to Computational Thinking. (with links to some external Scratch exercises) How do you accomplish a task? CMSC131 Introduction to Computational Thinking (with links to some external Scratch exercises) How do you accomplish a task? When faced with a task, we often need to undertake several steps to accomplish

More information

save percentages? (Name) (University)

save percentages? (Name) (University) 1 IB Maths Essay: What is the correlation between the height of football players and their save percentages? (Name) (University) Table of Contents Raw Data for Analysis...3 Table 1: Raw Data...3 Rationale

More information

EE582 Physical Design Automation of VLSI Circuits and Systems

EE582 Physical Design Automation of VLSI Circuits and Systems EE Prof. Dae Hyun Kim School of Electrical Engineering and Computer Science Washington State University Routing Grid Routing Grid Routing Grid Routing Grid Routing Grid Routing Lee s algorithm (Maze routing)

More information

Computing s Energy Problem:

Computing s Energy Problem: Computing s Energy Problem: (and what we can do about it) Mark Horowitz Stanford University horowitz@ee.stanford.edu 1 of 46 Everything Has A Computer Inside 2of 46 The Reason is Simple: Moore s Law Made

More information

COMPRESSED AIR DISTRIBUTION SYSTEMS

COMPRESSED AIR DISTRIBUTION SYSTEMS Series COMPRESSED AIR DISTRIBUTION SYSTEMS 18 DESIGNING AN EFFICIENT COMPRESSED AIR DISTRIBUTION The main source of inefficiencies and problems affecting compressed air distribution systems is often the

More information

Hazard Recognition Line of Fire. Copyright of Shell International

Hazard Recognition Line of Fire. Copyright of Shell International Hazard Recognition Line of Fire Line Of Fire Line of Fire refers to those work situations where workers could be struck by something which suddenly starts to move or releases its energy unexpectedly. This

More information

Unit 2 Review: Projectile Motion

Unit 2 Review: Projectile Motion Name: Unit 2 Review: Projectile Motion Date: 1. A projectile is fired from a gun near the surface of Earth. The initial velocity of the projectile has a vertical component of 98 meters per second and a

More information

Black Sea Bass Encounter

Black Sea Bass Encounter Black Sea Bass Encounter Below is an adaptation of the Shark Encounter (Lawrence Hall of Science: MARE 2002) lesson plan to be about Black Sea Bass and to incorporate information learned from Dr. Jensen

More information

On Underwater Vehicle Routing Problem

On Underwater Vehicle Routing Problem On Underwater Vehicle Routing Problem Wojciech Bożejko (B), Szymon Jagie l lo, Micha l Lower, and Czes law Smutnicki Faculty of Electronics, Wroc law University of Technology, Janiszewskiego 11-17, 50-372

More information

Load of lumber shifts and falls on construction worker killing him

Load of lumber shifts and falls on construction worker killing him OR FACE 2003-16-01 Load of lumber shifts and falls on construction worker killing him Summary A 32-year-old construction worker was killed when a load of lumber being lifted to the second story of a residence

More information

TEPZZ _ Z684A_T EP A1 (19) (11) EP A1 (12) EUROPEAN PATENT APPLICATION. (51) Int Cl.: A01D 34/82 ( )

TEPZZ _ Z684A_T EP A1 (19) (11) EP A1 (12) EUROPEAN PATENT APPLICATION. (51) Int Cl.: A01D 34/82 ( ) (19) TEPZZ _ Z684A_T (11) EP 3 1 684 A1 (12) EUROPEAN PATENT APPLICATION (43) Date of publication: 2.01.17 Bulletin 17/04 (1) Int Cl.: A01D 34/82 (06.01) (21) Application number: 1617949.9 (22) Date of

More information

New Hire Physical Agility Process 2018

New Hire Physical Agility Process 2018 New Hire Physical Agility Process 2018 It is important that you dress in clothes and shoes that would be comfortable to exercise in. Applicants participating in the physical agility test will wear a fire

More information

Feasibility Testing Report Fishing Line Deflection

Feasibility Testing Report Fishing Line Deflection Feasibility Testing Report Fishing Line Deflection Team: P15001: Active Ankle Foot Orthotic Engineer: Noah Schadt Mechanical Engineer Test Date: 11/11/2014 Related System: ABBBB: Raise Foot The reason

More information

Pacific Charter Institute Pacing Guide Grade(s): _5 Subject Area: _Math in Focus grade 5 CP: yes _X no

Pacific Charter Institute Pacing Guide Grade(s): _5 Subject Area: _Math in Focus grade 5 CP: yes _X no Week 1 Pre-requisite skills review Chapter 1 pre-test Assessment 5 chapter pre-test pp. 1-4 or MIF Student book 5A pp. 1-4 Reteach 4A (1.1, 1.2, 2.1, 3.2, 3.4) NWEA Kids start Wed. Week 2 1.1 Writing numbers

More information

TANK MANAGER FOR TWO TANKS OPERATING MANUAL. 10/31/11 C-More T6C L color touch panel

TANK MANAGER FOR TWO TANKS OPERATING MANUAL. 10/31/11 C-More T6C L color touch panel TANK MANAGER FOR TWO TANKS OPERATING MANUAL 10/31/11 C-More T6C L color touch panel 1 TABLE OF CONTENTS GENERAL...3 INSTALLATION...4 STONE TEST PROCEDURE...7 OPERATIONAL SUMMARY...7 AUTO CARBONATION...10

More information

Author s Name Name of the Paper Session. Positioning Committee. Marine Technology Society. DYNAMIC POSITIONING CONFERENCE September 18-19, 2001

Author s Name Name of the Paper Session. Positioning Committee. Marine Technology Society. DYNAMIC POSITIONING CONFERENCE September 18-19, 2001 Author s Name Name of the Paper Session PDynamic Positioning Committee Marine Technology Society DYNAMIC POSITIONING CONFERENCE September 18-19, 2001 POWER PLANT SESSION A New Concept for Fuel Tight DP

More information

Optimizing Cyclist Parking in a Closed System

Optimizing Cyclist Parking in a Closed System Optimizing Cyclist Parking in a Closed System Letu Qingge, Killian Smith Gianforte School of Computing, Montana State University, Bozeman, MT 59717, USA Abstract. In this paper, we consider the two different

More information

Series MX pressure regulators 3/

Series MX pressure regulators 3/ CATALOGUE > Release 8.8 > Series MX regulators Series MX pressure regulators MX2 ports: G/8, G1/2, G/4 - MX ports: G/4, G1 Manifold ports: G1/2 (MX2 only) Modular - Available with built-in pressure gauges

More information

To consider the introduction of a revised UEA timetable slotting matrix for use commencing in 2019/20.

To consider the introduction of a revised UEA timetable slotting matrix for use commencing in 2019/20. LTC17D17 Title: UEA Timetable Slotting Author: Nigel Shed LTS Manager Timetabling Date: 10//2018 Circulation: Learning and Teaching Committee 20 th June 2018 Agenda: LTC17A006 Version: Final Status: Open

More information

EF 151 Exam 3 - Spring, 2017 Page 1 Copy 1

EF 151 Exam 3 - Spring, 2017 Page 1 Copy 1 EF 151 Exam 3 - Spring, 2017 Page 1 Copy 1 Name: Section: Before the Exam Starts: Sit in assigned seat; failure to sit in assigned seat results in a 0 for the exam. Put name and section on your exam. Put

More information

Speed Reading. Forces Cause Change. The force of a bat hitting a baseball causes the baseball to change direction.

Speed Reading. Forces Cause Change. The force of a bat hitting a baseball causes the baseball to change direction. Speed Reading Forces Cause Change The force of a bat hitting a baseball causes the baseball to change direction. The force of the wind blowing can cause a sailboat to change position as the sail is pushed.

More information

THE MIGHTY LINE GUIDE TO A SAFE AND EFFICIENT WORKPLACE

THE MIGHTY LINE GUIDE TO A SAFE AND EFFICIENT WORKPLACE THE MIGHTY LINE GUIDE TO A SAFE AND EFFICIENT WORKPLACE THE MIGHTY LINE GUIDE TO A SAFE AND EFFICIENT WORKPLACE Our Floor Tapes, Floor Signs and a 5S approach will yield measurable results. The more clarity,

More information

Design and Simulation of a Pipelined Decompression Architecture for Embedded Systems

Design and Simulation of a Pipelined Decompression Architecture for Embedded Systems Design and Simulation of a Pipelined Decompression Architecture for Embedded Systems Haris Lekatsas Jörg Henkel Wayne Wolf NEC USA NEC USA Princeton University Abstract In the past, systems utilizing code

More information

Planning. In the following: Figure 3.1 and Table 3.1: a. Table 3.1 completed 2. Tasks Previous task Start date End date Duration Resources (humans)

Planning. In the following: Figure 3.1 and Table 3.1: a. Table 3.1 completed 2. Tasks Previous task Start date End date Duration Resources (humans) Solution of Exercise 6 January 31, 2019 Professor Samia GAMOURA Planning In the following: Figure 3.1 and Table 3.1: a. Table 3.1 completed 2. Tasks Previous task Start date End date Duration Resources

More information

The Evolution of Transport Planning

The Evolution of Transport Planning The Evolution of Transport Planning On Proportionality and Uniqueness in Equilibrium Assignment Michael Florian Calin D. Morosan Background Several bush-based algorithms for computing equilibrium assignments

More information

Empirical Evaluation of Transit Signal Priority through Fusion of Heterogeneous Transit and Traffic Signal Data and Novel Performance Measures

Empirical Evaluation of Transit Signal Priority through Fusion of Heterogeneous Transit and Traffic Signal Data and Novel Performance Measures Empirical Evaluation of Transit Signal Priority through Fusion of Heterogeneous Transit and Traffic Signal Data and Novel Performance Measures Wei Feng Analyst Department of Performance Management Chicago

More information

DM-SL (English) Dealer's Manual. REVOSHIFT Shifter SL-RS47 SL-RS45 SL-RS36 SL-RS35 SL-RS34 SL-RS25

DM-SL (English) Dealer's Manual. REVOSHIFT Shifter SL-RS47 SL-RS45 SL-RS36 SL-RS35 SL-RS34 SL-RS25 (English) DM-SL0002-03 Dealer's Manual REVOSHIFT Shifter SL-RS47 SL-RS45 SL-RS36 SL-RS35 SL-RS34 SL-RS25 IMPORTNT NOTICE This dealer's manual is intended primarily for use by professional bicycle mechanics.

More information

Real World Search Problems. CS 331: Artificial Intelligence Uninformed Search. Simpler Search Problems. Example: Oregon. Search Problem Formulation

Real World Search Problems. CS 331: Artificial Intelligence Uninformed Search. Simpler Search Problems. Example: Oregon. Search Problem Formulation Real World Search Problems S 331: rtificial Intelligence Uninformed Search 1 2 Simpler Search Problems ssumptions bout Our Environment Fully Observable Deterministic Sequential Static Discrete Single-agent

More information

Applying Bi-objective Shortest Path Methods to Model Cycle Route-choice

Applying Bi-objective Shortest Path Methods to Model Cycle Route-choice Applying Bi-objective Shortest Path Methods to Model Cycle Route-choice Chris Van Houtte, Judith Y. T. Wang, and Matthias Ehrgott September 30, 2009 Outline Commuter Cyclists Motivation Choice Set Route

More information

Algebra I: Strand 3. Quadratic and Nonlinear Functions; Topic 1. Pythagorean Theorem; Task 3.1.2

Algebra I: Strand 3. Quadratic and Nonlinear Functions; Topic 1. Pythagorean Theorem; Task 3.1.2 Algebra I: Strand 3. Quadratic and Nonlinear Functions; Topic. Pythagorean Theorem; Task 3.. TASK 3..: 30-60 RIGHT TRIANGLES Solutions. Shown here is a 30-60 right triangle that has one leg of length and

More information

TKF Mass Flow Controller. FCS Thermal Series. Digital interface 준비장비 (RS-485)

TKF Mass Flow Controller. FCS Thermal Series. Digital interface 준비장비 (RS-485) TKF Mass Flow Controller FCS Thermal Series Digital interface 준비장비 (RS-485) ORDERING INFORMATION FCST1000MZDC-4J2-F20L-AR-R1-CR-U*** FLOW CONTROL SYSTEM 1 2 3 4 5 6 7 8 9 10 11 12 13 1 Sensor Type T:Mass

More information

INSTRUCTION MANUAL xbox One SPS-X3 VER 4.0

INSTRUCTION MANUAL xbox One SPS-X3 VER 4.0 INSTRUCTION MANUAL xbox One SPS-X3 VER 4.0 Congratulations, welcome to the GamerModz Family! You are now a proud owner of a GamerModz Custom Modded Controller. The SPS-X3 - VER 4.0 FOR XBOX ONE has been

More information

CS 351 Design of Large Programs Zombie House

CS 351 Design of Large Programs Zombie House CS 351 Design of Large Programs Zombie House Instructor: Joel Castellanos e-mail: joel@unm.edu Web: http://cs.unm.edu/~joel/ Office: Electrical and Computer Engineering building (ECE). Room 233 2/23/2017

More information

Finding the water potential of potato tissue INTRODUCTION. Figure 1. Concentrated. Potato core

Finding the water potential of potato tissue INTRODUCTION. Figure 1. Concentrated. Potato core General Certificate of Education June 2009 Advanced Subsidiary Examination BIOLOGY Investigative Skills Assignment Task Sheet BIO3T/Q09/task Finding the water potential of potato tissue INTRODUCTION When

More information

SIDDHARTH INSTITUTE OF ENGINEERING & TECHNOLOGY :: PUTTUR (AUTONOMOUS) Siddharth Nagar, Narayanavanam Road QUESTION BANK (DESCRIPTIVE)

SIDDHARTH INSTITUTE OF ENGINEERING & TECHNOLOGY :: PUTTUR (AUTONOMOUS) Siddharth Nagar, Narayanavanam Road QUESTION BANK (DESCRIPTIVE) Subject with Code : Data Structures(16MC806) Course & Specialization: MCA UNIT I Sorting, Searching and Directories 1. Explain how to sort the elements by using insertion sort and derive time complexity

More information

8.5 Training Day Part II

8.5 Training Day Part II 26 8.5 Training Day Part II A Solidify Understanding Task Fernando and Mariah continued training in preparation for the half marathon. For the remaining weeks of training, they each separately kept track

More information

SmartDose is available for both liquid and gas cylinder applications.

SmartDose is available for both liquid and gas cylinder applications. SmartDose Auto-Adjusting Intelligent Technology. It s what separates Inspired Technologies portable oxygen system from every other portable on the market.without SmartDose, your patient is forced to focus

More information

Unit 9: Gas Laws REGENTS CHEMISTRY

Unit 9: Gas Laws REGENTS CHEMISTRY Name: Unit 9: Gas Laws REGENTS CHEMISTRY 1 Name: Unit 9: Gas Laws The concept of an ideal gas is a model to explain the behavior of gases. A real gas is most like an ideal gas when the real gas is at low

More information