B551 Elements of Artificial Intelligence. Introduction to the Course and AI

Size: px
Start display at page:

Download "B551 Elements of Artificial Intelligence. Introduction to the Course and AI"

Transcription

1 B551 Elements of Artificial Intelligence Introduction to the Course and AI David Leake Indiana University Associate Instructors (Will lead programming component) Nihar Khetan Alex Seewald Eriya Terada Ishtiak Zaman 1

2 Goals of the Course Provide understanding of key big ideas of AI Develop abilities in critically analyzing AI problems (and other problems) Develop skills in devising creative solutions to open-ended problems Develop skills programming AI methods Learn toolkit of methods for your future use (useful whether or not you continue in AI!) What Is AI? What do you think it is/should be? 2

3 In-Class Exercise (not to hand in) Divide into two groups per table Each person should write down his/her one-sentence definition of AI Discuss/compare/contrast as a group. Where do you disagree? What do the differences show? What s key? Each group should pick two of the definitions, representing different perspectives, noting strengths/weaknesses/conflicts. Each table should select a presenter to put all 4 definitions from the table on a ppt page on a laptop plugged into the table s display port. Each presenter will show its table s 4 definitions and comment on strengths/weaknesses/conflicts. Definitions of AI from the Literature Think like humans: The exciting new effort to make computers think machines with minds, in the full and literal sense (Haugeland, 1985). the study of mental faculties through the use of computational models. (Charniak and McDermott, 1985) Think rationally: the study of computations that make it possible to perceive, reason, and act. (Winston, 1993) 3

4 Act like humans: The study of how to make computers do things at which, at the moment, people are better (Rich and Knight, 1991) Act rationally: describing and building intelligent agents that receive percepts from the environment and perform actions. (Russel and Norvig, 2005) minor rewording Anything wrong? Where do these Break Down? Examples? Act like humans: The study of how to make computers do things at which, at the moment, people are better (Rich and Knight, 1991) Act rationally: describing and building intelligent agents that receive percepts from the environment and perform actions. (Russell and Norvig, 2005) minor rewording 4

5 Act like humans: The study of how to make computers do things at which, at the moment, people are better (Rich and Knight, 1991) Was writing T E X AI? Act rationally: describing and building intelligent agents that receive percepts from the environment and perform actions. (Russell and Norvig, 2005) minor rewording Is thermostat design AI? 5

6 What are the Dimensions for Definitions of AI? (Why is this important?) Categories of Definitions of AI (Russell & Norvig) Systems that think like humans. (Cognitive modeling) Systems that act like humans. Systems that think rationally. Systems that act rationally. (Textbook s focus) 6

7 Chris Riesbeck s Definition AI is the search for answers to the eternal question, why are computers so stupid? 1996 What does this mean for an AI research agenda? Riesbeck s Focus AI should focus on what is computer stupidity and how can we get rid of it AI as a repair process Not focus on intelligence Most interesting AI projects, such as robot walking do not require intelligence in the sense of playing great chess 7

8 Not understanding simple sentences in context is stupid. Ergo, natural language understanding research is AI. Not being able to solve equations is not stupid. Ergo, numerical analysis is not AI. Not recognizing your own hand in front of your own face is stupid. Ergo, computer vision research is AI. from What next? The future of CBR in postmodern AI by Chris Riesbeck Approaches to AI Cognitive science approach Study of how humans think Build computer programs or systems to model cognitive processes Search for similarities between what is going on in the model and what happens in the brain Study of the nature of intelligence Technological approach Build systems to solve real world problems 8

9 Potential Impact of AI "If you invent a breakthrough in artificial intelligence, so machines can learn that is worth 10 Microsofts. Bill Gates 2011 Was an AmazingYear for AI Video 9

10 Video Video 10

11 What Are the Ramifications of Self-Driving Cars? Your thoughts? Video How Else Can AI Affect Our Lives? 11

12 How can we judge performance of AI systems and progress of AI? 12

13 Sample criteria for judging AI systems Applications side Can humans interact with the machine more naturally? Can it help humans make decisions and guide the reasoning process? Can it replace a human in a task such as driving a car? Cognitive science side Can the computer now think? (What s wrong with this question?) Evaluating Full Intelligence: The Turing Test Alan Turing 1950 addressed Can machines think? Problem: Not operational/informative Turing replaced question with a test: Can a machine pass this test? becomes the operational replacement 13

14 The Turing Test Played with 2 people and a machine Communication by typing alone An isolated person interrogates the other person and machine over teletype Interrogator tries to figure out which one is the human Computer tries to respond like a human What Would You Say? 14

15 What Does the Turing Test Get Right or Wrong? Too weak? Too Strong? Just right? The Loebner Prize Established in 1990 Annual contest to pass the Turing Test Grand prize for passing - $100,000 Not yet claimed Next competition is Sept 19, 2015, Bletchley Park, UK Alice, a past winner (2000, 2001, 2004), is online, as is Mitsuku, the 2013 winner. 15

16 Can Machines Understand Stories? SAM (1978) could summarize simple stories and answer questions about them. Input: Friday evening a car swerved off Route 69. The vehicle struck a tree. The passenger, a New Jersey man, was killed. David Hall, 27, was pronouced dead at the scene by Dr. Dana Blanchard, medical examiner. Frank Miller, 32, of 592 Foxon Rd., the driver, was taken to Milford Hospital by Flanagan Ambulance. He was treated and released. No charges were made. Patrolman Robert Onofrio investigated the accident. 16

