CSC 142 Computer Science II Zhen Jiang West Chester University

Slides:



Advertisements
Similar presentations
Give a Solid Foundation to Students Rong Yang University of the West of England, Bristol
Advertisements

Research skills. OUTLINE Mission and Vision What is Research? Ten Steps for Good Research Resources of Research Types of research Skills (Top_5 Skills)
1 CS 106, Winter 2009 Class 19, Section 4 Slides by: Dr. Cynthia A. Brown, Instructor section 4: Dr. Herbert G. Mayer,
Advanced Topics in Next- Generation Wireless Networks Qian Zhang Department of Computer Science HKUST.
CSCD 555 Research Methods for Computer Science
Page 1, CBSE graduate course Component-Based Software Engineering Building reliable component-based systems Tasks for the CBSE group.
Report Writing Goal: Tell the readers about your team’s: –Objectives –Background –Recommendations –Reasons.
CSC 171 – FALL 2004 COMPUTER PROGRAMMING LECTURE 0 ADMINISTRATION.
Topic R3 – Review for the Final Exam. CISC 105 – Review for the Final Exam Exam Date & Time and Exam Format The final exam is 120-minutes, closed- book,
Summer Training on Computer Science, WCU Summer Training on Computer Science Zhen Jiang Department of Computer Science West Chester University.
HORSEED International University
Advanced Research Methodology
Zhen Jiang Dept. of Computer Science West Chester University West Chester, PA CSC141 Computer Science I.
Dr. Zhen Jiang Computer Science Department West Chester University
CSC115: Matlab Special Session Dr. Zhen Jiang Computer Science Department West Chester University.
CMPT 880/890 Writing labs. Outline Intro to the writing part of 880 Communication in research Overview of topics Today: Grammar quiz Research writing.
CSCA48 Course Summary.
Competency for Computer Science Students Suprawin Wongthanawimok Ball State University CS 689 Research Method.
CSC 545: Database Systems Dr. Zhen Jiang Computer Science Department West Chester University.
Computer Programming in BIO Lab Zhen Jiang Computer Science Department West Chester University West Chester, PA 19383
ICS 102 Computer Programming University of Hail College of Computer Science & Engineering Computer Science and Software Engineering Department.
Mid Term Exam Marketing I A Two-Part Exam. Mid Term Exam Marketing I Two-part exam – 100 points:  Part I – 50 points:  Written Test 25 Questions ( 2.
Lecture 4 Sequences CSCI – 1900 Mathematics for Computer Science Fall 2014 Bill Pine.
CSC321: Database Management Systems Dr. Zhen Jiang Computer Science Department West Chester University West Chester, PA
CSCI 51 Introduction to Computer Science Dr. Joshua Stough January 20, 2009.
CSC141 Computer Science I Zhen Jiang Dept. of Computer Science West Chester University West Chester, PA 19383
CSC 171 – FALL 2001 COMPUTER PROGRAMMING LECTURE 0 ADMINISTRATION.
Summer Training on Computer Science, WCU Summer Training on Computer Science 2008 Zhen Jiang Department of Computer Science West Chester University West.
Welcome to CIS 2168 ! Data Structures and Algorithms
Social Science Research Proper Methods HHS 4M Mr. Carney.
CSC115 Introduction to Computer Programming Zhen Jiang Dept. of Computer Science West Chester University West Chester, PA 19383
CSC115 Introduction to Computer Programming Zhen Jiang Dept. of Computer Science West Chester University West Chester, PA 19383
CSC115: Matlab Special Session Dr. Zhen Jiang Computer Science Department West Chester University.
CSC115: Matlab Special Session Dr. Zhen Jiang Computer Science Department West Chester University.
1 CSC 281 Discrete Mathematics for Computer Science Dr.Yuan Tian Syllabus.
Zhen Jiang Dept. of Computer Science West Chester University West Chester, PA CSC141 Computer Science I.
WRITING AN ABSTRACT Science Fair. WHAT SHOULD IT INCLUDE An abstract is an abbreviated version of your science fair project final report. For most science.
Experience with Code Hunt in K-12 Alfred Thompson Bishop Guertin High School
Programming and Data Structures
CSC321: Database Management Systems
Dr. Zhen Jiang Computer Science Department West Chester University
CSC115 Introduction to Computer Programming
CSC141 Computer Science I Zhen Jiang Dept. of Computer Science
COM 600 Competitive Success/snaptutorial.com
COM 600 Education for Service-- snaptutorial.com.
COM 600 Education for Service/tutorialrank.com
COM 600 RANK Education for Service-- com600rank.com.
CSC115 Introduction to Computer Programming
Teaching with Instructional Software
CSC240 Computer Science III
CSC 142 Computer Science II
CSC141 Computer Science I Zhen Jiang Dept. of Computer Science
Loop Development Zhen Jiang Dept. of Computer Science
CST221: Database Systems (III)
CSC115 Introduction to Computer Programming
CSC115 Introduction to Computer Programming
CSC141 Computer Science I Zhen Jiang Dept. of Computer Science
CSC530 Data Structure - Decision
Zhen Jiang West Chester University
Topics discussed in this section:
Topics discussed in this section:
Dr. Zhen Jiang Computer Science Department West Chester University
CSC115 Introduction to Computer Programming
Human Computer Interface
Instance Method – CSC142 Computer Science II
Zhen Jiang West Chester University
Standards learning goals - syllabus lecture notes – the current .ppt
Writing an Abstract Based on slides prepared by Dr
Final Review Dr. Xiaolin Hu.
Dr. Zhen Jiang Computer Science Department West Chester University
Presentation transcript:

CSC 142 Computer Science II Zhen Jiang West Chester University

Outline Motivation Basic items (review of decision structure, loop, etc) Topics

Motivation Why computer programming? Software Engineer (listed as #3 in best-and-worst-jobs-of-2013/2013/05/03/fccd6a8e-b1ab- 11e2-bbf2-a6f9e9d79e19_gallery.html#photo=1 ) best-and-worst-jobs-of-2013/2013/05/03/fccd6a8e-b1ab- 11e2-bbf2-a6f9e9d79e19_gallery.html#photo=1

Why this section? Job hunting WCU graduated vs. UPenn, Temple, Drexel, … Something help you to stand out! How can I introduce you?

Tell you what I see at Temple Knowledge? Communication? Abstraction & critical thinking Passion and motivation I just need 3 credits How much I need to do for getting an ‘A’ I need to care my GPA

Critical thinking, abstraction, motivation How can I obtain all these How can I prepare myself How can I prove myself

Research project Critical thinking, communication, etc. Real competition, deadline, pressure More realistic system, complex programming, for instance, Student opportunities: Sponsorship NSF, NSA, etc Industry interns

Textbook Highlighted by content in ppt slides Indexed by page number in ppt slides Discussion Summary Exercises (in ppt slides and class), quiz, project, test, final

Basic Items Development environment I/O, variable, assignment, String, etc. or Decision structure, and Loop Review 1, 2, 3, 4, 5, 6, 7

Topics Array Method Object Recursion GUI