CSE1311 Introductory Programming for Engineers & Scientists

Slides:



Advertisements
Similar presentations
CSE Spring 2015 INTERMEDIATE PROGRAMMING
Advertisements

Introduction to CS170. CS170 has multiple sections Each section has its own class websites URLs for different sections: Section 000:
CMSC 132: Object-Oriented Programming II
Welcome to MAT 170. Basic Course Information Instructor Office Office Hours Beth Jones PSA 725 Wednesday and Friday 10:40 am – 11:30 am and by appointment.
Welcome to MAT 170. Basic Course Information Instructor Office Office Hours Beth Jones PSA 725 Tuesday and Thursday 8 am – 8:30 am Tuesday and Thursday.
1 SWE Introduction to Software Engineering Fall Semester (081) King Fahd University of Petroleum & Minerals Information & Computer Science.
CSCI 1301 Principles of Computer Science I
COMP Introduction to Programming Yi Hong May 13, 2015.
CS 103 Discrete Structures Lecture 01 Introduction to the Course
1 COMS 261 Computer Science I Title: Course Introduction Date: August 25, 2004 Lecture Number: 01.
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Assistant Professor School of Computer Science and Engineering Chung-Ang.
Course Introduction Software Engineering
CST 229 Introduction to Grammars Dr. Sherry Yang Room 213 (503)
ICS 102 Computer Programming University of Hail College of Computer Science & Engineering Computer Science and Software Engineering Department.
1 Object Oriented Design COP 3331 Spring 2011 MWF 11:50 AM – 12:40 PM CHE 103 Instructor:Dr. Rollins Turner Dept. of Computer Science and Engineering ENB.
CS1201: Programming Language 2 C++(Course Introduction) Level 2 Nouf Aljaffan 1 st Term Nouf Aljaffan (C) CSC 1201 Course at KSU.
CS 140 Computer Programming (I) Second semester (3 credits) Imam Mohammad bin Saud Islamic University College of Computer Science and Information.
ICS104 Computer Programming Second Semester 2012/2013 ICS1041 Tuwailaa Alshammari College of Computer Science & Engineering University.
Data Structures (Second Part) Lecture 1 Bong-Soo Sohn Assistant Professor School of Computer Science and Engineering Chung-Ang University.
ICS102: Introduction To Computing King Fahd University of Petroleum & Minerals College of Computer Science & Engineering Information & Computer Science.
Lecture Section 001 Spring 2008 Mike O’Dell CSE 1301 Computer Literacy.
ICS202 Data Structures King Fahd University of Petroleum & Minerals College of Computer Science & Engineering Information & Computer Science Department.
Materials Science Dr. Deniz UZUNSOY Friday AM A-504.
C Programming Lecture 1 : Introduction Bong-Soo Sohn Associate Professor School of Computer Science and Engineering Chung-Ang University.
Dr. Sajib Datta CSE Spring 2016 INTERMEDIATE PROGRAMMING.
Fundamentals of Physics I. Download the following files: Syllabus All the documents are available at the website:
CSE3330/5330 DATABASE SYSTEMS AND FILE STRUCTURES (DB I) CSE3330/5330 DB I, Summer2012 Department of Computer Science and Engineering, University of Texas.
ELEC 1009E-1B02 Introduction to Computer Science 計算機概論 2011 Fall.
Course Information CSE 2031 Fall Instructor U. T. Nguyen /new-yen/ Office: CSEB Office hours:  Tuesday,
Data Structures By Dr. Mehedi Masud ِAssociate Professor, Computer Science Dept. College of Computers and Information Systems Taif University 1.
ICS 151 Digital Logic Design Spring 2004 Administrative Issues.
Syllabus Highlights CSE 1310 – Introduction to Computers and Programming Alexandra Stefan University of Texas at Arlington 1.
Computer Network Fundamentals CNT4007C
Andy Wang Object Oriented Programming in C++ COP 3330
Course Information EECS 2031 – Section A Fall 2017.
Computer Engineering Department Islamic University of Gaza
CS101 Computer Programming I
CIS5930 Software Defined Networking
CSC 135 section 60 or CSC Fall 2017.
CMPT 238 Data Structures Instructor: Tina Tian.
CSC215 Lecture Orientation.
CSC215 Lecture Orientation.
CSC 111 Course orientation
Course Overview CSE8313 Object-Oriented Analysis and Design
Welcome to MAT 170 MWF 8:40 SLN
September 27 – Course introductions; Adts; Stacks and Queues
CSE1320 INTERMEDIATE PROGRAMMING
CSE1320 INTERMEDIATE PROGRAMMING
CSE1320 INTERMEDIATE PROGRAMMING
CSE1320 INTERMEDIATE PROGRAMMING
دانشكده برق دانشگاه علم و صنعت ايران
Andy Wang Object Oriented Programming in C++ COP 3330
FALL 2018 Welcome to ESL.
CSC215 Lecture Orientation.
CSE1320 INTERMEDIATE PROGRAMMING
CSE1320 INTERMEDIATE PROGRAMMING
CSC215 Lecture Orientation.
COMS 261 Computer Science I
Course Information EECS 2031 Fall 2016.
C Programming Lecture 1 : Introduction
CMPUT101: Purpose of the Course
C Programming Lecture 1 : Introduction
Course Guide CSC1201 Computer programming 2.
ITEC 202 Operating Systems
Computer Engineering Department Islamic University of Gaza
ITEC 202 Operating Systems
Computer Engineering Department Islamic University of Gaza
AME Spring Lecture 11 - Thrust and aircraft range
CS201 – Course Expectations
Introduction to the Java Language ​
Presentation transcript:

CSE1311 Introductory Programming for Engineers & Scientists Dong-Chul Kim Biomedical Computing & Intelligent System Lab Dept. of Computer Science and Engineering University of Texas at Arlington

Information Classroom: ERB129 Office: ERB205 Office Hours Monday and Wednesday, 2:30pm~3:30pm or by appointment or if door is open Email Address dkim@uta.edu Class website http://biomecis.uta.edu/~dkim/cse1311/14sum/

Our Goals Master basic skill of C programming language Introduction to program design and problem solving using the C programming language. Programming topics include control structures, functions, arrays, pointers, and file I/O. Practice how to program the algorithm for solving a given problem

Textbook No required textbook Reference books: C Primer Plus (5th Edition) by Stephen Prata C By Discovery (4th Edition) by W. D. Foster and L. S. Foster

Grading Homework 25% Labs 25% Midterm Exam 25% Final Exam 25% No attendance will be checked. But if you miss class for any reason, it is your responsibility to make up for it by studying the slides posted on the course webpage

Homework All assignments will be posted on the course website and announced in class. Missing class for any reason in case. Assignment is due at the beginning of class on the date specified on the assignment. No homework in the class No late assignments will be accepted except for university-excused absences with documentation submitted. Start when it is assigned Two exams, including Midterm exam and Final exam. Reviews

Questions?