CIS 111 Syllabus



CIS 111 Web Programming

Syllabus 08S (crn 31362)
14:00-15:20 MW, 101 LLCS
Labs (026 Kla): W 08, W 10, W 12; R 12; F 12.

Instructor: Michael Hennessy.
Office Hours: Available in Blackboard.

CIS 110 Equivalency for 111


Required Textbook

Head First JavaScript
by Michael Morrison
OReilly publishing
ISBN 10: 0-596-52774-8 | ISBN 13:9780596527747
$36 (new) at UO Bookstore

Write a coded identifier in yourtextbook; it's your book's free phone call home when it goes missing.

No reserve copies available this term.

Exams, Projects & Final Grade

Midterm (W 5/7).......... 25%
Final (15:15 R 6/12)..... 25%
Projects ................ 50%

Exam dates and times are on the 111 calendar. Please mark your own calendar now, and make no other plans for the dates of the exams. Be sure you know the Academic Policies for the course.

Things You Need to Know

What the Course is About

An algorithm is a step-by-step problem-solving procedure. A program is a series of instructions that a computer can interpret and execute. Computer Science is the study of algorithms and programs. Algorithms and programs are, therefore, a unifying theme for Computer Science, just as energy is a unifying theme for the study of Physics.

CIS 111 is an introduction algorithmic problem-solving using the web-programming language JavaScript.

CIS 111 is a second course in a two-course introduction to Information Technology (IT) and Web Programming, and builds upon the concepts covered in CIS 110.

Topics covered in 110 and which are prerequisite concepts for 111 include: basic web page design with XHTML, and using SSH for web development. Students lacking these prerequisites will need to budget extra time during the first two weeks of class to acquire basic web design skills. To assist you, the GTFs will hold Help Sessions during weeks 1-2. You are welcome to meet with the instructor to determine whether you should take 111 at this time.

Prereq: CIS 110, MATH 111. No prior programming experience is required, but a working knowledge of web publishing with HTML and SSH, as covered in CIS 110 at the UO, is assumed. For students who did not take CIS 110 at the University of Oregon, please see CIS 110 Course-Equivalency for CIS 111, below.

111 labs start week 1 and meet in the PC-lab, 026 Klamath. In addition to 026 Kla, you can also work on your projects in 013 Kla, 101 Mck and other campus microlabs and technology centers.

Please read the expected workload for 111.

Course Objectives

Upon completion of this course, a student will:

  1. Understand the development and philosophy of XHTML, the DOM API, and JavaScript
  2. Design and develop programs in the JavaScript language using procedural programming techniques
  3. Understand web interfaces
  4. Understand event-driven programming
  5. Understand the use of JavaScript as an object-oriented programming language
  6. Understand the use of JavaScript Databases
  7. Understand the use of Internet cookies for saving user state
  8. Understand the basic structure of the W3C Document Object Model (DOM) and Application Programmer Interface (API)
  9. Create, test, and debug JavaScript web applications using the Aptana IDE and the Firefox web browser
  10. Understand how to coordinate a set of internet- and web-based technologies, each with its own user interface.

CIS 110 Equivalency for 111

(To review how to create a personal web page on uoregon.edu, see Synopis of CIS 11O Web Authoring Concepts and Tools.)

You have satisfied the 110 pre-req if you have taken a course (or courses) in which you studied all of the following topics covered in CIS 110. The basics of xhtml, and using SSH for web development will be reviewed in the 111 labs and extra Help Sessions during weeks 1 and 2 of the term. For additional help go to a 111 office hour.
  1. Information Technology (IT) Concepts: hardware, software, data representation, networks and protocols (TCP/IP, HTTP)
  2. Using SSH to interact with the Unix command interpreter and login shell