2 Pages

email8QuestionsQuiz1

Course: CS 022, Fall 2009
School: UNI
Rating:
 
 
 
 
 

Word Count: 577

Document Preview

Date: Tue, 25 Sep 2001 11:49:19 -0500 (CDT) From: Mark Jacobson <jacobson@math-cs.cns.uni.edu> To: 810-022-01@uni.edu Subject: 2nd assignment, MASI (810:022 class) We are having quiz #1 next Wednesday. Assignment #2 - Due by Monday at noon, before the START of class. ----- 1. Make at least one pass through the lecture notes and handouts and related readings. Include the 1st assignment...

Register Now

Unformatted Document Excerpt

Coursehero >> Iowa >> UNI >> CS 022

Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.

Course Hero has millions of student submitted documents similar to the one below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
Date: Tue, 25 Sep 2001 11:49:19 -0500 (CDT) From: Mark Jacobson &lt;jacobson@math-cs.cns.uni.edu&gt; To: 810-022-01@uni.edu Subject: 2nd assignment, MASI (810:022 class) We are having quiz #1 next Wednesday. Assignment #2 - Due by Monday at noon, before the START of class. ----- 1. Make at least one pass through the lecture notes and handouts and related readings. Include the 1st assignment (tribute.xls) experience and lab notes/experiences. 2. Develop 8 questions over the material that you think would be possible quiz questions and/or study questions. Good stuff for you to review. Good stuff for your <a href="/keyword/fellow-classmates/" >fellow classmates</a> to review and focus on. Your questions can be True/False and/or multiple choice and/or fill in the blank and/or short answer. Do NOT have all 8 questions be one type of question. Create a .txt file using Notepad or using the cowboy.cns.uni.edu pico editor (or vi or emacs). If you type questions directly in email instead of making a separate .txt file first, be sure to CC (carbon copy) or BCC (blind carbon copy) the note to yourself. 3. After the 8 nicely laid out and formatted questions, not after each, after all of them, as the 2nd part of your note, write your answer key. A brief discussion of answers, page numbers of book, handouts that would be useful or why a term or technique or VBA example is important to focus on is appropriate for this study answer key and guide to your practice questions. You can send #3 here (the key/guide paragraph(s) discussion) as a separate note, if you wish. This #3 key/guide is NOT due by Monday at noon. Finishing it and emailing it by Wednesday morning at 10 a.m. is perfectly fine. 4. On Monday, during class, I will make a web page available that has most of these questions as a set of practice questions that everyone can look at. We can review some of them during class as we review/summarize for the 1st quiz. After class on Monday, I will add the rest of the questions that looked good and did come in by the noon deadline. As you know, I have a class at 11 a.m. so some of the email received that morning will NOT be processed until after our class. I'm sure there will be some overlap, so we probably will NOT end up with 32 * 8 = 256 questions total! --- If you write great questions, you are likely to see some of your questions on the quiz on Wednesday. 5. When you send your questions to jacobson@cns.uni.edu, please make the Subject: part of your email note say something like: Subject: Assignment #2 - 022 or Subject: Assignment 2 - 8 questions Mark ------------------------------------------------------------------------- P....

Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more. Course Hero has millions of course specific materials providing students with the best way to expand their education.

Below is a small sample set of documents:

