January 11th  - Lecture 1

 

Went over Syllabus

            Talked about ethical behavior and honor code

                        JMU honor code is on the web

                        Come to professor for help

                        Insert a comment saying got help from TA

            Talked about need for floppies and folders

            Emphasized out of class exam dates and time.

            Emphasized need to take final to pass course

            Asked students without CS 139 or with less than a C in CS 139 to see me

                       

NOTE:  This course will require you to test your programs more thoroughly before submitting because we may not use submit facility which tested for you.

 

Bring books to class and lab

 

Discussed:

                        if

                        if … else

                        switch

                        benefits of each  (i.e. when to use each)

                        why to use multiple ifs instead of if … elses

                        how to order test conditions in if … elses

                        pre-test form : while

                        post-test form :  do…while

                        counted form :  for  

                        Logical and

                        Bitwise and

            Logical or

            Bitwise or

                        Bitwise exclusive or 

                        *  on const and goto - indicates that words are reserved but not presently

                        in use in language –