17 English Summary: AN AUTOMOBILE HIT A TREE NEAR HIGHWAY 69 FOUR DAYS AGO. DAVID HALL, AGE 27, RESIDENCE IN NEW JERSEY, THE PASSENGER, DIED. FRANK MILLER, AGE 32, RESIDENCE AT 593 FOXON ROAD IN NEW HAVEN, CONNECTICUT, THE DRIVER, WAS SLIGHTLY INJURED. THE POLICE DEPARTMENT DID NOT FILE CHARGES. Spanish Summary: UN AUTO CHOCO CONTRA UN ARBOL CERCA DE LA CARRETERA 69 EL VIERNES AL ANOCHECER. DAVID HALL, DE 27 ANOS, QUE VIVIA EN NEW JERSEY, EL PASAGERO, SE MURIO. FRANK MILLER, DE 32 ANOS, QUE VIVIA EN 593 CALLE FOXON EN NEW HAVEN, CONNECTICUT, EL CHOFER, QUEDO UN POCO HERIDO. EL DEPARTAMENTO DE POLICA NO ACUSO A NADIE. 17

18 Question-Answering Output Q1: Was anyone killed? A1: YES, DAVID HALL DIED Q2: Was anyone hurt? A2: YES, FRANK MILLER WAS SLIGHTLY INJURED. Q3: Why was Miller hurt? A3: BECAUSE THE AUTOMOBILE HIT THE TREE. Q4: Did Miller go to the hospital? A4: YES, HE WAS IN THE MILFORD HOSPITAL. Q5: How did Miller get to the hospital. A5: THE FLANAGAN AMBULANCE COMPANY TOOK HIM TO THE MILFORD HOSPITAL. Are You Convinced? John Searle 18

19 Searle s Chinese Room The Rule Book (if-then rules) 19

20 Where s the Understanding? 20

What is Artificial Intelligence?

What is Artificial Intelligence? CSE 3401: Intro to Artificial Intelligence & Logic Programming Introduction Required Readings: Russell & Norvig Chapters 1 & 2. Lecture slides adapted from those of Fahiem Bacchus. 1 What is AI? What is

More information

COMP 590: Artificial Intelligence

COMP 590: Artificial Intelligence COMP 590: Artificial Intelligence Today Course overview What is AI? Examples of AI today Who is this course for? An introductory survey of AI techniques for students who have not previously had an exposure

More information

CSC384 Intro to Artificial Intelligence

CSC384 Intro to Artificial Intelligence CSC384 Intro to Artificial Intelligence What is Artificial Intelligence? What is Intelligence? Are these Intelligent? CSC384, University of Toronto 3 What is Intelligence? Webster says: The capacity to

More information

CSE841 Artificial Intelligence

CSE841 Artificial Intelligence CSE841 Artificial Intelligence Dept. of Computer Science and Eng., Michigan State University Fall, 2014 Course web: http://www.cse.msu.edu/~cse841/ Description: Graduate survey course in Artificial Intelligence.

More information

Colorado Personal Injury and Disability Lawyer. Auto Accident Victim s TOOLKIT. Call Now! 877-846-4878 www.mcdivittlaw.com

Colorado Personal Injury and Disability Lawyer. Auto Accident Victim s TOOLKIT. Call Now! 877-846-4878 www.mcdivittlaw.com Auto Accident Victim s TOOLKIT Call Now! 877-846-4878 www.mcdivittlaw.com 1 Auto Accident Victim s Toolkit An auto accident is overwhelming and the days following it are trying and confusing while dealing

More information

what to do in case of an auto accident

what to do in case of an auto accident what to do in case of an auto accident Keep this pamphlet with a pencil and paper and your insurance card in your car. What These Words Mean Scene The place where the accident happened. Witness A person

More information

LCS 11: Cognitive Science Chinese room argument

LCS 11: Cognitive Science Chinese room argument Agenda Pomona College LCS 11: Cognitive Science argument Jesse A. Harris February 25, 2013 Turing test review Searle s argument GQ 2.3 group discussion Selection of responses What makes brains special?

More information

English as a Second Language Podcast www.eslpod.com. ESL Podcast 292 Business Insurance

English as a Second Language Podcast www.eslpod.com. ESL Podcast 292 Business Insurance GLOSSARY to lose control of (something) to no longer be in control of something; to not be able to influence how something moves or happens * When I was driving home last night, I thought I was going to

More information

OVERVIEW OF HNO, PHYSICAL DAMAGE, CASE STUDY. Presented by: Alliant Insurance

OVERVIEW OF HNO, PHYSICAL DAMAGE, CASE STUDY. Presented by: Alliant Insurance OVERVIEW OF HNO, PHYSICAL DAMAGE, CASE STUDY Presented by: Alliant Insurance Session Overview At the end of this presentation, participants should be able to: 1. Define what HNO means 2. Understand how

More information

Problem-Based Group Activities for a Sensation & Perception Course. David S. Kreiner. University of Central Missouri

