Announcements

For all questions/comments related to the course.
Moderator: Qi Han

Announcements

Postby Qi Han » Sun Aug 30, 2009 8:08 am

This forum is being used for general concepts and questions related to lectures, homework assignments and projects. You may subscribe to the forum to be able to receive email alerts. Important announcements and homework assignments will be posted here, so you don't want to miss them. See http://ore.mines.edu/phpbb/viewtopic.php?t=2124 on how to set up the subscription.
User avatar
Qi Han
Moderator
Moderator
 
Posts: 165
Joined: Tue Aug 16, 2005 4:11 pm
Location: Chauvenet Hall 124

Re: Announcements

Postby Qi Han » Tue Sep 22, 2009 9:40 pm

There are a few things I'd like to bring to your attention.

1. I added a few clarifications or hints for Homework assignment 3, please check Blackboard for that.

2. HW2 solutions are now available on Blackboard, and HW3 solutions will be available after 6pm on Thursday.

3. There is no class this coming Thursday since I will be on a business trip, but HW4 will be available on Blackboard after noon of Thursday.

4. Quiz1 is next Tuesday after we go over HW3.

5. When you review for the quiz, feel free to post questions here or email me.
User avatar
Qi Han
Moderator
Moderator
 
Posts: 165
Joined: Tue Aug 16, 2005 4:11 pm
Location: Chauvenet Hall 124

Re: Announcements

Postby ngerstle » Wed Sep 23, 2009 12:16 pm

Hi- I'm Nick Gerstle, the TA.
Apologies for the grading on the first homework- the keys are somewhat old and have multiple errors, and I discovered them as I was grading.
I'll try and keep an eye on the ore forums when the programming heavy homework shows up.
In terms of the homework, please realize that there are a number of you in the class, and I don't have all the times in the world to trace where you may have (or may not have) made a mistake in the homework. Work with others and go over the problems when you get it back. If you still have questions, I'm happy to look at it.
Enjoy the class!
Nick Gerstle
ngerstle
Systems nut
Systems nut
 
Posts: 20
Joined: Thu Jan 08, 2009 10:39 pm

Re: Announcements

Postby gmotzner » Wed Sep 23, 2009 5:41 pm

Any chance you could post a copy of announcements on BB too?
gmotzner
Brand new
Brand new
 
Posts: 1
Joined: Wed Sep 23, 2009 5:34 pm

Re: Announcements

Postby Qi Han » Mon Oct 12, 2009 1:28 pm

The midterm exam will be on 10/22 (the Thursday after fall break, not before). We still have regular lectures this week.
User avatar
Qi Han
Moderator
Moderator
 
Posts: 165
Joined: Tue Aug 16, 2005 4:11 pm
Location: Chauvenet Hall 124

Re: Announcements

Postby Qi Han » Thu Oct 22, 2009 9:27 pm

An extra credit project is now in Blackboard and it's due in a week.
User avatar
Qi Han
Moderator
Moderator
 
Posts: 165
Joined: Tue Aug 16, 2005 4:11 pm
Location: Chauvenet Hall 124

Re: Announcements

Postby Ian Littman » Thu Nov 05, 2009 6:58 pm

On the instruction set assignment, the code reads:

sum = 0;
for (k = 0; k < n; k++)
{
sum += k;
}

Going by the parameters declared, shouldn't it read

sum = 0
for (k = 0; k < n; k++)
{
sum += list[k]
}

???
Ian Littman
Brand new
Brand new
 
Posts: 3
Joined: Thu Sep 03, 2009 11:04 am

Re: Announcements

Postby Qi Han » Thu Nov 05, 2009 9:43 pm

Thanks, Ian, for catching that. Yes, it can be read like what you said. However, I made things a little simpler, see the updated homework description on Blackboard.
User avatar
Qi Han
Moderator
Moderator
 
Posts: 165
Joined: Tue Aug 16, 2005 4:11 pm
Location: Chauvenet Hall 124

Re: Announcements

Postby Ian Littman » Sat Nov 07, 2009 2:39 am

Extra point for implementing an array-based sum like I assume the original intention was? :-)
Ian Littman
Brand new
Brand new
 
Posts: 3
Joined: Thu Sep 03, 2009 11:04 am


Return to Concepts, Projects, and Lounge

Who is online

Users browsing this forum: No registered users and 1 guest

cron