<?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-12T10:02:59+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/courses/cs102-202051/labs/lab1?rev=1580266975&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/courses/cs102-202051/schedule?rev=1587926528&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/courses/cs102-202051/week3?rev=1580941862&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.cs.vassar.edu/courses/cs102-202051/labs/lab3?rev=1581486304&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/cs102-202051/labs/lab1?rev=1580266975&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-01-29T03:02:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>lab1</title>
        <link>https://www.cs.vassar.edu/courses/cs102-202051/labs/lab1?rev=1580266975&amp;do=diff</link>
        <description>Lab #1

The main purpose of this initial laboratory exercise is to:

	*  Practice programming in Java
	*  Consolidate knowledge pertaining to the 3 pillars of OOP and their application in Java.
		*  If you want a refresher on these pillars





What to do - in just 31 easy steps!



1. Launch BlueJ (or your favorite IDE).</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/courses/cs102-202051/schedule?rev=1587926528&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-04-26T18:42:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>schedule</title>
        <link>https://www.cs.vassar.edu/courses/cs102-202051/schedule?rev=1587926528&amp;do=diff</link>
        <description>Schedule

This table lists the topics and when each is covered. The link in the first column connects 
this page to the lecture notes and homework that we will be working on for the corresponding week. The 
third column lists the sections in our textbook that we will cover. The Tue/Thu columns list the lecture dates.</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/courses/cs102-202051/week3?rev=1580941862&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-05T22:31:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>week3</title>
        <link>https://www.cs.vassar.edu/courses/cs102-202051/week3?rev=1580941862&amp;do=diff</link>
        <description>Week 3



Tuesday

	*  I have a small homework assignment for you to do this week. It is good practice! We also have a lecture and some debugging based on last week's lab. A few links to share too.
	*  Can we **protect** a java class?
	*  The Curious Case of Strings, a reference
	*  [Today's lecture notes]

Wednesday

	*  lab 2 still to come...</description>
    </item>
    <item rdf:about="https://www.cs.vassar.edu/courses/cs102-202051/labs/lab3?rev=1581486304&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-12T05:45:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>lab3</title>
        <link>https://www.cs.vassar.edu/courses/cs102-202051/labs/lab3?rev=1581486304&amp;do=diff</link>
        <description>Lab #3 The Matrix Class

The main purpose of this lab exercise is to use the Java constructs we have been studying:

	*  Arrays
	*  Control flow statements (conditionals and loops)
	*  Class and method creation
	*  Text output

We will accomplish this goal by writing an application that can add and subtract two like
matrices. A Matrix is simply a 2 dimensional array, or an array of arrays.</description>
    </item>
</rdf:RDF>