Problem-Based Group Activities for a Sensation & Perception Course. David S. Kreiner. University of Central Missouri -Based Group Activities for a Course David S. Kreiner University of Central Missouri Author contact information: David Kreiner Professor of Psychology University of Central Missouri Lovinger 1111 Warrensburg

More information

Acting humanly: The Turing test. Artificial Intelligence. Thinking humanly: Cognitive Science. Outline. What is AI?

Acting humanly: The Turing test. Artificial Intelligence. Thinking humanly: Cognitive Science. Outline. What is AI? Acting humanly: The Turing test Artificial Intelligence Turing (1950) Computing machinery and intelligence : Can machines think? Can machines behave intelligently? Operational test for intelligent behavior:

More information

A Client-Server Interactive Tool for Integrated Artificial Intelligence Curriculum

A Client-Server Interactive Tool for Integrated Artificial Intelligence Curriculum A Client-Server Interactive Tool for Integrated Artificial Intelligence Curriculum Diane J. Cook and Lawrence B. Holder Department of Computer Science and Engineering Box 19015 University of Texas at Arlington

More information

CHECK IT OUT CHECK IT OUT! Spring 2001. Contents. Age 9 11 Key Stage 2. Series Producer: Henry Laverty. Spring 2001

CHECK IT OUT CHECK IT OUT! Spring 2001. Contents. Age 9 11 Key Stage 2. Series Producer: Henry Laverty. Spring 2001 Age 9 11 Key Stage 2! BULLYING Series Producer: Henry Laverty Spring 2001 Friday 12.10-12.30 p.m. from 19 January to 2 March Transmission: Friday 16 & 23 January Summer Term: Tuesday 22 May Summer 2001

More information

4. How to Buy a Car. Building a Better Future 151

4. How to Buy a Car. Building a Better Future 151 4. How to Buy a Car Building a Better Future 151 152 Building a Better Future UNIT 4: HOW TO BUY A CAR Lesson 1: How to Choose the Right Car Lesson Objectives: Students will understand what to consider

More information

Gifted Middle School Summer Reading Animal Farm

Gifted Middle School Summer Reading Animal Farm Name Gifted Middle School Summer Reading Animal Farm This summer you will read the novel, Animal Farm, which is about farm animals that rebel against the farmer in order to create a better life. But what

More information

Essay 2: A Service Memoir

Essay 2: A Service Memoir Essay 2: A Service Memoir Context At Edmonds Community College, our Center for Service Learning gives students the opportunity to serve the community and learn while they do so. Service at our school means

More information

Telemarketing Selling Script for Mobile Websites

Telemarketing Selling Script for Mobile Websites Telemarketing Selling Script for Mobile Websites INTRODUCTION - - - - - - - To person who answers phone - - - - - - - Record name of company, phone Good Morning (or Good Afternoon) I would like to speak

More information

Solving Linear Equations

Solving Linear Equations Solving Linear Equations Lesson: Solving Linear Equations Length: 45 minutes Age or Grade Level Intended: High School - 9 th grade Academic Standard(s): A1.2.1 Solve linear equations Performance Objective(s):

More information

Handouts for teachers

Handouts for teachers ASKING QUESTIONS THAT ENCOURAGE INQUIRY- BASED LEARNING How do we ask questions to develop scientific thinking and reasoning? Handouts for teachers Contents 1. Thinking about why we ask questions... 1

More information

Volunteer Research Notes for Auto Insurance: AAA & Home Insurance AAA

Volunteer Research Notes for Auto Insurance: AAA & Home Insurance AAA Slide 1 Keys to Understanding Property Insurance: Auto & Home Everyone faces financial risks! Insurance is about having a back-up plan, in case things don t work out like you planned! We all hope for the

More information

JA ECONOMICS FOR SUCCESS (2012 Version)

JA ECONOMICS FOR SUCCESS (2012 Version) JA ECONOMICS FOR SUCCESS (2012 Version) Important Notes: Reference Working with Students page before teaching. Session 1 When giving directions to students, please provide oral and written explanation

More information

TeachingEnglish Lesson plans. Science and Cloning. Topic: Science vocabulary

TeachingEnglish Lesson plans. Science and Cloning. Topic: Science vocabulary Science and Cloning Topic: Science vocabulary Aims: - To improve oral communication - To link the student's knowledge and interest in science with their English class - To act as an introduction to the

More information

Could you use more resources to help you learn & retain info? Do you create your own study aids to ensure you learn the course content?

Could you use more resources to help you learn & retain info? Do you create your own study aids to ensure you learn the course content? STUDY AIDS STUDY AIDS Could you use more resources to help you learn & retain info? Do you create your own study aids to ensure you learn the course content? A student s use of study aids consists of having

More information

LifeSmarts Safety Smart Ambassador Program PowerPoint Discussion Notes

LifeSmarts Safety Smart Ambassador Program PowerPoint Discussion Notes Slide 1 Safety Smart Ambassador Program LifeSmarts challenges teens to engage in service learning and community service This presentation will help you understand more about the Safety Smart Ambassador

More information

INTEGRATED SKILLS TEACHER S NOTES

INTEGRATED SKILLS TEACHER S NOTES TEACHER S NOTES INTEGRATED SKILLS TEACHER S NOTES LEVEL: Pre-intermediate AGE: Teenagers / Adults TIME NEEDED: 90 minutes + project LANGUAGE FOCUS: Linking words, understand vocabulary in context, topic

