Differences

This shows you the differences between two versions of the page.

Link to this comparison view

courses:cmpu224-202051:syllabus [2020/01/14 15:08] (current)
rpachecomeireles created
Line 1: Line 1:
 +<HTML>
 +<h1>CMPU-224-51 Computer Organization - Spring 2020 syllabus</h1>
  
 +<h2>Course description</h2>
 +
 +<p>This course covers the underlying principles and internal structure of computer systems, with the goal of enabling students to become better programmers and encouraging further study in the area of computer systems.
 +</p>
 +
 +<p>Topics covered include:</p>
 +
 +<ul>
 +<li>Computer system structure</li>
 +<li>Binary representation</li>
 +<li>Assembly language programming</li>
 +<li>Central Processing Unit (CPU) architecture</li>
 +<li>Program optimization</li>
 +<li>Memory subsystem</li>
 +</ul>
 +
 +<h2>Prerequisites</h2>
 +<ul>
 +<li>CMPU-102</li>
 +<li>CMPU-145</li>
 +</ul>
 +
 +<h2>Professor</h2>
 +
 +<p>Rui Meireles</p>
 +
 +
 +<p>Website: https://cs.vassar.edu/~rpachecomeireles</p>
 +
 +<p>Email: rui.meireles@vassar.edu (expected response time: 24 business-day hours, i.e. no response on weekends)</p>
 +
 +<p>Office: Sanders Physics 304</p>
 +
 +<p>Office hours: Mondays and Thursdays, 3:00-5:00 PM. Other times by appointment.</p>
 +
 +<h2>Coaches</h2>
 +
 +<p>
 +TBD
 +</p>
 +<!--
 +<ul>
 +<li>Eve Coulibaly (ecoulibaly@vassar.edu), Office hours: Mondays 5-8 PM and Tuesdays 7-10 PM at SP 307</li>
 +<li>Griffin Berlstein (grberlstein@vassar.edu), Office hours: Wednesdays 7-10 PM and Thursdays 7-10 PM at SP 307</li>
 +<li>Piper Yang (piyang@vassar.edu), Office hours: Mondays 6-8 PM, Wednesdays 6-8 PM and Sundays  3-5 PM at SP 307</li>
 +</ul>
 +-->
 +
 +<h2>Textbooks</h2>
 +
 +<ul>
 +<li>Computer Systems: A Programmer's Perspective, Third Edition by Randal E. Bryant and David R. O'Hallaron (required).</li>
 +<li>The C Programming Language, Second Edition by Brian Kernighan and Dennis Ritchie (optional).</li>
 +</ul>
 +
 +
 +<h2>Grading</h2>
 +
 +<ul>
 +<li>Participation: 5%</li>
 +<li>Lab assignments: 45%</li>
 +<li>Midterm exam: 25%</li>
 +<li>Final exam: 25%</li>
 +</ul>
 +
 +
 +<h2>Class attendance</h2>
 +
 +<p>Class attendance is not mandatory but strongly encouraged. Students are responsible for <strong>all</strong> information given in class, whether or not it is presented in any other form.</p>
 +
 +<p>If a student misses a class they should consult with classmates to find out about any information-academic, administrative, or other, that they may have missed.</p>
 +
 +
 +
 +<h2>Use of electronic devices during class</h2>
 +
 +<p>Use of electronic devices for note taking is permitted. However, devices must be in silent mode at all times so as to not disturb the class. The use of electronic devices for non-class related purposes is prohibited.</p>
 +
 +
 +
 +<h2>Lab assignments</h2>
 +
 +<p>Lab assignments shall be used to consolidate and expand upon concepts introduced in lectures.</p>
 +
 +<p>Labs will be used to work on the assignments but often won't be sufficient. Students are expected to complete assignments on their own time.</p>
 +
 +<p>There will be a new assignment roughly every other week.</p>
 +
 +<p>Late submissions shall not be accepted without a very good justification.</p>
 +
 +
 +<h2>Policy on collaboration and academic integrity</h2>
 +
 +<p>All assignments and exams must be the sole work of the student turning them in. Copying solutions is strictly forbidden.</p>
 +
 +
 +<h2>Useful student resources</h2>
 +
 +<ul>
 +<li>The Quantitative Reasoning Center (<a href="http://ltrc.vassar.edu/qrc/">ltrc.vassar.edu/qrc/</a>) helps students improve their analytical skills pertaining to quantitative subjects.</li>
 +
 +
 +<li>The Writing Center (<a href="http://ltrc.vassar.edu/writing-center/">ltrc.vassar.edu/writing-center/</a>) helps students improve the clarity and cogency of their writing.</li>
 +</ul>
 +
 +
 +<h2>Accessibility and educational opportunity</h2>
 +
 +<p>Academic accommodations are available for students registered with the Office for Accessibility and Educational Opportunity. Students in need of ADA/504 accommodations should schedule an appointment with the professor early in the semester to arrange for said accommodations.</p>
 +
 +
 +
 +<h2>Learning environment</h2>
 +
 +<p>
 +Vassar College is committed to providing a safe and respectful learning environment for all students. An environment free of all forms of discrimination and harassment, including sexual assault, domestic violence, dating violence, and stalking. Vassar College has staff members trained to support students in navigating campus life, accessing health and counseling services, providing academic and housing accommodations, helping with legal protective orders, and more:
 +</p>
 +
 +<p>
 +<ul>
 +<li>Counseling Service (<a href="http://counselingservice.vassar.edu">counselingservice.vassar.edu</a>, 845-437-5700)</li>
 +<li>Health Service (<a href="http://healthservice.vassar.edu">healthservice.vassar.edu</a>, 845-437-5800)</li>
 +<li>Charlotte Strauss-Swanson, SAVP (Sexual Assault and Violence Prevention) director (<a href="http://savp.vassar.edu">savp.vassar.edu</a>, 845-437-7863)</li>
 +<li>SART (Sexual Assault Response Team) advocate, available 24/7 by calling the CRC at 845-437-7333</li>
 +</ul>
 +</p>
 +
 +
 +<p>The SAVP website and the Title IX section of the EOAA website (<a href="http://eoaa.vassar.edu/title-ix/">eoaa.vassar.edu/title-ix/</a>) have more information, as well as links to both on- and off-campus resources.</p>
 +
 +</HTML>