<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.cs.vassar.edu/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.cs.vassar.edu/feed.php">
        <title>Computer Science | Vassar College</title>
        <description></description>
        <link>https://www.cs.vassar.edu/</link>
        <image rdf:resource="https://www.cs.vassar.edu/_media/favicon.ico" />
       <dc:date>2026-04-16T16:36:38+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/courses/cs101-2021-5657/week1?rev=1613546223&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/courses/cs101-2021-5657/programmer-poet?rev=1617638030&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/courses/cs101-2021-5657/style?rev=1612764779&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/courses/cs101-2021-5657/top?rev=1614028549&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/courses/cs101-2021-5657/week5?rev=1615998922&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/courses/cs101-2021-5657/week13?rev=1620843278&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/courses/cs101-2021-5657/week15?rev=1621872937&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.cs.vassar.edu/_media/favicon.ico">
        <title>Computer Science | Vassar College</title>
        <link>https://www.cs.vassar.edu/</link>
        <url>https://www.cs.vassar.edu/_media/favicon.ico</url>
    </image>
    <item rdf:about="https://www.cs.vassar.edu/courses/cs101-2021-5657/week1?rev=1613546223&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-17T07:17:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>week1</title>
        <link>https://www.cs.vassar.edu/courses/cs101-2021-5657/week1?rev=1613546223&amp;do=diff</link>
        <description>Week 1



How to Program

Monday

No class

Wednesday

	*  Introductions
	*  Syllabus 



	*  Coaches for this semester
		*  to be announced
		*  Introductions: this Friday
		*  Coaching hours will be posted---see the link in the sidebar 




	*  How to read HtDP/2e:</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/courses/cs101-2021-5657/programmer-poet?rev=1617638030&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-04-05T15:53:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>programmer-poet</title>
        <link>https://www.cs.vassar.edu/courses/cs101-2021-5657/programmer-poet?rev=1617638030&amp;do=diff</link>
        <description>The Mythical Man-Month

by Fred Brooks



The programmer, like the poet, works only slightly removed from pure thought-stuff. He builds castles in the air, from air, creating by exertion of the imagination. Few media of creation are so flexible, so easy to polish and rework, so readily capable of realizing grand conceptual structures. Yet the program construct, unlike the poet's words, is real in the sense that it moves and works, producing visible outputs separate from the construct itself... O…</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/courses/cs101-2021-5657/style?rev=1612764779&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-08T06:12:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>style</title>
        <link>https://www.cs.vassar.edu/courses/cs101-2021-5657/style?rev=1612764779&amp;do=diff</link>
        <description>The Style



Basics

In addition to following the design recipe, all code must adhere to the following basic style guidelines:

	*  Organize your program top-down, regardless of how you actual work through your wish list. The phrase “top down” means that project files consist of a general purpose statement, a data definition and a constant definition section, a main function, followed by sections for handler functions, and wrapped up by general utility functions.</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/courses/cs101-2021-5657/top?rev=1614028549&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-22T21:15:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>top</title>
        <link>https://www.cs.vassar.edu/courses/cs101-2021-5657/top?rev=1614028549&amp;do=diff</link>
        <description>CS1: Problem-Solving and Abstraction



CMPU-101 Sections 56-57 

Vassar College, Spring 2021 

Syllabus / Course Wiki 


 Welcome to our course wiki. It will be updated throughout the semester with important course information, so check here regularly.</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/courses/cs101-2021-5657/week5?rev=1615998922&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-03-17T16:35:22+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>week5</title>
        <link>https://www.cs.vassar.edu/courses/cs101-2021-5657/week5?rev=1615998922&amp;do=diff</link>
        <description>Week 5



Data with Varieties

Monday

	*  Attendance  


	*  Notes:
		*  there are still a few students who haven't been checked off for lab 3 (Mar 5th)
		*  check Campuswire channels outside of class for communications: 
			*  #office-hours, #assignments, and the Class feed</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/courses/cs101-2021-5657/week13?rev=1620843278&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-05-12T18:14:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>week13</title>
        <link>https://www.cs.vassar.edu/courses/cs101-2021-5657/week13?rev=1620843278&amp;do=diff</link>
        <description>Week 13



Higher Order Functions / Midterm II (and Review)

Monday

	*  Midterm Exam II this Friday
		*  Gradescope: &lt;https://www.gradescope.com/&gt;
		*  use your email address to login (same as for Midterm I)
		*  this will be the last exam of the semester!
		*  Review this Wednesday</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/courses/cs101-2021-5657/week15?rev=1621872937&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-05-24T16:15:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>week15</title>
        <link>https://www.cs.vassar.edu/courses/cs101-2021-5657/week15?rev=1621872937&amp;do=diff</link>
        <description>Week 14



Wrap-up / CEQs

Monday

	*  Last class!  =)  :-(  



	*  Midterm II graded! 
		*  Login to Gradescope to see your grades
		*  Stats (remember: grades are out of 75 total points (not 100)!
			*  Minimum: 58
			*  Median: 70.0
			*  Maximum: 75</description>
    </item>
</rdf:RDF>