More information

PRUEBAS DE ACCESO A LA UNIVERSIDAD PARA EL ALUMNADO DE BACHILLERATO 133 INGLÉS. JUNIO 2015 Opción A. Your mom s wrong!

PRUEBAS DE ACCESO A LA UNIVERSIDAD PARA EL ALUMNADO DE BACHILLERATO 133 INGLÉS. JUNIO 2015 Opción A. Your mom s wrong! PRUEBAS DE ACCESO A LA UNIVERSIDAD PARA EL ALUMNADO DE BACHILLERATO 133 INGLÉS. JUNIO 2015 Opción A Your mom s wrong! To better understand how video games affect the brain, German researchers conducted

More information

How would I classify the following crash for OGP reporting purposes?

How would I classify the following crash for OGP reporting purposes? How would I classify the following crash for OGP reporting purposes? 1. An employee driving a company owned, contracted, leased or rental car while on company business hits or is struck by an animal while

More information

Introduction to Artificial Intelligence

Introduction to Artificial Intelligence Introduction to Artificial Intelligence 1st year undergraduate degrees with AI and/or CS http://www.cs.bham.ac.uk/~jxb/iai.html Lecturer: Dr. John A. Bullinaria http://www.cs.bham.ac.uk/~jxb John A. Bullinaria,

More information

Reckless Driving Wrecks Lives Ayrshire

Reckless Driving Wrecks Lives Ayrshire Reckless Driving Wrecks Lives Ayrshire Executive Summary Running since early 2005, Reckless Driving Wrecks Lives (RDWL) is a pan-ayrshire educational programme which aims to raise awareness and increase

More information

ARTIFICIAL INTELLIGENCE: DEFINITION, TRENDS, TECHNIQUES, AND CASES

ARTIFICIAL INTELLIGENCE: DEFINITION, TRENDS, TECHNIQUES, AND CASES ARTIFICIAL INTELLIGENCE: DEFINITION, TRENDS, TECHNIQUES, AND CASES Joost N. Kok, Egbert J. W. Boers, Walter A. Kosters, and Peter van der Putten Leiden Institute of Advanced Computer Science, Leiden University,

More information

Business Ethics. By: Aims Community College - Oil & Gas Dept.

Business Ethics. By: Aims Community College - Oil & Gas Dept. Business Ethics By: Aims Community College - Oil & Gas Dept. Business Ethics By: Aims Community College - Oil & Gas Dept. Online: < http://cnx.org/content/col11561/1.3/ > C O N N E X I O N S Rice University,

More information

I go to school, but I never learn what I want to know. Bérengère Houdou Man Vehicle Laboratory

I go to school, but I never learn what I want to know. Bérengère Houdou Man Vehicle Laboratory I go to school, but I never learn what I want to know. Bérengère Houdou Man Vehicle Laboratory virtual reality To see a painting versus to walk in a painting: an experiment on sense-making through virtual

More information

BBC RADIO 4 NEWS Thursday, 6 th September 2011 10.00am

BBC RADIO 4 NEWS Thursday, 6 th September 2011 10.00am ELEMENTARY: CORRECT THE MISTAKE IN EACH SENTENCE 1. Officials in south-western France have described a terrible crime scene. 2. They found a four-year-old girl alive in a car in which her mother, brother

More information

Team Building Ideas to Motivate, Engage, encourage

Team Building Ideas to Motivate, Engage, encourage MOTIVATE ENGAGE encourage Team Building Ideas to Motivate, Engage, and Encourage How to Use this ebook Baudville 52 Ways to a Positive Culture ebook PAGE 1 Keep your team feeling motivated, engaged, and

More information

Emergency Medical Training Services Emergency Medical Technician Basic Program Outlines Outline Topic: Ambulance Operations Revised: 11/2013

Emergency Medical Training Services Emergency Medical Technician Basic Program Outlines Outline Topic: Ambulance Operations Revised: 11/2013 AMBULANCE TYPES Emergency Medical Training Services Emergency Medical Technician Basic Program Outlines Outline Topic: Ambulance Operations Revised: 11/2013 Type 1 pick up truck with a box on the back.

More information

Artificial Intelligence

Artificial Intelligence Artificial Intelligence Chapter 1 Chapter 1 1 Outline What is AI? A brief history The state of the art Chapter 1 2 What is AI? Systems that think like humans Systems that think rationally Systems that

More information

A Guide to Road Accidents

A Guide to Road Accidents A Guide to Road Accidents info@injuryclaimspecialists.com Contents About this Guide 2 Introduction to Road Accidents 3 How long will a Road Accident Claim take? 4 The Personal Injury Claims Process for

More information

Difficult Conversations: How to Discuss What Matters Most

Difficult Conversations: How to Discuss What Matters Most Difficult Conversations: How to Discuss What Matters Most A High-Level Summary of the Book by Stone, Patton and Heen Office of Human Resources The Ohio State University 1590 N. High St. Suite 300 Columbus,

More information

Explore 2: Gathering Momentum

Explore 2: Gathering Momentum Explore : Gathering Momentum Type of Lesson: Learning Goal & Instructional Objectives: Content with Process: Focus on constructing knowledge through active learning. In this investigation, students calculate

More information

