ICS 211 Summer 2000        Syllabus 

 



Course Name: ICS211 Introduction to Computer Science II.  In order to take this course you should have a "B" or better in ICS 111 or equivalent.

Return to top of page



CONTACT INFORMATION

 

Contacting the Instructor

Office Address

1680 East-West Rd. POST 303-G, Honolulu HI, 96822

Office numbers

Phone: 956-3496

E-mail address

blanca@hawaii.edu

Availability

Office Hours
  • Tuesdays  11:00am to 12:00 pm
  • Wednesdays 11:00 to 12:00 pm

E-mail

  • I will check e-mail at least once a day at 8:40am. from Monday to Friday
  • I don't read e-mail during weekends.

Appointments

  • You may call (956-3496) or e-mail to ask for an appointment

Return to top of page



ICS 211 COURSE DESCRIPTION

 This course will introduce students to data structures. We will design and write programs that are more "entertaining and fun" than those in ICS 111. 

Here are some  about this course:  

We will learn how to build different kind of data structures using JAVA. We will learn previously made structures and we will learn how to create our custom-made data structures. We will learn to evaluate our software (and other people's software) and decide which algorithm is better to solve a particular problem. 

JAVA Basics, or UNIX basics. The student is must have taken an introductory course in JAVA and must be familiar with the basics of the UNIX operating system (e-mail and file editing). Proficiency in these two topics is assumed.

JAVA is the language of the Internet. The Internet keeps on growing and Java is becoming more important every day. As a programmer, if you are proficient with JAVA, you are more likely to find a good paying job.$$$.

We will learn all our material from a practical point of view. Some theory will be necessary, but the main idea will be to implement the concepts learned in a way that we can see how they apply to the real world. 

Since JAVA basics won't be covered, but only summarized student should already be familiar with them. 

A good understanding of Algebra will be helpful in this course, even when it is not a prerequisite. In UH terms, if you have taken Math27, it will be helpful. If you have gone beyond that, it will be even better.

What will be expected of you, the student? 

 In order to get the most out of this course, the student should be able to build  JAVA classes and use JAVA libraries.  The student should be able to program applets as well  as stand-alone applications. The student should have the basic concepts of HTML so he/she can build a web page and post applets.

Return to top of page


COURSE GOALS

By the end of the Summer 2000 you should be familiar with data structures. You will be able to compare different algorithms and to better implement the one that you choose. You will be able to create interactive applets in a professional way.

Return to top of page



     OPTIONAL AND VERY HELPFUL ICS211 BOOK

Book:    Data Structures in JAVA  Author: Thomas A. Standish.
Editorial: Addison-Wesley   ISBN: 0-201-30564-X
This book is available at the UH Bookstore, or you may look for it on-line.

This book was selected because it has good slow-paced explanations in most of the subjects covered in this class. If JAVA is your first programming language and/or this is the first time that you will be learning about data structures you will find this book particularly good. Here are some  amazon reviews for the book. Take into consideration that at the end of the semester you will have your very own opinion about it, however it has four and a half stars out of five possible :-)

Return to top of page



COURSE SCHEDULE

Return to top of page



ASSIGNMENT POLICIES

How to submit your assignments:  

Your assignments should be submitted by e-mail to the following address:

ics211-homework@hawaii.edu

Your homework must be attached to the e-mail. If you are submitting a JAVA program, you MUST make sure that it compiles and runs properly in uhunix2. Failure to do so may result in point deduction. If your program runs in JBuilder, Visual Cafe or J++, that is no guarantee that it will run in uhunix2, so I recommend that you upload and test your program before you turn it in. Programs will be graded using uhunix2 unless otherwise stated.

Assignment due dates:  

Deadlines for each assignment will be given in day and time. As an example:  If your homework is due on Monday January the 10th of 2000 at 8:00 A.M. your program must have been received by that time in the above e-mail address. The time considered here is the uhunix2 time (not your personal computer's time, not the Greenwich time but uhunix2 time). Take into consideration that the time you send an e-mail and the time the e-mail is received may vary by seconds, perhaps minutes. The time taken into consideration here is the time at which we receive the e-mail. That will constitute our timestamp. Make sure that you allow enough time for the e-mail to be received before the deadline.

How will you know if we got your homework?  But most important, at what time did we get it?

For this you will do the following:
After sending your homework, you should use your browser to go to http://www2.hawaii.edu/~tp_207/m1-log.html or click in here, it will take you there so you can verify if your homework is there. I recommend you book mark it. PLEASE allow 5 minutes or so for the page to update itself. Use the "Refresh" button in your browser to update your page. 

What if you can't see your homework?

You may resend your homework. However the only homework that will be taken into consideration for grading will be the last one. So be careful because if you resend your homework a few minutes past the deadline because you didn't trust the web reload button the latest version is the one that will count and you will get points deducted for late work. So please take your time and try to send your homework at least one hour prior to the deadline.

How many points will a lose for late assignments?

Each homework is worth 100 points. Each day late will be 20 points deduction. After five days there is no point in turning in your homework  because you won't be awarded any points. Since it is "unfair" to take 20 points off if you are late 1 minute I have the following policy for the first day: In the first 24 hours after the deadline, you will lose 0.83 points every two hours. So if you are one hour late (or one minute late) your homework is still worth 99.17 points. 

Return to top of page



GRADING

The following is the weight distribution for each one of the activities for ICS 211.
Quizzes 10 %
Homework 40 %
Midterms 30 % 
Final 20 %

I DON'T  grade on a curve.  The grades will be awarded as follows:

92 to 100 A
77 to 91 B
65 to 76 C
55 to 64 D
0 to 54 F

There are gaps in between the letter grades. If a person gets 91.5, what grade should he/she receive? I reserve the right to make that decision myself based in observations about the person's performance.

Return to top of page


Back to the main page