General Policies for Dr. Plank's Classes

This policy file applies to COSC 202, 302, 307, 360 and 367. It does not apply to COSC 494/594. Please see http://web.eecs.utk.edu/~jplank/plank/classes/cs494/494/index.html for the policies for that class.

Canvas

I use Canvas for the following: Please note: I don't use Canvas to do final grade determinations. So, please don't take your Canvas grades as your final grade. Your final class grade (and your exam grades) will be communicated to you personally via Canvas. Please see the link below about final grades.

Piazza

I use Piazza as a way for you to ask questions of each other, and of the TA's and sometimes me. A few things about Piazza:

Grading

Please see this link for how your grades are calculated.

Class Attendance

Class attendance is mandatory. I will take attendance using Turning software or by other means.

You have six "free" absences. Please do not email me to be excused from class. If you need to miss more than six classes, then accept the penalty or drop the class.

Please see the "final grades" link above for how attendance is graded.

If I'm on travel, I will teach through zoom. Those classes will be rare.


Lab Attendance

COSC 202, 302 and 307: Like class, lab attendance is mandatory. You can skip one of them without penalty. As with class attendance, please do not email me to be excused from lab. Please plan your semester accordingly.

When a lab is 90 or 120 minutes, then it is partitioned into two sessions. In the first, you will do one or more Topcoder/Leetcode problems. Your attendance won't count unless you finish the problems that you are required to finish, so if you are 30 minutes in and struggling, make sure you ask the TA's for help.

In the second half, the TA's will help you with the next lab. I know from experience that a bunch of you will be working on the previous lab, even though you're eating late points for it, and you will have questions. The TA's will answer those, so long as no one has questions about the current lab. In other words, current lab questions get strict priority over previous lab questions.

If the lab session is only one hour, then you only do the topcoder.

I don't care which lab session you attend, so long as you attend one of them. If we end up having space issues, you'll need to go to the session for which you are enrolled; however, if there is space, I'm flexible. You may want to bring your laptop, especially if you prefer to work on it rather than a lab machine.

COSC 360/367: Besides the first lab, lab attendance is optional. The TA's will be there to help you, and they may present material that they find helpful. However, the lab sessions are optional. The only exception to this is when I announce that you must attend lab. Often this is for a quiz.


Homework Stuff

I typically call homeworks, "labs." Sorry if that's confusing -- you can typically differentiate homework-lab vs. lab-lab from the context in which the word "lab" is used.

In general, labs will be due at 2:00 AM on Sunday night (Monday morning, really). I won't let you work all night on monday night, because then you either sleep through your classes on tuesday or you skip them. The lab deadlines will be firm. The late policy is simple: you lose 10 percent for each day (uncompounded) that the lab is late. After 7 days, you will not get credit. The TA's will make every attempt to get your labs graded and back to you within a week of the lab submission.

There will be a correctness script for each lab. That is what the TA's will execute to test the correctness of your code. It will be worth 85 percent of your grade for each lab. These scripts help you in three ways:

  1. You will have an easier time testing your code for correctness.
  2. The TA's turnaround time on grading will be quicker.
  3. The TA's effort in grading will be less, freeing them up for more office hours.
The TA's will grade your code on the department lab machines. That means that before you submit your code, you should test it on the lab machines (hydras). If it works on your Ubuntu laptop, Windows laptop, your Macbook or your Pi, that is no guarantee that it will work on the lab machines. Port it and test. Also, do your testing outside of VS Code, because sometimes its shell support is quirky (I'm happy for you to use VS Code to develop and write, and even test -- just do the final testing outside of it).

You must perform your labs alone. Obviously, you may talk about your labs with the TA's and with other students, but when it comes time to write the lab, you must write your own code. Otherwise, it is plagiarism.

A corollary of this is to protect your directories so that no one can read them. If you do all of your work in ~/cs202, then right now, do:

UNIX> chmod 0700 ~/cs202
If someone cheats off of you, chances are we cannot determine that, since file access times can be modified. In the past, when I have discovered cheating, both parties (cheater and cheatee) get zeros. Protect yourself.

New for Fall, 2023: You get seven "free" late days. I'll apply them at the end of the semester in the most advantageous way to you (I'll write a dynamic program). As a corollary, I will not grant extensions or exceptions on request, so please don't email me. These "free" days are to handle your emergencies.


Homework Submission

Homework submission will be via Canvas. The lab writeup will tell you what to submit. Please submit exactly what you are asked to submit -- no more, no less. These classes are large, and every exception that you make burns the TA's time (or mine). Please pay attention to what you are submitting.

Textbook / Lecture Notes

None of these classes have required textbooks. Instead, I have written lecture notes that are the main reference material. If you see typographical errors in my lecture notes, or mistakes, please let me know, and I will fix them asap.

TA's and Help