The Under-Reporting of Cell Phone Involvement in Fatal Car Crashes

The Under-Reporting of Cell Phone Involvement in Fatal Car Crashes National data show cell phones were involved in 3 fatal crashes nationwide in. Both policymakers and the public may not consider it as serious a problem compared to bigger fatality factors that can be

More information

Reflection Report International Semester

Reflection Report International Semester Reflection Report International Semester Studying abroad at KTH Royal Institute of Technology Stockholm 18-01-2011 Chapter 1: Personal Information Name and surname: Arts, Rick G. B. E-mail address: Department:

More information

Transportation: Week 2 of 2

Transportation: Week 2 of 2 The Minnesota Literacy Council created this curriculum with funding from the MN Department of Education. We invite you to adapt it for your own classrooms. Beginning Level (CASAS reading scores of 181-200)

More information

Home and Automobile Insurance Guide

Home and Automobile Insurance Guide Home and Automobile Insurance Guide General Information Finding the best insurance policies to suit your needs can be a complex and confusing business. To help you, we have addressed questions and defined

More information

1. What s the difference between Limited Tort and Full Tort Auto Insurance Policies?

1. What s the difference between Limited Tort and Full Tort Auto Insurance Policies? Auto 1. What s the difference between Limited Tort and Full Tort Auto Insurance Policies? Limited Tort and Full Tort refer to different types of coverage under a auto insurance policy and what compensation

More information

AUTONOMOUS VEHICLE TECHNOLOGY: CONSIDERATIONS FOR THE AUTO INSURANCE INDUSTRY

AUTONOMOUS VEHICLE TECHNOLOGY: CONSIDERATIONS FOR THE AUTO INSURANCE INDUSTRY AUTONOMOUS VEHICLE TECHNOLOGY: CONSIDERATIONS FOR THE AUTO INSURANCE INDUSTRY 2013 Intelligent Transportation Systems (ITS) Technical Meeting Monmouth College John P. Friedman Vice President State Government

More information

SPECIAL REPORT THE FIVE STEPS TO SUCCESS IN YOUR INDIANA CAR ACCIDENT CASE

SPECIAL REPORT THE FIVE STEPS TO SUCCESS IN YOUR INDIANA CAR ACCIDENT CASE SPECIAL REPORT THE FIVE STEPS TO SUCCESS IN YOUR INDIANA CAR ACCIDENT CASE GUY S. DIMARTINO, DC, JD INDIANA CAR ACCIDENT LAWYER 1000 WASHINGTON STREET MICHIGAN CITY, IN 46360 (219) 874-4878 www.michigancityinjurylaw.com

More information

Texas deadly drunk driving probation sentence leaves families stunned

Texas deadly drunk driving probation sentence leaves families stunned CBS NEWS December 11, 2013 Texas deadly drunk driving probation sentence leaves families stunned FORT WORTH, Texas -- Several families sat stunned and in tears in a Tarrant County juvenile courtroom on

More information

WHY DO WE HAVE EMOTIONS?

WHY DO WE HAVE EMOTIONS? WHY DO WE HAVE EMOTIONS? Why do we have emotions? This is an excellent question! Did you think: Emotions make us human or They help us feel? These are partly correct. Emotions do define us as humans and

More information

How to WOW! Your Guests

How to WOW! Your Guests Tools Technology Skills How to WOW! Your Guests Training Workbook Copyright 2005 Choice Hotels International WOW! Page 3 4 WOW! Page WOW! Page 5 What is WOW! Service? What is WOW!? and service! WOW! separates

More information

Taxicab Driver Sample Forms. 1. Tasks. Task 1. Task 2

Taxicab Driver Sample Forms. 1. Tasks. Task 1. Task 2 Sample Forms Taxi and limousine drivers drive automobiles and limousines to transport passengers. Taxi and limousine drivers are employed by taxi and other transportation service companies, or they may

More information

Getting Rid of Negative Thinking Patterns

Getting Rid of Negative Thinking Patterns You may pass this report on to friends, family and anyone else you feel would benefit from this information. Website owners you have permission to give this away to your site visitors or email lists. For

More information

12 Common Auto Accident Myths: Protecting your rights and wallet after being injured in an auto accident.

12 Common Auto Accident Myths: Protecting your rights and wallet after being injured in an auto accident. 12 Common Auto Accident Myths: Protecting your rights and wallet after being injured in an auto accident. Introduction An auto accident can dramatically change your life. You could be injured and/or in

More information

Economic Education for Consumers Chapter 14 Study Guide Automobile and Home Insurance: Sharing the Risk

Economic Education for Consumers Chapter 14 Study Guide Automobile and Home Insurance: Sharing the Risk Economic Education for Consumers Chapter 14 Study Guide Automobile and Home Insurance: Sharing the Risk Section 14-1 Insurance Basics Define Risk Management. Define Shared Risk. How do insurance companies

More information

HOW TO CHANGE NEGATIVE THINKING

HOW TO CHANGE NEGATIVE THINKING HOW TO CHANGE NEGATIVE THINKING For there is nothing either good or bad, but thinking makes it so. William Shakespeare, Hamlet, Act 2, Scene 2, 239 251. Although you may not be fully aware of it, our minds

More information

DEADLY DRIVING DISTRACTIONS: Texting, Cell Phones, and Other Killers

