INLS 490-156 Programming

Term: Fall 2009
Time: Monday/Wednesday, 3:30-4:45 PM
Location: Manning 307

Instructor: Joan Boone
Email: joan_boone [at] unc [.] edu
Office hours: tbd

Description

490-156 Programming (3). This course provides an introduction to computer programming using the Java language. The course will cover the basic characteristics of programming languages (data declarations, data operations, and execution sequences) with an emphasis on object-oriented concepts.

This course is open to undergraduate and graduate students, and is intended for students who have no programming experience. It is recommended that you take INLS 461 Information Tools before this course, and have some familiarity with HTML and CSS. This is a programming course and students should be prepared to spend time outside of class to complete assignments.

Outline

Objectives

Resources

Required textbook: Walter Savitch & Frank M. Carrano (2009). Java - An Introduction to Problem Solving & Programming, Fifth Edition

Software: Eclipse (http://www.eclipse.org/), a free, integrated development environment (IDE) for developing and running Java programs. Instructions on how to download, install, and use will be provided in class.

Assignments