CSE 115 & CSE 503 Introduction to Computer Science I

Slides:



Advertisements
Similar presentations
Used to Procure Goods & Supplies. Office supplies Operating supplies Computer hardware and software (non- capitalized
Advertisements

Chapter 3 Planning Your Solution
Slide 1 Instructor: Dr. Hong Jiang Teaching Assistant: Mr. Sheng Zhang Department of Computer Science & Engineering University of Nebraska-Lincoln Classroom:
Course A201: Introduction to Programming 09/09/2010.
EGR115 Introduction to Computing for Engineers. Introduction to EGR115 1.Welcome! 2.Your instructors 3.Class format 4.Requirements 5.Topics 6.Grading.
CS 160 Introduction to Computer Science Andrew Scholer
Introduction to EGR115 1.Welcome! 2.Your instructors 3.Class format 4.Requirements 5.Topics 6.Grading 7.Help 1.
EMT1111 Logic and Problem Solving Dr. José M. Reyes Álamo Lecture 1.
Lecture Section 001 Spring 2008 Mike O’Dell CSE 1301 Computer Literacy.
Introduction to Computer Science II CSE1030Z 1. Your Instructor 2  Dr. Burton Ma  office  CSEB 1012J (near Gillian Moore's office)  hours : 2:30–4:00.
CZ1102 Scientific Problem Solving and Computation Monday/Thursday 2:00pm, LT22 Your lecturer: Dr. Wang Jian-Sheng.
CSE115 / CSE503 Introduction to Computer Science I Dr. Carl Alphonce 343 Davis Hall 1.
More Computer Science in your Future? CSE 142 Autumn
Fall 2012 Professor C. Van Loan Introduction to CSE Using Matlab GUIs CS 1115.
CITS4211 Artificial Intelligence Semester 1, 2013 A/Prof Lyndon While School of Computer Science & Software Engineering The University of Western Australia.
1 Cp Sc 111 – Programming in C. 2 Objectives  Meet your instructor  Go over syllabus  Learn basic concepts – start of chapter 1.
S5.40. Module Structure 30% practical tests / 70% written exam 3h lectures / week (except reading week) 3 x 2h of computer labs (solving problems practicing.
Technologies curriculum
Computer Engineering Department Islamic University of Gaza
Course Information and Introductions
Welcome to IST331 S1 Main concepts today
Introduction to EGR115 Welcome! Your instructors Class format
Syllabus Introduction to Computer Science
PRE-AP computer science 1
Lecture 2: Primitives & References
Practice Session -> no marks
Introduction to Information Systems and Technology
It’s called “wifi”! Source: Somewhere on the Internet!
Joel Voldman Massachusetts Institute of Technology
CSE 116/504 – Intro. to Computer Science For Majors II
Welcome to the a Department of Engineering Education !
MIS323 Business Telecommunications
Algorithm and Ambiguity
Hierarchy of Data in a Database
National University of Singapore
EE 312 Course Introduction
CompSci 101 Introduction to Computer Science
September 27 – Course introductions; Adts; Stacks and Queues
LEARN WHY COMPUTERS ARE REVOLUTIONIZING BIOLOGY!
Course Information and Introductions
Chemistry 101 Dr. Don DeCoste 3014 Chemistry Annex
Computing Disciplines Florida Gulf Coast University
Engineering Physics II
Problem Solving Lab – Part C
CS 160 Introduction to Computer Science
Intro to Computer Science CS1510, Section 2 Dr. Sarah Diesburg
Hi, Everyone! Chunyi Peng
Hi, Everyone! Chunyi Peng
MIS323 Business Telecommunications
CSE1311 Introductory Programming for Engineers & Scientists
CS 336/536: Computer Network Security Fall 2015 Nitesh Saxena
Richard Anderson Autumn 2015 Lecture 1
CSE 115 September 3, 2008.
CS 336/536: Computer Network Security Fall 2014 Nitesh Saxena
Introduction to programming
Richard Anderson Autumn 2006 Lecture 1
Lecture 1a- Introduction
CSE 115 September 12, 2008.
POWER CHALLENGES Several Ways To Solve 7 CHALLENGES.
Computer Engineering Department Islamic University of Gaza
CSE 231 Section *** Teaching Assistant: YOUR NAME
Richard Anderson Winter 2019 Lecture 1
CS 4620 Intelligent Systems
CS114B Introduction to Computer Science II
Course Overview CSE5319/7319 Software Architecture and Design
CMPT 120 Lecture 2 - Introduction to Computing Science – Problem Solving, Algorithm and Programming.
CS Problem Solving and Object Oriented Programming Spring 2019
Introduction INFO/CSE 100, Spring 2006
CS 336/536: Computer Network Security Fall 2015 Nitesh Saxena
System Administration (LTAT )
Presentation transcript:

CSE 115 & CSE 503 Introduction to Computer Science I Introduction to Computer Science for Non-Majors I

Today's Plan Introductions Website Syllabus Preview

Today's Plan Introductions Website Syllabus Preview Start with introductions

…and 19 Undergraduate Teaching Assistants (UTAs)! Introductions (Matthew actively dislikes being called "Dr.". "Prof. Hertz" is fine, but "Matthew" is better. Dr. Winikus prefers being called Dr. Winikus.) Dr. Matthew Hertz 352 Davis Hall mhertz@buffalo.edu Dr. Jenn Winikus 351 Davis Hall jwinikus@buffalo.edu …and 19 Undergraduate Teaching Assistants (UTAs)!

Today's Plan Introductions Website Syllabus Preview

Today's Plan Introductions Website Syllabus Preview

Today's Plan Introductions Website Syllabus Preview

Intro. to Computer Science I Name of Class is… Intro. to Computer Science I

Computer science inot the study of programming What are We Studying? Computer science inot the study of programming

Computer science study of solving problems What are We Studying? Computer science study of solving problems Specifically, solving problems using software

Computer engineering study of solving problems What are We Studying? Computer engineering study of solving problems Specifically, the solving of problems using hardware This is also a key concept applicable to many other domains from business to art and beyond.

"Programming is a way that we create […] solutions" What are We Studying? "Programming is a way that we create […] solutions" Quote from Problem Solving with Algorithms and Data Structures using Python by Brad Miller and David Ranum. Available at: https://interactivepython.org/runestone/static/pythonds/Introduction/WhatIsProgramming.html

Slides & videos posted, but… YOUR notes always better Learning is active Slides & videos posted, but… YOUR notes always better

Slides & videos posted, but… YOUR notes always better Learning is active Slides & videos posted, but… YOUR notes always better

Ungraded labs next week Preview No labs this week Ungraded labs next week Complete TopHat registration In-class questions starting next lecture Questions graded starting next Wednesday (2/6) Wednesday: Our first bit of Python!