UNI - CS - 022
Date: Wed, 19 Sep 2001 16:44:20 -0500 (CDT) From: Mark Jacobson &lt;jacobson@math-cs.cns.uni.edu&gt; To: 810-022-01@uni.eduSubject: Today's main macro, row coloring code.Hi 022 students, We have a hands-on class on Friday, in WRT 112 lab
UNI - CS - 022
Date: Fri, 31 Aug 2001 13:30 From: Mark Jacobson &lt;jacobson@math-cs.cns.uni.edu&gt; To: 810-022-01@uni.eduSubject: Not to worry.Hi 022 students, 1. You do NOT have to do anything with today's handout. It was given out so that
UNI - CS - 088
From jacobson@math-cs.cns.uni.edu Wed Jul 3 14:20:21 2002Date: Wed, 03 Jul 2002 10:06:57 -0500 (CDT)From: Mark Jacobson &lt;jacobson@math-cs.cns.uni.edu&gt;To: 810-088-06@uni.eduSubject: Take home test due Friday, July 12th.1. The take-home test i
UNI - CS - 088
Date: Thu, 18 Jul 2002 13:41:12 -0500 (CDT) From: Mark Jacobson &lt;jacobson@math-cs.cns.uni.edu&gt; To: 810-088-06@uni.eduSubject: class27.html review of today's lab. BONUS POINTSHi 088 students, The web site is http:/www.cns.uni.ed
UNI - CS - 088
Date: Fri, 26 Jul 2002 12:12 p.m. From: Mark Jacobson &lt;jacobson@cns.uni.edu&gt; To: 810-088-06@uni.eduSubject: PERL exam on Monday.Hi 088 students, We will have a PERL CGI exam on Monday. You do not have to knowany JavaScript for th
UNI - CS - 088
From jacobson@math-cs.cns.uni.edu Thu Aug 1 10:20:53 2002Date: Thu, 01 Aug 2002 10:20:30 -0500 (CDT)From: Mark Jacobson &lt;jacobson@math-cs.cns.uni.edu&gt;To: 810-088-06@uni.eduSubject: Till Tuesday for final project.Hi 088 students, Final exam
UNI - CS - 088
From jacobson@math-cs.cns.uni.edu Mon Jul 22 09:45:50 2002Date: Mon, 22 Jul 2002 09:45:12 -0500 (CDT)From: Mark Jacobson &lt;jacobson@math-cs.cns.uni.edu&gt;To: 810-088-06@uni.eduSubject: Cheat sheet due Wednesday, test extended alsoThe exam will NO
UNI - CS - 053
/ Written: Wednesday, February 6th, 2002, 2:30 p.m. during class./ Purpose: Show solution to group exercise. / Learn how to do commmand line arguments and process them/ by using the args array from the main( String[] args )
UNI - CS - 053
/ 810:053 OOP - Wednesday, February 6th handout./ The Square class inherits from or extends and specializes/ the Rectangle class. The Square class is the subclass, / and the Rectangle class is its superclass.import Rectangle;
UNI - CS - 053
/* * Wednesday, February 6th, 2002 handout to illustrate inheritance. * * * **/ class Rectangle { private final static int HOWMANYLEADINGSPACES = 12; private i
UNI - CS - 053
/ Written by: Mark Jacobson/ Handed out: Wednesday, February 6th, 2002/ Purpose: Demonstrate inheritance. / The Square class extends the Rectangle class.import Square;public class trySquare{ public static void main( Str
UNI - CS - 053
/ Inner Classes, overriding update() method to change repaint() result,/ using the isShiftKey() method to detect modifier key and mouse button click,/ and using the WindowAdapter class to allow closing the window gracefully./ Modification. Uses
UNI - CS - 053
/* One possible solution to the Wednesday, March 27th group exercise. Uses a Vector object. 1. Modify this to be a Vector of 100 Points instead of 200 Integers. 2. Modify this so that each line is a different, randomly chosen color.
UNI - CS - 053
Date: Fri, 22 Feb 2002 15:49:31 -0600 (CST) From: Mark Jacobson &lt;jacobson@math-cs.cns.uni.edu&gt; To: 810-053-01@uni.eduSubject: Quiz next Wednesday.Hi 053 students, The 2nd quiz will be next Wednesday. It will cover everything that
UNI - CS - 053
From jacobson@math-cs.cns.uni.edu Wed Feb 20 21:46:44 2002Date: Wed, 20 Feb 2002 21:46:22 -0600 (CST)From: Mark Jacobson &lt;jacobson@math-cs.cns.uni.edu&gt;To: 810-053-01@uni.eduSubject: Creating a new subclass called BallTrace.Hi Java students,
UNI - CS - 053
class Delay{ private int delayAmt; / delay or sleep amount is in milliseconds / 1000 milliseconds = 1 second Delay() { delayAmt = 1000; } Delay(double delaySeconds) { delayAmt = (int) (1000
UNI - CS - 053
Dr. Venkman and Scott in dialog. A small sample of it is shown below. The dialog with Jennifer is not shown. Jennifer and Scott are both trying to guess the hidden face of a card that Dr. Peter Venkman is holding up. Venkman: Nervo
UNI - CS - 061
* Test Two - Monday, November 25th - 810:061 * 1. Know how to do for loops and study all the examples that have used the for loop structure. 2. Know how to do the Button, Choice and the ScrollBar awt components. 3. There will be at le
UNI - CS - 061
From jacobson@math-cs.cns.uni.edu Mon Nov 4 09:56:10 2002Date: Mon, 04 Nov 2002 09:54:15 -0600 (CST)From: Mark Jacobson &lt;jacobson@math-cs.cns.uni.edu&gt;To: 810-061-01@uni.edu, 810-061-02@uni.eduSubject: Program Bouncing Ball due Friday by class ti
UNI - CS - 061
From jacobson@math-cs.cns.uni.edu Mon Nov 4 11:28:40 2002Date: Mon, 04 Nov 2002 11:28:03 -0600 (CST)From: Mark Jacobson &lt;jacobson@math-cs.cns.uni.edu&gt;To: 810-061-01@uni.edu, 810-061-02@uni.eduSubject: Recursion.As a follow-up to today's Novemb
UNI - CS - 061
Date: Friday, 01 Nov 2002 11:06 a.m. From: Mark Jacobson &lt;jacobson@cns.uni.edu&gt; To: 810-061-01@uni.edu, 810-061-02@uni.eduSubject: Try validate(); last statement in begin().Hi 061 students, If you put the validate(); statemen
UNI - CS - 061
From jacobson@math-cs.cns.uni.edu Thu Oct 24 18:11:09 2002Date: Thu, 24 Oct 2002 18:09:13 -0500 (CDT)From: Mark Jacobson &lt;jacobson@math-cs.cns.uni.edu&gt;To: 810-061-01@uni.edu, 810-061-02@uni.eduSubject: The pauses between creating new Vehicles in
UNI - CS - 061
From jacobson@math-cs.cns.uni.edu Wed Oct 23 22:14:10 2002Date: Wed, 23 Oct 2002 09:55:12 -0500 (CDT)From: Mark Jacobson &lt;jacobson@math-cs.cns.uni.edu&gt;To: 810-061-01@uni.edu, 810-061-02@uni.eduSubject: Program due Monday at the start of class, no
UNI - CS - 030
From Mark.Jacobson@uni.edu Thu Mar 2 12:57:22 2000Date: Thu, 02 Mar 2000 12:49:02 -0600 (CST)Hi 030 students, The Fill Style menu has a CONTROL ARRAY of menu choices. Every one of the 8 commands has the SAME NAME property, mnuStyle.
UNI - CS - 030
From:IN%&quot;Mark.Jacobson@uni.edu&quot; &quot;MARK JACOBSON&quot; 8-MAR-2000 14:10:17.29To:IN%&quot;810-030-01@uni.edu&quot;Subj:hsbWidth Slimer.Hi 030 students, Here is a problem that I just duplicated, and its solution.The Horizontal Scroll Bar is named hsbWidt
UNI - CS - 061
Date: Tue, 25 Feb 2003 12:35:32 -0600 (CST) From: Mark Jacobson &lt;jacobson@math-cs.cns.uni.edu&gt; To: 810-061-02@uni.eduSubject: Exam #1 on March 6th, Thursday.Hi Java students, As you know from today's class, Exam One will NOT be thi
UNI - CS - 061
Date: Tue, 11 Feb 2003 13:06:47 (CST) From: Mark Jacobson &lt;jacobson@cns.uni.edu&gt; To: 810-061-02@uni.eduSubject: Laundry Sorter due Friday by 5 p.m.Hi Java students (11 TTh), The Laundry Sorter program will be extended so that you
UNI - CS - 061
Date: Thu, 30 Jan 2003 12:50 PM From: Mark Jacobson &lt;jacobson@cns.uni.edu&gt; To: 810-061-02@uni.eduSubject: Solution to group exercise, LEFT, RIGHT. INDENTATION improved.Very important correction!When I copied and pasted the Java code
UNI - CS - 061
From jacobson@cns.uni.edu Wed Jan 22 4:10 p.m. Date: Wed, 22 Jan 2003 16:10:09 -0600 (CST) From: Mark Jacobson &lt;jacobson@math-cs.cns.uni.edu&gt; To: Frodo.Baggins@MiddleEarth.comSubject: Fixing jGrasp IDE, Java SDK compiler, usin
UNI - CS - 053
Date: Tue, 09 Apr 2002 00:24:14 -0500 (CDT) From: Mark Jacobson &lt;jacobson@math-cs.cns.uni.edu&gt; To: 810-053-01@uni.eduSubject: Example of instanceof operator in Java and PinBallHi 053 students, I had a question tonight about the vec
UNI - CS - 053
Date: Tue, 09 Apr 2002 02:04:44 -0500 (CDT) From: Mark Jacobson &lt;jacobson@math-cs.cns.uni.edu&gt; To: 810-053-01@uni.eduSubject: contains() is very nice. contain() your enthusiasm for it.The following discussion relates techniques and hi