Thursday, September 15, 2011
Wednesday, August 24, 2011
project 1B
Sorry about the gradesheets, the marks are for project 1B I just merged them into the wrong document.
I will remedy this asap and resend them all asap.
I will remedy this asap and resend them all asap.
Thursday, August 18, 2011
Project 2 due date
The due date of project wasn't shown on the brief (I apologize for the slip), but as it says in the course outline timeline it is due the Thursday the week after the break (the 8th of September).
I'll also repeat this in the tutorial.
I'll also repeat this in the tutorial.
Monday, August 8, 2011
Project 2 brief
Project 2 Brief
http://www.firstyeardesign.com/files/dsdn142proj2outline.pdf
Lecture...
http://www.firstyeardesign.com/files/interactionlecture.pdf
Thursday 11 August interim ideas presentations + blog updates with experiments.
http://www.firstyeardesign.com/files/dsdn142proj2outline.pdf
Lecture...
http://www.firstyeardesign.com/files/interactionlecture.pdf
Thursday 11 August interim ideas presentations + blog updates with experiments.
Tuesday, July 19, 2011
Saturday, July 16, 2011
Mandatory attendance in lectures and tutorials
In this course 80% attendance means:
- attend at least 9 out of 11 lectures
- attend at least 18 out of 23 tutorials
- attend at least 9 out of 11 lectures
- attend at least 18 out of 23 tutorials
Hand-in of the algorithm exercise this Monday, 18th July
Please hand-in at the beginning of your tutorial:
1. One A3 (or similar size square format) handmade creation and an accompanying written algorithm that describes the process used to create it.
2. Blog showing your development. Please don't forget to email your blog URL to Steven. Please also upload a picture or scan of your final and the accompanying algorithm onto your blog.
Please make sure that your full name is clearly written on your physical creation.
1. One A3 (or similar size square format) handmade creation and an accompanying written algorithm that describes the process used to create it.
2. Blog showing your development. Please don't forget to email your blog URL to Steven. Please also upload a picture or scan of your final and the accompanying algorithm onto your blog.
Please make sure that your full name is clearly written on your physical creation.
General comments about the first exercise
What we're looking for is a 'structure' (drawings or a physical models) that you design as a result of experimentation using algorithmic thinking. Essentially we are looking at how repeated instructions can create different structures based on different inputs.
If you remember in the algorithm exercise sheet we handed to you in the lecture where we asked you to write an algorithm and a repetition.
Say for your algorithm, you specify a line 1 unit down, then two units to the right and 1 unit up. You get |__ __| shape if you were to draw it. Now in the repetition, if you were to specify it to repeat that algorithm by moving it down 1 and right 1, you would get a pattern like:
|__ __|__ __|__ __ |
|__ __|__ __|__ __|
|__ __|__ __|__ __|
etc....
Now if I were to change the repetition to repeat moving down 1, right 2, you would get:
|__ __|__ __|__ __|
|__ __|__ __|__ __|
|__ __|__ __|__ __|
Now what if you were to repeat by down 1, right 3? or down 2, right 2? How would it look when you put them side by side or one above another? What if you changed the lines to circles? Algorithm: Draw a circle 1 Radius, Repeat right 1, down 1, increase radius by 1?
We are trying to get you to think how you could use a simple algorithm along with an repetition sequence to create different types of structures, because when you do programming, you will see that it's largely repeating one set of graphics (algorithm) using a repetition modifier parameter.
If you remember in the algorithm exercise sheet we handed to you in the lecture where we asked you to write an algorithm and a repetition.
Say for your algorithm, you specify a line 1 unit down, then two units to the right and 1 unit up. You get |__ __| shape if you were to draw it. Now in the repetition, if you were to specify it to repeat that algorithm by moving it down 1 and right 1, you would get a pattern like:
|__ __|__ __|__ __ |
|__ __|__ __|__ __|
|__ __|__ __|__ __|
etc....
Now if I were to change the repetition to repeat moving down 1, right 2, you would get:
|__ __|__ __|__ __|
|__ __|__ __|__ __|
|__ __|__ __|__ __|
Now what if you were to repeat by down 1, right 3? or down 2, right 2? How would it look when you put them side by side or one above another? What if you changed the lines to circles? Algorithm: Draw a circle 1 Radius, Repeat right 1, down 1, increase radius by 1?
We are trying to get you to think how you could use a simple algorithm along with an repetition sequence to create different types of structures, because when you do programming, you will see that it's largely repeating one set of graphics (algorithm) using a repetition modifier parameter.
Sunday, July 3, 2011
Subscribe to:
Posts (Atom)