CSE 143 Lecture 26 Computer Science slides created by Marty Stepp and Benson Limketkai

Slides:



Advertisements
Similar presentations
College of Natural Sciences University of Northern Iowa Welcome to the Computer Science Department Dr. Ben Schafer.
Advertisements

Course Outline Presentation Term: F09 Faculty Name : Asma Sanam Larik Course Name :INTRO TO COMPUTING Course Code : CSE145 Section :1 Semester : 1.
1 Undergraduate Curriculum Revision Department of Computer Science February 10, 2010.
CSE 373 Graphs 1: Concepts, Depth/Breadth-First Search
Computer Science It’s more than programming Eric Lantz.
Introductory Lecture. What is Discrete Mathematics? Discrete mathematics is the part of mathematics devoted to the study of discrete (as opposed to continuous)
January 5, 2015CS21 Lecture 11 CS21 Decidability and Tractability Lecture 1 January 5, 2015.
1 i206: Distributed Computing Applications & Infrastructure 2012
Computer Science Professor Jennifer Rexford ’91.
CS 101 Course Summary December 5, Big Ideas Abstraction Problem solving Fundamentals of programming.
COMP 4640 Intelligent & Interactive Systems Cheryl Seals, Ph.D. Computer Science & Software Engineering Auburn University.
From Discrete Mathematics to AI applications: A progression path for an undergraduate program in math Abdul Huq Middle East College of Information Technology,
1 Foundations of Software Design Lecture 1: Course Overview Intro to Binary and Boolean Marti Hearst SIMS, University of California at Berkeley.
NSF Foundations of Hybrid and Embedded Software Systems UC Berkeley: Chess Vanderbilt University: ISIS University of Memphis: MSI A New System Science.
Intelligent Systems Group Emmanuel Fernandez Larry Mazlack Ali Minai (coordinator) Carla Purdy William Wee.
UMass Lowell Computer Science Analysis of Algorithms Prof. Karen Daniels Fall, 2000 Lecture 1 Introduction/Overview Wed. 9/6/00.
Discrete Structure CS 203 Introduction.
Computer Science Professor Jennifer Rexford ’91.
CAP6135: Malware and Software Vulnerability Analysis Examples of Term Projects Cliff Zou Spring 2012.
Goodbye, world! CSE Major themes Abstraction –Leverage existing components without understanding details –Create components that can be used as.
Computer Programming My Home Page My Paper Job Description Computer programmers write, test, and maintain the detailed instructions, called programs,
WEEK 1 CS 361: ADVANCED DATA STRUCTURES AND ALGORITHMS Dong Si Dept. of Computer Science 1.
Lecture 23: Future of IT Intro to IT COSC1078 Introduction to Information Technology Lecture 23 Future of IT James Harland
Introduction to Computer and Programming CS-101 Lecture 6 By : Lecturer : Omer Salih Dawood Department of Computer Science College of Arts and Science.
Discrete Mathematics I 暨南大学 信息科学技术学院 计算机科学系 黄 战 副教授 离散数学 I (全英)
Xiaoying Sharon Gao Mengjie Zhang Computer Science Victoria University of Wellington Introduction to Artificial Intelligence COMP 307.
CS 160 Introduction to Computer Science Andrew Scholer
Introduction to Network Security J. H. Wang Feb. 24, 2011.
An Introduction to Computer Science. CSE Studies How Computers Work and How to Make Them Work Better Architecture  Designing machines Programming languages.
Network Security by Behzad Akbari Spring 2012 In the Name of the Most High.
Korea Advanced Institute of Science and Technology, Dept. of EECS, Div. of CS, Information Systems Lab. 1/10 CS204 Course Overview Prof.
Discrete Mathematics 이재원 School of Information Technology
Relationships Between Structures “→” ≝ “Can be defined in terms of” Programs Groups Proofs Trees Complex numbers Operators Propositions Graphs Real.
I'll give you time to fill out evals at the end – please wait until I'm out of the room! Goodbye, world!
Major Disciplines in Computer Science Ken Nguyen Department of Information Technology Clayton State University.
Shortest Paths and Dijkstra’s Algorithm CS 105. SSSP Slide 2 Single-source shortest paths Given a weighted graph G and a source vertex v in G, determine.
CSE 143 Lecture 24 Computer Science Goodbye, world! slides adapted from Marty Stepp, Hélène Martin, and Benson Limketkai
I'll give you time to fill out evals at the end. Please wait until I'm out of the room! Goodbye, world!
I'll give you time to fill out evals at the end. Please wait until I'm out of the room! Goodbye, world!
Discrete Mathematics ( 離散數學 ) Ming-Jer Tsai. Outline What is Discrete Mathematics? Why learn Discrete Mathematics? What will be taught in the class? How.
Building Java Programs Bonus Slides Computer Science is Awesome! Copyright (c) Pearson All rights reserved.
Master’s Degree in Computer Science. Why? Acquire Credentials Learn Skills –Existing software: Unix, languages,... –General software development techniques.
CSE 143 Lecture 25 Computer Science slides created by Marty Stepp, Hélène Martin, and Benson Limketkai
Introduction to Information Security J. H. Wang Sep. 18, 2012.
University of California Irvine Department of Computer Science UCI Computer Science Department 7 majors 1860 undergraduates 322 graduate students ~42 faculty/lecturers.
More Computer Science in your Future? CSE 142 Autumn
CSE 373: Data Structures and Algorithms
Goodbye, world!. 2 Major themes Abstraction Leverage existing components without understanding details Create components that can be used as black boxes.
CES 592 Theory of Software Systems B. Ravikumar (Ravi) Office: 124 Darwin Hall.
CSE 143 Lecture 29 Computer Science Based on slides by Marty Stepp and Benson Limketkai.
COMP 4640 Intelligent & Interactive Systems Cheryl Seals, Ph.D. Computer Science & Software Engineering Auburn University.
Quantum Computers By Ryan Orvosh.
Introductory Lecture. What is Discrete Mathematics? Discrete mathematics is the part of mathematics devoted to the study of discrete (as opposed to continuous)
Presenter: Bradley Green.  What is Bioinformatics?  Brief History of Bioinformatics  Development  Computer Science and Bioinformatics  Current Applications.
CS 2130 Computational Structures (Discrete Mathematics for Computing)
Why Should You Apply to Graduate School? Masters Degree
Sub-fields of computer science. Sub-fields of computer science.
Who Am I?.
Recursion, robots, and randomness
Computer Science Courses
Should we have specialisations at all?
Ch. 11 Theory of Computation
Big Ideas in Computer Science
Major themes Abstraction Design tradeoffs Recursion Leverage existing components without understanding details Create components that can be.
COMP 4640 Intelligent & Interactive Systems
Building Java Programs Bonus Slides
What is Pattern Recognition?
CSE 143 Goodbye, world!.
Welcome! Knowledge Discovery and Data Mining
Computer Science Courses in the Major
Presentation transcript:

