/ CS 110 Sections 1&2 Home Page

CS 110 Introduction to Computer Programming

Sections 1&2 (FORTRAN)

CS 110 is a one-credit course which covers the basic programming structures needed to prepare students for CS 310 and elementary engineering courses. No prior computer programming experience is required and only a basic knowledge of computers is assumed. The material covered will enable you to write simple computer programs to solve engineering problems in elementary courses. All programming is done in FORTRAN. This course is intended for students who received little or no programming instruction in high school.

This section is taught entirely in the FORTRAN programming language and is intended primarily for engineering students and non-computer science majors. Click here for a course description.

Menu

  • IMPORTANT ANNOUNCEMENTS - READ NOW!
  • Lectures
  • Instructor
  • Grading Policy
  • Syllabus
  • Text and Lecture Notes
  • Programming Assignments
  • Problem Solving Exercises
  • Computer Lab
  • Other Pointers of Interest

  • Lectures


    Instructor - Jeff Lampert

    Office:
    Rm. 5364a Computer Science & Statistics, 1210 W. Dayton St.

    Office Hours:
    Wed 11:00-12:30, Thurs 2:30-4:00 or by appointment

    Phone:
    (608) 262-5105 [office]
    (608) 283-0636 [home, emergencies only]

    E-mail:
    tick@cs.wisc.edu (click here for finger)

    World-Wide-Web:
    http://www.cs.wisc.edu/~tick/tick.html


    Grading Policy

    Your final grade is based on four programming assignments each worth 25% (not including Program #0). This course is Credit/No Credit only. There are no tests or exams.

    	100% - Assignments (4 @ 24% each + 1 for 4%)
    

    Syllabus (tentative)

    The following topics and sections of the text will be approximately covered each week during the semester. You will only get the most out of this class if you read the relevant sections of the text before coming to class. This way you will be able to ask questions in class about anything that you are unsure of, instead of waiting until you're in the lab trying to work on an assignment to discover you didn't really understand something.


    Text and Lecture Notes

    Text:

    Fortran with Engineering Applications, 5th. edition, by E. Koffman and F. Friedman, 1993.

    Lecture Notes:

    Copies of the lecture notes will be available on-line at the end of each week of class. Important - the on-line lecture notes are not a substitute for coming to class. They do not include any examples or additional notes that I put on the board (except for Week1). You are responsible for all the material covered in class.

    1. Week1
    2. Week2

    Programming Assignments

    There are four programming assignments each contributing 25% to your final grade. You must attempt to complete every programming assignment. If you hand in a program that does not run or will not even compile without errors then it will get a very low mark (check the gradesheets) and you risk failing the course.

    Assignment Specifications:

    How to Get Help with Your Assignments:

    Consultants:
    The consultants in the computer lab can help you with most problems. They wear name tags and are on duty from approximately 8:00 am to 11:00 pm. Consultants can answer short questions about compiler error messages and program syntax, as well as how to login, use the printers, send E-mail, run Netscape, etc.

    Instructor:
    General questions about an assignment or questions that may require a long explanation are best answered by myself. Please see me during office hours or send me E-mail. I am not normally in my office except during office hours because I do my research from home via a modem. Therefore, if you want to see me outside of office hours please make an appointment first. You can most easily contact me by E-mail because I regularly login and read my E-mail from home. If you mail from Netscape, make sure to include your name and e-mail address, as they don't show up for me, so I won't know who mailed me and be able to respond otherwise.


    Problem Solving Exercises

    One of the most important skills you will learn in this class is problem solving. Good problem solving skills distinguish a "good" computer programmer from a "bad" one - it doesn't matter how familiar or skilled you are in a particular programming language, if you do not understand how to solve the problem then you will not be able to write a computer program for it in any language.

    To help you learn problem solving skills and techniques I will assign weekly problem solving exercises. These will be small but non-trivial problems which I will give out each Monday. You should look at the problem and think about it during the week and right down the steps you would go through to solve the problem; i.e. the overall structure of your program. This is primarily an exercise in general problem solving so you do not have to write any FORTRAN code (though you may if you want to and have time) and your solution/algorithm should not even be dependent on a particular programming language such as FORTRAN. We will go over the solution in class the following Monday.

    Exercises:


    Computer Lab

    You will be using the Vectra lab in Rm. 1350 Computer Science & Statistics containing Hewlett-Packard Vectra's running Microsoft Windows and Microsoft FORTRAN. This lab is open from 7:00 am to 1:00 am seven days a week except certain holidays. The printer room is located across the hall in Rm. 1359. You have a quota of 300 pages on which to print. Once you exceed that quota you must contact the lab either by e-mail or by going to room 2310 during office hours (they prefer e-mail) to pay to increase your quota.

    Beware: Some of the machines in the Vectra lab aren't configured correctly. In particular, the machines along the wall closest to the outside hallway, towards the left-hand part of the room. Try to avoid those if you can.

    You may also use your home or dorm computers to write your programs, however you will probably have to purchase your own copy of Microsoft FORTRAN or Lahey Personal FORTRAN (see the inside cover of the textbook). You may also work in any of the other computer labs on campus, however most do not have FORTRAN compilers (please see me first before using the CAE lab).

    The software you will be using in the lab includes:


    Other Pointers of Interest


    Copyright © 1996 Modified from Gareth S. Bestor (bestor@cs.wisc.edu). Last modified October 26, 1996.