<?xml version="1.0"?>
<!-- DOCTYPE COURSE SYSTEM "jwrcoursepage.dtd" -->
<?xml-stylesheet type="text/xsl" href="jwrcoursepage.xsl"?>
<!-- ********************************************************************************** -->
<!--                    CSCI 116 Fundamentals of Programming: C++                       -->
<!--                                                                                    -->
<!-- JW Ryder                                                                           --> 
<!-- ********************************************************************************** -->
<!-- ********************************************************************************** -->

<COURSE NUMBER="CSCI 116" TITLEBAR="CSCI 116 Fundamentals of Programming" LASTUPDATE="11-12-2014">
 <HYPERLINKS>
  <LINKS  NAME="Links">
   <ALINK NAME="Course Syllabus"             URL="syll116.html"/>
   <ALINK NAME="Official Cover Sheet"        URL="cover.doc"/>
   <!-- ALINK NAME="Create-Execute Project 2010" URL="crtaproject2010.html"/ -->
   <ALINK NAME="Grading Criteria"            URL="gradcrit.html"/>
   <ALINK NAME="What to Hand In"             URL="handin.html"/>
   <ALINK NAME="Your Grades"                 URL="csci116-02.html"/>
   <ALINK NAME="Student Information Form"    URL="http://www.oneonta.edu/faculty/ryderj/teacherspal/ostartinfo.asp"/>
   <ALINK NAME="MCS Dept. Lab Schedule"      URL="http://employees.oneonta.edu/goutzicj/MathLabSchedule.html"/>
   <ALINK NAME="MCS Dept. Home Page"         URL="http://MathCSStat.oneonta.edu"/>
   <ALINK NAME="Prof. Ryder's Schedule"      URL="http://employees.oneonta.edu/ryderj/myschedf14.html"/>
  </LINKS>

  <SAMPLES NAME="Samples">
   <ALINK NAME="My First Program" URL="crtaproject.cpp"/>

   <!-- ALINK NAME="Simple File I/O Example" URL="simpleioxmp.cpp"/>
   <ALINK NAME="Array Example from class on 10-09-12" URL="arrayxmpwithfn.cpp"/>
   <ALINK NAME="String Functions Example" URL="stringexample.cpp"/ -->
  </SAMPLES>
 </HYPERLINKS>

 <COURSEINFO TITLE="CSCI 116 Fundamentals of Programming">
  <LOGISTICS>
   <MEETING_TIMES>
    <CLASS DAY="Tue./Thur. "  TIME="2:30 - 3:45 " ROOM="FITZ 207"/>
    <CLASS DAY="Final Exam: Thur. Dec. 11, 2014, " TIME="11:00 - 1:30, " ROOM="FITZ 207"/>
   </MEETING_TIMES>

   <INSTRUCTOR_INFO>
    <PERSONAL_INFO NAME="Dr. James Ryder"  URL="http://employees.oneonta.edu/ryderj"
     OFFICE="FITZ 229" PHONE="607-436-3647" EMAIL="James.Ryder@oneonta.edu"/>

    <OFFICE_HOURS>
     <TIME WHEN="Tue./Thur. 1:00 - 2:00"/>
     <TIME WHEN="Wed. 12:00 - 2:00"/>
     <TIME WHEN="By Appointment"/>
    </OFFICE_HOURS>

    <ONLINE_OFFICE_HOURS>
     <TIME WHEN="Same as Office Hours and when I am Online"/>
     <TIME WHEN="Facebook Group: CSCI 116"/>
     <TIME WHEN="Twitter Name: ProfessorRyder"/>
    </ONLINE_OFFICE_HOURS>
   </INSTRUCTOR_INFO>
  </LOGISTICS>

  <CATALOG_DESCRIPTION>
    An introduction to the fundamentals of computer programming using a modern computer language. Topics include primitive data types,
    expressions and statements, control structures, input and output, arrays, pointers, and structures. Students will write a number of
    programs with applications taken from mathematics, science and business.
  </CATALOG_DESCRIPTION>

  <!-- ELECTRONIC_STUDY_GROUP NUMBER="CSCI 116" NAME="CSCI116F06" ADDR="CSCI116F06@Listserv.Oneonta.Edu">
   Each student in the <COURSENUMBER/> class should subscribe to the electronic study group. 
   It is an open forum for discussion of topics related to <COURSENUMBER/>. If you find something 
   interesting on the Web, post a note and let the rest of us know about it. Tell us the URL. 
   Ask questions about homework, topics, whatever you'd like. This is an open electronic forum. 
   You can subscribe to the forum by sending an e-mail message to listserv@listserv.oneonta.edu. 
   Put the following message in the BODY of the message.<BR/><BR/>
   sub <LIST_NAME/> Your_First_Name Your_Last_Name<BR/><BR/>
   After you have subscribed, each time a new message is posted to the study group, it will 
   automatically be forwarded to you and everyone else who is also subscribed to the study 
   group. When everyone in the class has signed up, each time you post a message, you have 
   actually sent a message to everyone in the class as well as anybody else who is monitoring
   the <COURSENUMBER/> Electronic Study Group. The e-mail address of the study group is 
   <LIST_ADDR/>.
  </ELECTRONIC_STUDY_GROUP -->

  <ASSIGNMENTS_NOTES>
   <ASSIGNMENTS>
    <ASSIGNMENT URL="hassig01.html" NAME="hassig01" TOPIC="Homework 1"  DUEDATE="Aug. 28, 2014">
     <COMMENT>Establish Communication</COMMENT>
    </ASSIGNMENT>
    <ASSIGNMENT URL="passig01.html" NAME="passig01" TOPIC="Program 1"  DUEDATE="Sept 9, 2014">
     <COMMENT>Compiling, Executing, Testing a Simple Program</COMMENT>
    </ASSIGNMENT>
    <ASSIGNMENT URL="passig02.html" NAME="passig02" TOPIC="Program 2"  DUEDATE="Sept. 16, 2014">
     <COMMENT>Branching, Looping</COMMENT>
    </ASSIGNMENT>
    <ASSIGNMENT URL="passig03.html" NAME="passig03" TOPIC="Program 3"  DUEDATE="Sept. 23, 2014">
     <COMMENT>Looping and Functions</COMMENT>
    </ASSIGNMENT>
    <ASSIGNMENT URL="passig04.html" NAME="passig04" TOPIC="Program 4"  DUEDATE="Sept. 30, 2014">
     <COMMENT>Program Design and Functions</COMMENT>
    </ASSIGNMENT>
    <ASSIGNMENT URL="passig05.html" NAME="passig05" TOPIC="Program 5"  DUEDATE="Oct. 9, 2014">
     <COMMENT>File Stream I/O, EOF</COMMENT>
    </ASSIGNMENT>
    <ASSIGNMENT URL="passig06.html" NAME="passig06" TOPIC="Program 6"  DUEDATE="Oct. 23, 2014">
     <COMMENT>Strings, Array Mechanics</COMMENT>
    </ASSIGNMENT>
    <ASSIGNMENT URL="passig07.html" NAME="passig07" TOPIC="Program 7"  DUEDATE="Nov. 4, 2014">
     <COMMENT>Structs, Arrays</COMMENT>
    </ASSIGNMENT>
    <ASSIGNMENT URL="passig08.html" NAME="passig08" TOPIC="Program 8"  DUEDATE="Nov. 13, 2014">
     <COMMENT>Classes</COMMENT>
    </ASSIGNMENT>
    <ASSIGNMENT URL="passig09.html" NAME="passig09" TOPIC="Program 9"  DUEDATE="Dec. 4, 2014">
     <COMMENT>More Practice</COMMENT>
    </ASSIGNMENT>
   </ASSIGNMENTS>

   <COURSENOTES>
    <!-- NOTES URL="holdon.html" NAME="notes01" TOPIC="Notes 1">
     <COMMENT>Introduction</COMMENT>
    </NOTES -->
   </COURSENOTES>
  </ASSIGNMENTS_NOTES>

  <BACKMATTER EMAIL="James.Ryder@Oneonta.Edu" COPYRIGHT_YEAR="2014 " NAME="JW Ryder" HITCOUNT="5"/>
 </COURSEINFO>
</COURSE>
