UNC-CH COMP 110

INTRO TO PROGRAMMING
using JavaScript

ABOUT TA INFO SYLLABUS CALENDAR TEXT ASSIGNMENTS EXAMPLES RESOURCES SAKAI

Fall '13, Tu, Thu 9:30-10:45, Chapman 201
Dr. David Stotts, FB 144, 919.590.6133
office hours: TBA, or by appt.

email for class business: stotts.comp110 at gmail.com

Final Exam: Tuesday, Dec. 10, 8:00 AM (yes, AM)
Review session: Monday Dec. 9, 6:00PM in Sitterson rm. 014
study guide
sample exam
sample exam
sample exam
These previous exams may be of limited value to you, as they come from a class that taught Java for the object portions of the syllabus. Your questions will be JavaScript.
sample JavaScript program questions

Java
For those of you who want to learn some Java, it is about time to start on it.
Stay tuned here for some online resources.
Stay tuned for dates/times when I will hold quick start sessions. (probably evenings)

Project Euler
The Project Euler website is a great place to get more experience with programming. It is a self-paced collection of problems where you can practice and extend your skills. The early problems will let you polish what you have learned here; the later problems offer you a way to develop beyond the level of this class. Check it out.

Midterm Exam: Tuesday, October 15
study guide
sample midterm exam (key)
sample midterm exam (key)

Review session: Monday, Oct. 14, 5:00 pm in Sitterson 014

Learning Arrays
If you want to really understand arrays, you need to do some small exercises before you try the larger assignment program.
loop self-help exercises
loop self-help exercises