General Introduction by Dr. Bun Yue Professor of Computer Science 2013 CSCI.

Slides:



Advertisements
Similar presentations
James Tam Introduction To CPSC 233 James Tam Java Object-Orientation Event driven software.
Advertisements

Introduction to CS170. CS170 has multiple sections Each section has its own class websites URLs for different sections: Section 000:
1-1 CMPT 225 Data Structures and Programming Instructor: Aaron Hunter Section: E300 Campus: Harbour Centre Semester: Spring 2007.
1-1 ICS102: Introduction To Computing King Fahd University of Petroleum & Minerals College of Computer Science & Engineering Information & Computer Science.
The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Adrian Ilie COMP 14 Introduction to Programming Adrian Ilie Summer Session II, 2005 MTWRF 9:45-11:15 am.
Lab00: Pre-Lab Fast Presentation 5 – 10 min KFUPM, CCSE, ICS Dept Fall Semester, Term 061 ICS Al-Zouri, Ali.
COMP 14 Introduction to Programming Miguel A. Otaduy Summer Session I, 2004 MTWRF 9:45-11:15 am Sitterson Hall 014.
Introduction to Programming Environments for Secondary Education CS 1140 Dr. Ben Schafer Department of Computer Science.
CPSC 100 – Personal Computers & Their Uses Fall 2010 Dongsheng Che Department of Computer Science East Stroudsburg University.
CS211: Course Overview George Mason University. Today’s topics Go over the syllabus Go over resources – Marmoset – Piazza – Textbook Highlight important.
Page 1 Course Description CPS510 Database Systems Fall 2004 School of Computer Science Ryerson University.
SYSC System Analysis and Design 1 Part I – Introduction.
COMP Introduction to Programming Yi Hong May 13, 2015.
CSc 2310 Principles of Programming (Java) Dr. Xiaolin Hu.
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Assistant Professor School of Computer Science and Engineering Chung-Ang.
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Associate Professor School of Computer Science and Engineering Chung-Ang.
February 25, ICE 1341 – Programming Languages (Lecture #1) In-Young Ko Programming Languages (ICE 1341) Lecture #1 Programming Languages (ICE 1341)
CSCI 51 Introduction to Computer Science Dr. Joshua Stough January 20, 2009.
Java Programming Computer Engineering Department JAVA Programming Course Asst. Prof. Dr. Ahmet Sayar Kocaeli University - Fall 2014.
CSC 171 – FALL 2001 COMPUTER PROGRAMMING LECTURE 0 ADMINISTRATION.
COMP2012 Object-Oriented Programming and Data Structures Fall 2015.
Database Design CS562 Fall CS562 Database Design Instructor : Professor Chin-Wan Chung Office : Rm 3406 Tel : 3537
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Associate Professor School of Computer Science and Engineering Chung-Ang.
Welcome to CPCS 223 Analysis & Design of Algorithms Fall 2011 Muhammad Al-Hashimi Media clips are from the MS Office clip art collection copyright of Microsoft.
Object Oriented Programming (OOP) Design Lecture 1 : Course Overview Bong-Soo Sohn Assistant Professor School of Computer Science and Engineering Chung-Ang.
Introduction Fall 2001 Foundations of Computer Systems Prerequisite:91.166* or * Section A Instructor: Dr. David Hutchinson Office:
Java Debugging in Eclipse by Dr. Bun Yue Professor of Computer Science 2013
CSCI/CINF TA Orientations Spring 2009 Presented by: Dr. Bun Yue Chair, Division of Computing and Mathematics January 20, 2009 (Tuesday) 10:00am to 11:00am.
CSC 411/511: DBMS Design CSC411_L0_OutlineDr. Nan Wang 1 Course Outline.
CSE4413 Mark Shtern. Course Information Course Web Site Course Forum Used by Instructor For announcement about the.
General Information Course Id: COSC6368 Artificial Intelligence Professor: Ricardo Vilalta Classroom:AH 110 Telephone: (713)
CSC 108 Introduction to Computer Programming Which course should you take? – CSC 104 vs CSC 108 vs CSC 148 CSC the why and how of computing – you.
Welcome to CSCI 230 Computing I Dale Roberts, Lecturer Department of Computer and Information Science IUPUI.
COP4610 Principles of Operating Systems Prof. Robert van Engelen Department of Computer Science Florida State University.
Dr. Sajib Datta Jan 15,  Instructor: Sajib Datta ◦ Office Location: ERB 336 ◦ Address: ◦ Web Site:
Introduction to CSCI 242 Compiled by S. Zhang 1. Syllabus Syllabus has the most updated information! –Use the information on the syllabus for the grading.
1 Computer Science 1021 Programming in Java Geoff Draper University of Utah.
Lecture 1: Overview of CSCI 485 Shahram Ghandeharizadeh Associate Professor Computer Science Department University of Southern California Presented by:
Introduction to CptS 111 Adam Carter. Meet your instructor Adam Carter "PhD Candidate" (ABD) Feel free to call me: – Adam (preferred) – Professor Carter.
CSCE 343 – Programming Language Concepts Welcome!.
Database Management Systems
CSCI 3333 Data Structures Sorting Exercises
Course Overview - Database Systems
Computer Engineering Department Islamic University of Gaza
CSCI 3333 Data Structures Recursion Exercises
CSc 1302 Principles of Computer Science II
CSc 020: Programming Concepts and Methodology II
IST256 : Applications Programming for Information Systems
Problem Solving Using C: Orientation & Lecture 1
Computer Science 102 Data Structures CSCI-UA
Problem Solving.
Problem Solving Using C: Orientation & Lecture 1
ISA 562 Information Security Theory and Practice
Searching and BST Exercises
Introduction to Programming Using C++
CSCI 3333 Data Structures Array
Web Programming: Course Overview
University of Houston - Clear Lake
University of Houston - Clear Lake
Accelerated Introduction to Computer Science
Problem Solving Using C: Orientation & Lecture 1
How to succeed in CSCI 4333 Design of Database Systems
EE323 Computer Networks Song Chong Course Introduction.
C Programming.
CS Problem Solving and Object Oriented Programming Spring 2019
How to succeed in ITEC 3335 Database Development
University of Houston - Clear Lake
How to succeed in CSCI 4333 Design of Database Systems
CGS 3066: Web Programming and Design Fall 2019
Algorithm Analysis Exercise
Presentation transcript:

General Introduction by Dr. Bun Yue Professor of Computer Science CSCI 3333 Data Structures

General Course Information I  CSCI (39434) W 7:00- 9:50pm Room to be determined  Instructor Dr. Bun Yue, Professor of Computer Science, Delta 163, , URL:

General Course Information II  Vijender Palakala: PalakalaV0928 at UHCL.edu  PC Lab, NT Lab, D238 (TA room:, ) or D156  Accounts: Ms. Krishani Abeysekera, or her assistants.Ms. Krishani Abeysekera

Textbook  M.A. Weiss. Data Structures & Problem Solving Using Java, 4th Edition. Addison Wesley/Pearson (ISBN: )Data Structures & Problem Solving Using Java  Author's resources: Dr. Weiss' Home Page, source code.Dr. Weiss' Home Pagesource code

Programming Languages  You can choose from C#, C++ or Java for your homework and programming assignments.  Java is encouraged.  Examination questions will be mostly language independent.

Language Issues  Computing students should be: Proficient in at least one object-oriented programming language. Know a spectrum of languages with various model:  OOP: e.g. Java, C++ or C#  DB language: e.g. SQL  Scripting language: e.g. Perl, Python, Ruby.  Logic programming language: e.g. Prolog  Functional language: e,g. Lisp  Rule-based language: CLIPS, XSLT

How to succeed?  Ask a lot of questions.  Participate in the class.  Do not fall behind.  Study hard.  Read book and lecture notes before coming to the class.  Seek helps.

Assignments  Start early.  Budget enough time.  Seek help if needed.  Get a thorough understanding of the requirement specifications.  Get a good design before coding  Good documentation at the beginning.

Questions and Comments?