CSE 143 Lecture 24 Computer Science Goodbye, world! slides adapted from Marty Stepp, Hélène Martin, 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

J Paul Gibson, NUI Maynooth 2004/2005: CS211Intro. 1 CS211 Algorithms & Data Structures, with GUI Programming
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)
Introductory Computer Science Courses Past experiences & thoughts Haakon Ringberg, Thomson Research Paris & Princeton University.
1 i206: Distributed Computing Applications & Infrastructure 2012
Computer Science Professor Jennifer Rexford ’91.
Chapter Chapter Goals Describe the layers of a computer system Describe the concept of abstraction and its relationship to computing Describe.
©The McGraw-Hill Companies, Inc. Permission required for reproduction or display. slide 1 CS 125 Introduction to Computers and Object- Oriented Programming.
©The McGraw-Hill Companies, Inc. Permission required for reproduction or display. slide 1 CS 125 Introduction to Computers and Object- Oriented Programming.
CSE 143 Lecture 26 Computer Science slides created by Marty Stepp and Benson Limketkai
1 Foundations of Software Design Lecture 1: Course Overview Intro to Binary and Boolean Marti Hearst SIMS, University of California at Berkeley.
Intelligent Systems Group Emmanuel Fernandez Larry Mazlack Ali Minai (coordinator) Carla Purdy William Wee.
FIRST COURSE Computer Concepts Internet and Microsoft Office Get to Know Your Computer.
Amazon EC2 Quick Start adapted from EC2_GetStarted.html.
Goodbye, world! CSE Major themes Abstraction –Leverage existing components without understanding details –Create components that can be used as.
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.
CS101 Lecture 14 Security. Network = Security Risks The majority of the bad things that can be done deliberately to you or your computer happen when you.
Networks and Security. Types of Attacks/Security Issues  Malware  Viruses  Worms  Trojan Horse  Rootkit  Phishing  Spyware  Denial of Service.
XP New Perspectives on Browser and Basics Tutorial 1 1 Browser and Basics Tutorial 1.
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.
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.
Discrete Structures for Computing
CS.UCSB.EDU U. C. S A N T A B A R B A R A C O M P U T E R S C I E N C E I want to be a Computer Scientist Why should I choose UCSB?
Page 1 Alliver™ Page 2 Scenario Users Contents Properties Contexts Tags Users Context Listener Set of contents Service Reasoner GPS Navigator.
I'll give you time to fill out evals at the end – please wait until I'm out of the room! Goodbye, world!
Fundamentals of Information Systems, Sixth Edition1 Natural Language Processing and Voice Recognition Processing that allows the computer to understand.
Lecture 23: Future of IT Intro to IT COSC1078 Introduction to Information Technology Lecture 23 Future of IT James Harland
Major Disciplines in Computer Science Ken Nguyen Department of Information Technology Clayton State University.
AN INTELLIGENT AGENT is a software entity that senses its environment and then carries out some operations on behalf of a user, with a certain degree of.
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!
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
Computer Science in Context Evangelos E. Milios Professor and Graduate Coordinator Faculty of Computer Science Dalhousie University.
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.
CSE 143 Lecture 29 Computer Science Based on slides by Marty Stepp and Benson Limketkai.
Announcements No lectures or labs next week No final! Due dates (see Calendar) Wednesday—Lab 12 and Project 3B Thursday—1-1-1 rule for Project 3B Friday—Vote.
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.
Sub-fields of computer science. Sub-fields of computer science.
Who Am I?.
Recursion, robots, and randomness
Computer Science Courses
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.
The CS Undergrad Curriculum of 2017: My Biased View from Academia
Discrete Mathematics and Its Applications
Building Java Programs Bonus Slides
CSE 143 Goodbye, world!.
CSE 142 vs CSE 143 CSE 142 CSE 143 You learned how to write programs and decompose large problems with: Print statements Methods Control Structures.
CS & CS Capstone Project & Software Development Project
CSE 373 Data Structures and Algorithms
CompSci 1: Principles of Computer Science Lecture 1 Course Overview
Discrete Mathematics in the Real World
The Internet: Encryption & Public Keys
Computer Science Courses in the Major
CSC 241: Introduction to Computer Science I
Computer Science Dr Hwang Chair, Computer Science Department
Presentation transcript:

CSE 143 Lecture 24 Computer Science Goodbye, world! slides adapted from Marty Stepp, Hélène Martin, and Benson Limketkai

2 What's next? CSE non-majors –CSE 373: Data Structures and Algorithms –CSE 374: Programming Concepts and Tools (C/C++, Linux,...) –CSE 154: Web Programming –CSE 131: Digital Photography –CSE 460: Animation Capstone (open to all majors) –INFO, AMATH, DXARTS,... CSE majors –CSE 332: Data Abstractions (Data Structures and Algorithms) –CSE 311: (Mathematical) Foundations of Computing –CSE 331: Software Design and Implementation –CSE 341: Programming Languages –CSE 344: Intro to Data Management (and databases) –CSE 351: Hardware/Software Interface

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

4 Give these a try! Accessing Facebook data – Processing language – Building games with physics – Processing biological data –

5 Using the restFB API Add the restfb jar to your build pathrestfb jar –In Eclipse, right click on your project > properties –In Java Build Path, Add JARs... Create Facebook app ( In your browser, request the pages described here to obtain an access tokenhere

6 What can you do with 143?

7 Undergrad Research How do messages get where we want them to go on the internet? How can we speed up networks?

8 Current Research How can we make people stop flaming each other? How can we get rid of trolls? How can we make sure the data we show doesn’t create user bias?

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

10 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%

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

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

13 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)

14 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

15 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

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

17 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

18 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

19 Join us!