DEADLY DRIVING DISTRACTIONS: Texting, Cell Phones, and Other Killers Instructor s Guide : Texting, Cell Phones, and Other Killers According to insurance statistics, distracted drivers are responsible for almost 80 percent of all car crashes and 65 percent of near-collisions

More information

Thinking Skills. Lesson Plan. Introduction

Thinking Skills. Lesson Plan. Introduction xxx Lesson 18 Thinking Skills Overview: This lesson provides basic foundational information about two types of thinking skills: critical and creative. Students have used critical and creative skills each

More information

3 Fundamental Strategies to Convince the CFO to Fund Your BI Solution. e-book

3 Fundamental Strategies to Convince the CFO to Fund Your BI Solution. e-book 3 Fundamental Strategies to Convince the CFO to Fund Your BI Solution e-book Table of Contents Do You and Your CFO See Eye to Eye on BI? Find Common Ground Do Your Homework Establish Yourself as a Trusted

More information

WHY DO WE GET ANGRY? EVERYONE FEELS ANGRY SOMETIMES

WHY DO WE GET ANGRY? EVERYONE FEELS ANGRY SOMETIMES FEELING ANGRY? WHY DO WE GET ANGRY? There are lots of things that can make us angry. Here are a few examples... EVERYONE FEELS ANGRY SOMETIMES It s normal and healthy to get angry when there is a good

More information

Your Accident Fact Kit

Your Accident Fact Kit Your Accident Fact Kit We hope you find our Accident Fact Kit helpful in the event of an accident. Please be sure to print multiple copies and keep them in the glove compartment of your vehicle in the

More information

made simple Auto Insurance What s included:

made simple Auto Insurance What s included: Auto Insurance made simple What s included: How to read your Allstate Auto Policy Declarations Understanding auto insurance: Coverages Deductibles Coverage limits What to do in case of an accident Frequently

More information

Cognitive Science. Summer 2013

Cognitive Science. Summer 2013 Cognitive Science Summer 2013 Course Description We will consider the nature of cognition from an interdisciplinary perspective, often utilizing a computational model. We will explore insights from philosophy,

More information

Auto Insurance? Why do I need automobile insurance? Questions piling up on. What does my auto policy cover? Here's help

Auto Insurance? Why do I need automobile insurance? Questions piling up on. What does my auto policy cover? Here's help Questions piling up on Auto Insurance? Why do I need automobile insurance? First, it s the law. Illinois law requires all motor vehicle owners to have certain auto insurance coverages. There may be others

More information

WHAT IS INSURANCE? INSURANCE IS RECOVERY

WHAT IS INSURANCE? INSURANCE IS RECOVERY TEACHER S NOTES Purpose: to explore the effect of a car accident on a person s life to recognize the role of insurance as an essential emergency tool for replacement, repair and rehabilitation to explore

More information

DUI Voir Dire Questions INTRODUCTION

DUI Voir Dire Questions INTRODUCTION DUI Voir Dire Questions INTRODUCTION 1. Can you give me an example of a law that you disagree with (i.e., the speed limit)? 2. Someone tell me what the First Amendment protects? You see Ladies and Gentlemen,

More information

Digging Deeper into Safety and Injury Prevention Data

Digging Deeper into Safety and Injury Prevention Data Digging Deeper into Safety and Injury Prevention Data Amanda Schwartz: Have you ever wondered how you could make your center safer using information you already collect? I'm Amanda Schwartz from the Head

More information

HELPFUL TIPS AFTER A CAR ACCIDENT

HELPFUL TIPS AFTER A CAR ACCIDENT HELPFUL TIPS AFTER A CAR ACCIDENT A PRACTICAL GUIDE BY ERIN M. HARGIS, ESQ A car accident can be a very traumatic and stressful event and it may be difficult to think clearly if you have just been involved

More information

Flip Your Classroom to Increase Active Learning and Student Engagement

Flip Your Classroom to Increase Active Learning and Student Engagement Flip Your Classroom to Increase Active Learning and Student Engagement Bethany B. Stone, Ph.D. Associate Teaching Professor University of Missouri Columbia Background Like all technologies, new teaching

More information

Welcome to Northern Lights A film about Scotland made by you.

Welcome to Northern Lights A film about Scotland made by you. Welcome to Northern Lights A film about Scotland made by you. As part of the Year Of Creative Scotland 2012 we want you to take out a camera and show us what you can see. We are not sure what you will

More information

Proposal 1. I. M. Writer 520 Safe Drive St. Anytown, Anystate, USA 01000 (555) 555-1212. October 13, 2004

Proposal 1. I. M. Writer 520 Safe Drive St. Anytown, Anystate, USA 01000 (555) 555-1212. October 13, 2004 Proposal 1 Cover letter I. M. Writer 520 Safe Drive St. Anytown, Anystate, USA 01000 (555) 555-1212 October 13, 2004 Mr. David Decider Director, Policy Branch Department of Highways 759 Main Rd. E. Suite

More information

STB- 2. Installation and Operation Manual

STB- 2. Installation and Operation Manual STB- 2 Installation and Operation Manual Index 1 Unpacking your STB- 2 2 Installation 3 WIFI connectivity 4 Remote Control 5 Selecting Video Mode 6 Start Page 7 Watching TV / TV Guide 8 Recording & Playing

