Introduction to Computer Programming pdf slide
taught by Dr. Ken Williams
This is an introductory course in computer programming. Problem solving techniques and writing algorithms will be stressed. Students will write programs for such tasks as engineering decision-making and numerical computation. This course is intended for Computer Science, Computer Engineering and Management Information Systems majors or other students who intend to take further programming courses.Text Book :
Introduction to Java Programming, comprehensive version, 6th edition, by Y. Daniel Liang, Pearson Prentice Hall, 2007, ISBN: 0132221586.
Class Notes
Introduction to computers and programming
Java Basics
Expressions
if statements
more on if statements
Writing simple programs
Loops
More on loops
Methods
Translating to Java
Classes
More on classes
Reference variables
Modifiers
Classes and Methods
Still more on classes
Inheritance
Dynamic binding
Implementing interfaces
Introduction to GUIs
More on GUIs
No comments:
Post a Comment