The primary place for you to receive help with your labs is during lab time and during the TA's office hours. The class is organized so that you can get help starting your labs during the lab time. As you work on your labs during the week, you should solicit help and comradery from other classmates, and the TA's will have office hours every day during the week. You can try to contact TA's during non-office-hours as well -- However, they are students taking full course loads, so their responses will be best effort.

Over the weekend, you're back on your own, and again you should solicit help and support from your classmates. You may try to email the TA's, but again, they may not respond. They have lives too. Obviously, use Piazza at all times -- often that will get you more rapid help than emailing TA's.

I shouldn't have to write this, but history requires me to. While I love you, and the TA's love you, this class is not our only responsibility during the semester. Similarly, you are taking other classes, so this class is probably not your only responsibility. Think about that when you do things. For example, a few years ago, a student resubmitted a late lab whose score was obviously going to be lower than his first submission. He submitted it because he was proud of finishing it, and wanted the TA to know. The TA, who was swamped with other classes, simply regraded the submission and gave the student the lower score. The student was outraged -- all he wanted was a pat on the back!! Who was at fault? Everybody had good intentions. However, the student should have used the proper channels -- if he wanted an "attaboy," he should have emailed the TA seperately or gone through office hours. This may seem picky, but a matter like this cost everyone time and emotional drama. Including me. The bottom line is to think about your actions before you do them.


Help Each Other!

You are all brothers and sisters in this class. While I'm not the biggest fan of interpersonal interaction and conversation, even I will admit that you learn many unexpected and valuable things through interaction. This is when you are both soliciting help and providing it. I encourage you to try to help each other. Piazza is a great vehicle for this.

University Resources

The Academic Success Center provides academic coaching, and tutoring for many subjects. You can request support for my class if you don't see it on the list of available offerings.

My Pet Peeves

I go over these on the first day of class, but I also write them down so that you have reference material. Every teacher has his/her own style, and after 30+ years of teaching, I know mine pretty well. This list doesn't apply to all teachers -- just me.

Warm and Fuzzies


C++ 11

In COSC 202, 302 and 307, We use C++ 11. Your TA will compile your code with the -std=c++11 flag, and if it doesn't compile, it is getting kicked back to you with late points. That means that when you develop your code, you need to make sure that it compiles with -std=c++11.

Mitigating your emotions with this decision. I understand that 2011 was a long time ago, and that in the years between then and now, technology and computer programming have come a long way. You may worry that what you are learning is going to put you at a disadvantage in job applications. I believe that this is unfounded. In this class, you not only are learning fundamental algorithms that give you tools for solving all sorts of computer-related problems, but you are also learning how to program in such a way that you actually understand what you are doing, and for the most part what your computer is doing. Learning to program in the manner in which I am teaching you makes you a stronger programmer, and later in your life, if and when you decide to move beyond what I am teaching, you will be better for it.

Yes, I am old. I first learned to program as a college freshman in 1984. I don't program using the newest standards and tools. However, within the recent past, I have managed a very large, long-lived, multi-developer programming project; I have done thorough examinations of the source code of very successful computer companies; I have exported open-source code that has been in use by many of the top companies in the business. So, even though I am old, I am wise, and I don't restrict you to C++11 because I am old, but because I am wise. I believe very firmly that I am doing you a service with this decision.

A corollary of this is that when you do your job interview, and they make you program, you can let them know that your dogmatic professor made you program in C++11. If that will be a problem for hirability, then you'll have to bone up on a later version of C++, or simply program with Python like everyone else.


Commenting Your Code

You will be graded on commenting. Something like 10%. You should comment your code by blocks of comments at the beginning of your files, and before subroutines. Variables should be commented inline. You may also want to comment large blocks of code. You should not comment with a ``running commentary'' to the right of your code, because that is often useless, hard to maintain, and disconcerting. I have seen comments like the following:
  if (i == 0) {               /* If i equals zero */
    return;                   /* then return */
  } else {                    /* otherwise */
    exit(1);                  /* exit with a value of one */
  }
The above is an extreme example, but don't let it happen to you.

Here's an example of what I would consider a well documented program:

 
#include <stdio.h>

/* sumnsquared.c
   Jim Plank
   August 23, 1998

   This program prompts for and reads a value n from standard
   input, and then calculates and prints the sum of squares
   from one to n.  It uses a for loop instead of using the 
   closed form expression.
   */


main()                     /* Side note: in 1998, main() didn't have to have a type. */
{
  int n;                   /* The value */
  int sum;                 /* The running sum of squares */
  int i;                   /* An induction variable */

  /* Prompt for and read in a value of n */

  printf("Enter a value n: ");
  fflush(stdout);
  if (scanf("%d", &n) != 1) {
    exit(1);
  }
  
  /* Calculate sum for each value of i from one to n */

  sum = 0;
  for (i = 1; i <= n; i++) sum += (i*i);

  /* Print the final summation */

  printf("%d\n", sum);
}

Here's a guide on indentation that you may want to follow.