More information

Strong vs. Weak Arguements. Reading activities This week, we are going to be working on Strong vs. Weak Arguments.

Strong vs. Weak Arguements. Reading activities This week, we are going to be working on Strong vs. Weak Arguments. Week 5 (10-5 thru 10-9-09) Strong vs. Weak Arguements Monday 10-5-09 Tuesday, October 6, 2009 Reading activities This week, we are going to be working on Strong vs. Weak Arguments. STRONG ARGUMENT: Statements

More information

INCIDENT INFORMATION SHEET. Driver or Passenger? (please circle)

INCIDENT INFORMATION SHEET. Driver or Passenger? (please circle) INCIDENT INFORMATION SHEET CLIENT INFORMATION Date Client Name: Driver or Passenger? (please circle) Spouse s full name, if married: Home # Work # Cell # E-Mail at home E-Mail at work Date of Birth Social

More information

Building Strong Families

Building Strong Families Building Strong Families How to Discipline by Mary Gosche Adapted January 2000 Further adapted and simplified by Gail Rice, Literacy Specialist, December 2002 equal opportunity/ada institution Table of

More information

Lesson Plan: A good journey

Lesson Plan: A good journey Lesson Plan: A good journey PSHE and Citizenship Key stages 3 and 4 11 16 years Overview A good journey is a learning package that looks at all aspects of travelling safely on the railway and respecting

More information

The Nature of Mind. David M. Armstrong. Morgan Osborn

The Nature of Mind. David M. Armstrong. Morgan Osborn The Nature of Mind David M. Armstrong Morgan Osborn The best clue we have to the nature of mind is through modern science. Why? Because it is only as a result of scientific investigation that we ever seem

More information

ACCIDENT INVESTIGATION. Facilitator Guide

ACCIDENT INVESTIGATION. Facilitator Guide ACCIDENT INVESTIGATION Facilitator Guide Contents Overview....................................2 Training Materials..............................3 Preparation...................................3 Presentation

More information

TeachingEnglish Lesson plans

TeachingEnglish Lesson plans Topic: Sleep Aims: - To help students talk about sleep and how it affects our lives - To develop students reading and listening skills - To develop students communication skills - To develop students debating

More information

Engineering Centenary Schools Challenge. Energy Futures Lab: Future Generations

Engineering Centenary Schools Challenge. Energy Futures Lab: Future Generations Energy Futures Lab: Future Generations Introduction This year, Imperial College London celebrates 100 Years of Living Science. To mark this, the Faculty of Engineering is inviting schools from London and

More information

The insurance company is also responsible for reasonable towing or storage charges on your vehicle until you receive written notice otherwise.

The insurance company is also responsible for reasonable towing or storage charges on your vehicle until you receive written notice otherwise. If you have been in an automobile accident that is not your fault and your vehicle is damaged, you do have certain rights. If total property damage from the wreck to all damages appears to be over $1,000.00,

More information

Adrian Flux Insurance information for first-time drivers

Adrian Flux Insurance information for first-time drivers Insurance information for first-time drivers Insurance information for first-time drivers Insurance is a topic that s not usually talked about a great deal when you re learning to drive. Instead you focus

More information

Lowcountry Injury Law

Lowcountry Injury Law Lowcountry Injury Law 1917 Lovejoy Street Post Office Drawer 850 Beaufort, South Carolina 29901 Personal Injury Phone (843) 524-9445 Auto Accidents Fax (843) 524-6981 Workers Comp Lawyer@LowcountryLaw.com

More information

Assertiveness at Work. Delegate Manual SAMPLE PAGES

Assertiveness at Work. Delegate Manual SAMPLE PAGES Assertiveness at Work Delegate Manual SAMPLE PAGES WORKSHOP OUTLINE 9.30 Introduction and Setting the Scene Knowledge / Skill Checklist Ice Breaker: Getting to Know You What Do You Want To Get Out of Today?

More information

A South Carolina Bicycle Safety Curricula. for all audiences, in a classroom setting

A South Carolina Bicycle Safety Curricula. for all audiences, in a classroom setting A South Carolina Bicycle Safety Curricula for all audiences, in a classroom setting 1 About the Safe Streets Save Lives (SSSL) campaign The Palmetto Cycling Coalition, in collaboration with Bikelaw and

More information

3 TRAPS THAT INSURANCE ADJUSTORS WILL SET FOR YOU..

3 TRAPS THAT INSURANCE ADJUSTORS WILL SET FOR YOU.. 3 TRAPS THAT INSURANCE ADJUSTORS WILL SET FOR YOU.. BUT READ THIS FIRST (AND CAREFULLY): You may be like many people who are in car accidents who want to try and handle your insurance claim on your own.

More information

Instructor s Guide. Quick Interview and Salary Negotiation Video

Instructor s Guide. Quick Interview and Salary Negotiation Video Instructor s Guide for Quick Interview and Salary Negotiation Video Overview Today s job market moves at a brisk pace, and you have to act fast in order to win the job of your dreams. That means pulling

More information

MOTOR VEHICLE USE POLICY

MOTOR VEHICLE USE POLICY MOTOR VEHICLE USE POLICY A university vehicle is defined as a vehicle which is self-propelled and is owned, leased or rented by the university. University vehicles shall be used only in the conduct of

