Welcome to SYDE 142!! 11/09/2019 Catherine M. Burns.

Slides:



Advertisements
Similar presentations
A-1 © 2000 UW CSE University of Washington Computer Programming I Lecture 1: Overview and Welcome Dr. Martin Dickey University of Washington.
Advertisements

 MODERN DATABASE MANAGEMENT SYSTEMS OVERVIEW BY ENGINEER BILAL AHMAD
Introduction to Programming Using C++ Dr. Mohamed Khafagy.
1 CSC 221: Introduction to Programming Fall 2012 course overview  What did you set out to learn?  What did you actually learn?  Where do you go from.
CSCI 51 Introduction to Computer Science Dr. Joshua Stough January 20, 2009.
Review for Final Exam Spring 2015 Jeff Offutt SWE 205 Software Usability and Design.
Computer Programming & Utilization(CS 101) Pushpak Bhattacharya.
Social Cognition 380 X n Welcome n Lecture Outline nReview syllabus nAttribution theory.
Introduction Fall 2001 Foundations of Computer Systems Prerequisite:91.166* or * Section A Instructor: Dr. David Hutchinson Office:
A guide to Learner-Centered projects By Jeff Jowett.
Learning through Practice S.Sathiakumar School of Electrical and Information Engineering University of Sydney Problem solving should be a major part of.
Data Structures and Algorithms in Java AlaaEddin 2012.
Related Courses CMPT 411: Knowledge Representation. Mainly Logic. CMPT 413: Computational Linguistics. Dealing with Natural Language. CMPT 419/726: Often.
LB160 (Professional Communication Skills For Business Studies)
Computer Networks and Operating Systems Operating Systems Introduction.
Introduction to CSCI 1311 Dr. Mark C. Lewis
CS 134 Design Documents.
Google Classroom Code:
Duncan MacFarlane Professor of Electrical Engineering
Welcome to: An Introduction to Painting and Drawing!
An Introduction to HRconnection®
Honors Geometry, periods 6/7 & 9, Room 272
Software Testing.
Determining the Theme of a Text
CSC 221: Computer Programming I Spring 2010
GC101 Introduction to computers and programs
Course Outline Network Management Bahador Bakhshi
CSC 221: Computer Programming I Fall 2005
Course Information Mark Stanovich Principles of Operating Systems
University of Washington Computer Programming I
Course name Faculty name
Computer Science 102 Data Structures CSCI-UA
California Invention Convention
Practice Interview Questions
IoT Marketing Specialists
Andy Wang Operating Systems COP 4610 / CGS 5765
Welcome to COE212: Engineering Programming
EECE 310 Software Engineering
Suggestions for Preparation
Andy Wang Operating Systems COP 4610 / CGS 5765
Mastery at Hillyfield.
Introducing the Ideas One of Six Traits:
Andy Wang Operating Systems COP 4610 / CGS 5765
SWE 205 Software Usability Analysis and Design
Introduction to Programming Using C++
Andy Wang Operating Systems COP 4610 / CGS 5765
Psst…have you heard the exciting news?
Question Answer Relationships
Welcome to Physics 1D03 !.
Andy Wang Operating Systems COP 4610 / CGS 5765
Review for Final Exam Spring 2018
CS 2530 Intermediate Computing Dr. Schafer
Final Review Bina Ramamurthy 4/5/2019 BR.
Back to School Maths Night 04/02/19.
Final Review Bina Ramamurthy 4/15/2019 BR.
Introduction to MIS2402 MIS MIS2402 Jeremy Shafer Department of MIS
Review for Midterm Spring 2019
Teaching speaking Aims:
Lifelong Learning.
Psst…have you heard the exciting news?
Andy Wang Operating Systems COP 4610 / CGS 5765
Year 2 SATs Information meeting
SWE 205 Software Usability Analysis and Design
Résumés.
Review for Final Exam Spring 2019
CS 232 Geometric Algorithms: Lecture 1
Course Outline Network Management Spring 2018 Bahador Bakhshi
Review for Final Exam Spring 2017
Curriculum Embedded Reading Assessment
Presentation transcript:

Welcome to SYDE 142!! 11/09/2019 Catherine M. Burns

Course Introduction A “breadth” course in Human Systems engineering Not depth Pre-req for other courses in this area 11/09/2019 Catherine M. Burns

Texts Wickens 2nd edition - main text book, course material Casey - real life case studies, short stories 5-10 pages, easy to read You are responsible for all the material in these texts. You may be tested in an open book format. Please do not make any notations in your text beyond highlighting. 11/09/2019 Catherine M. Burns

Lectures Provide interactive exercises to demonstrate the material Provide high level summaries of the material Are NOT at the detail level of your exams Show areas of emphasis and focus Supplement the readings Encourage (hopefully) interest in the material. 11/09/2019 Catherine M. Burns

Assignments 2 Single Theme Assignments done in groups of 4 Practice assignments and solutions on the web – taken from old midterms and finals! 11/09/2019 Catherine M. Burns

Exams in this course Multiple choice (final only) Short answer (midterm and final) Case study analysis (midterm and final) Performance level last year = 69% final average 11/09/2019 Catherine M. Burns

The Nature of Work 11/09/2019 Catherine M. Burns

Human Factors Today In airport security, where would human factors be involved? 11/09/2019 Catherine M. Burns

Human Work People have worked for as long as they have existed Originally work for survival (hunting, growing, etc.) work for self and family Progression to craft Craft: specialization of work by skill, work for others, work for trade or $ 11/09/2019 Catherine M. Burns

From Craft to Industry Increased specialisation brings efficiency Efficiency and skill comes through repetition (repetitive work) specialization, and desire to make $, leads people to study work, search for greater efficiency efficient work means $ 11/09/2019 Catherine M. Burns

What are the possible downsides of very efficient work? 11/09/2019 Catherine M. Burns

The Disadvantages of Human Efficiency People get bored Humans viewed as “machines” Repetitive strain injuries People lose skills, don’t develop skills Personnel are not widely employable, poor future job prospects 11/09/2019 Catherine M. Burns

The Industrial Revolution mechanical expansion brought in a mechanised view of human work human in interaction with "machine" desire to improve human work the same way that technology could be improved 11/09/2019 Catherine M. Burns

Taylorism, Foundation of Ergonomics Frederick Taylor - concept of human optimization, looking for the one best way design for more efficient work start of physical ergonomics human based design 11/09/2019 Catherine M. Burns

The Impact of WWII Development of aircraft that could pull more G’s than people could withstand Development of radar that permitted faster flight in poorer weather conditions, at night Fly by instrument Technology that outpaced human abilities to use it (film Why Planes Crash) 11/09/2019 Catherine M. Burns

The Information Revolution Information and data flow rates that outpace human psychological capabilities Human become supervisors of automation/technology, asked to intervene only in highly unusual circumstances Problem? 11/09/2019 Catherine M. Burns

People working with automated systems End up with a very boring job (monitoring) Until something really hard has to be done Then they have to step in! 11/09/2019 Catherine M. Burns

The Automation Paradox What kind of tasks do you want to automate? Easy tasks Tasks of medium complexity Really hard tasks All tasks 11/09/2019 Catherine M. Burns

Most people say... What kind of tasks do you want to automate? Easy tasks Tasks of medium complexity Really hard tasks All tasks 11/09/2019 Catherine M. Burns

Automation Development If I had to code a solution for a problem, I’m best at coding for: Easy tasks Tasks of medium complexity Really hard tasks All tasks 11/09/2019 Catherine M. Burns

Most people say... If I had to code a solution for a problem, I’m best at coding for: Easy tasks Tasks of medium complexity Really hard tasks All tasks 11/09/2019 Catherine M. Burns

Do you see the problem? Most automation is done for very simple tasks. People can’t implement automation for very hard tasks, because they don’t know how to solve those kinds of problems. 11/09/2019 Catherine M. Burns