CSE 143 Lecture 26 Computer Science slides created by Marty Stepp and Benson Limketkai

2 What's next? CSE non-majors –CSE 373: Data Structures and Algorithms –CSE 190 M: Web Programming –INFO, DXARTS... CSE majors –CSE 303: Software Tools (C/C++, Unix/Linux, scripting) –CSE 326: Data Structures and Algorithms –CSE 321: Discrete Structures / Mathematical Foundations –CSE 341: Programming Languages –CSE 370: Introduction to Digital Design

3 Data structures graphs, heaps, skip lists balanced trees (AVL, splay, red-black) ORD PVD MIA DFW SFO LAX LGA HNL

4 Theory of computation languages, grammars, and automata computational complexity and intractability –Big-Oh –polynomial vs. exponential time –P = NP? graph theory ?

5 Security cryptography: study of hiding information –enigma machine –RSA encryption –steganography security problems and attacks –social engineering –viruses, worms, trojans –rootkits, key loggers CSE 484 security course –hacking assignment: hack into grades, change from 0 to 100%

6 Quantum computing qubit: A particle that can store 0, 1, or any "superposition" between –a bit that can sort of be 0 and 1 at once –quantum computer: uses qubits, not bits –theoretically makes it possible to perform certain computations very quickly Example: factoring integers (why is that useful?) –actual implementation still in its infancy can add single-digit numbers; can factor 15

7 Robots –toys, building cars, vacuums, surgery, search and rescue, elder care, exploration

8 Graphics and vision GRAIL (Graphics and AI Lab) computer vision AI and the Turing Test

9 Sensor networks Environment monitoring Military Intelligence Intelligent homes –detecting human activity through device usage / voltage (S. Patel, UW) radio freq. identification (RFID) –shopping, inventory –credit cards, toll roads, badges

10 Data mining data mining: extracting patterns from large data sets –What do these two lists have in common? coughing, rash, high fever, sore throat, headache, heartburn V14GR4, cheap meds, home loans, Nigeria, lower interest rate –And what does it have to do with sorting your mail? (90% of mail is sorted automatically) (2005)

11 Science and medicine computer science –bioinformatics: applying algorithms/stats to biological datasets –computational genomics: study genomes of cells/organisms –neurobotics: robotic brain-operated devices to assist human motor control –assistive technologies

12 The developing world One Laptop Per Child (OLPC) Mary Lou Jepsen, CTO

13 Experience optional Mark Zuckerberg, Facebook –side project while soph. CS major at Harvard in 2 weeks, 2/3 of Harvard students joined Bill Gates started "Micro-Soft" at age 20 Larry Page / Sergei Brin, Google –made "BackRub" search at age 23 Roberta Williams, SierraRoberta Williams –pioneer of adventure gaming Ryan Hankins, vsfinder.com UWTools.com

14 Join us!