More information

16 Steps to Getting a Fair Settlement for Your Injuries

16 Steps to Getting a Fair Settlement for Your Injuries The Petrylaw Personal Injury Reports 16 Steps to Getting a Fair Settlement for Your Injuries 1. Do not talk to anyone except your doctor, attorney or the police officer at the scene. Do not speak with

More information

Changing Traffic Safety Culture with Values Based Campaigns:

Changing Traffic Safety Culture with Values Based Campaigns: Changing Traffic Safety Culture with Values Based Campaigns: Effective Messaging Around Distracted Driving March 2012 Dee Allsop, Ph.D dallsop@heartandmindstrategies.com 12020 Sunrise Valley Dr., Suite

More information

PREVIEW PLEASE DO NOT COPY THIS DOCUMENT THANK YOU

PREVIEW PLEASE DO NOT COPY THIS DOCUMENT THANK YOU Form: Personal injury automobile accident case checklist PERSONAL INJURY AUTOMOBILE ACCIDENT CASE CHECKLIST Did you witness the accident? Yes No When? Where? How far were you from the accident? Describe

More information

How Can Teachers Teach Listening?

How Can Teachers Teach Listening? 3 How Can Teachers Teach Listening? The research findings discussed in the previous chapter have several important implications for teachers. Although many aspects of the traditional listening classroom

More information

Auto. The Instant Insurance Guide: What To Do If You re In An Accident. Info and tips for buying automobile and motorcycle insurance in Delaware

Auto. The Instant Insurance Guide: What To Do If You re In An Accident. Info and tips for buying automobile and motorcycle insurance in Delaware What To Do If You re In An Accident Stop and keep calm. Do not drive away from an accident. Do not argue with the other driver over the cause. Call an ambulance, if needed. Do what you can to provide first

More information

Auto. The Instant Insurance Guide: Info and tips for buying automobile and motorcycle insurance in Delaware. www.delawareinsurance.

Auto. The Instant Insurance Guide: Info and tips for buying automobile and motorcycle insurance in Delaware. www.delawareinsurance. The Instant Insurance Guide: Auto Info and tips for buying automobile and motorcycle insurance in Delaware From Karen Weldin Stewart, CIR-ML Delaware s Insurance Commissioner 1-800-282-8611 www.delawareinsurance.gov

More information

BSc in Artificial Intelligence and Computer Science ABDAL MOHAMED

BSc in Artificial Intelligence and Computer Science ABDAL MOHAMED ABDAL MOHAMED Sections 1. History of AI in Racing Games 2. Neural Networks in Games History Gran Trak 10 Single-player racing arcade game released by Atari in 1974 Did not have any AI Pole Position Single-

More information

TEACHER GUIDE 11.2 RISK MANAGEMENT AND INSURANCE PAGE 1

TEACHER GUIDE 11.2 RISK MANAGEMENT AND INSURANCE PAGE 1 TEACHER GUIDE 11.2 RISK MANAGEMENT AND INSURANCE PAGE 1 Standard 11: The student will describe and explain how various types of insurance can be used to manage risk. Different Types of Insurance Priority

More information

The Insurance and Whiplash Guide I Hope You ll Never Have To Use But If You Do You ll Be Glad You Read This First!

The Insurance and Whiplash Guide I Hope You ll Never Have To Use But If You Do You ll Be Glad You Read This First! The Insurance and Whiplash Guide I Hope You ll Never Have To Use But If You Do You ll Be Glad You Read This First! A special thanks goes to Dr. Steven Eggleston, DC, Esq. for his expertise and his years

More information

YOUR BIG DATA AUDIENCE INSIGHT

YOUR BIG DATA AUDIENCE INSIGHT YOUR BIG DATA AUDIENCE INSIGHT Sam Zindel _ DATA MODELLING ANALYST TODAY S AGENDA BIG DATA IN THE DIGITAL WORLD BUILDING THE BRAND/CUSTOMER RELATIONSHIP SIGN-POSTING THE CUSTOMER JOURNEY AUDIENCE INSIGHT

More information

Business @ the Speed of Thought

Business @ the Speed of Thought Bill Gates About the author Bill Gates wrote his first software program when he was thirteen years old. Two points about the experience seem clear. First, the ability to control something huge at a time

More information

Little Blessings Bible Lessons Class Outline - 49

Little Blessings Bible Lessons Class Outline - 49 Text Acts 12:1-17, Psalm 34:7, Matthew 18:10, Hebrews 1:14 Focus Angels are waiting to help you Verse Psalm 91:11... He shall give His angels charge over you... NKJV Songs of Praise and Worship Prayer/Offering

More information

Eye of the Storm: Chasing Storms with Warren Faidley

Eye of the Storm: Chasing Storms with Warren Faidley Eye of the Storm: Chasing Storms with Warren Faidley BUILD BACKGROUND Theme 1, Grade 5 California State Standards Reading Vocabulary and Concept Development 1.2 Use word origins to determine the meaning

More information

PLAY STIMULATION CASE STUDY

PLAY STIMULATION CASE STUDY PLAY STIMULATION CASE STUDY AIMS Play stimulation work contributes towards the following 2003-2006 PSA targets: Improving social and emotional development, and Improving learning. With regard to PSA targets

More information