2013-03-15

CSC 104 Slog-Week Nine (Mar 11th - Mar 17th)

CSC 104 Slog-Week Nine (Mar 11th - Mar 17th)
Something new learned in the class:
[Computer system]
We took the test this Thursday    so we didn’t take the class and learn anything about the computer system.
[Dr.Racket]
  sierpinski: produce triangles
(define (sierpinski d)
(cond
[(zero? d) (triangle 10 "solid" "green")]
[else
    (above (sierpinski (- d 1))
     (beside (sierpinski (- d 1)) (sierpinski (- d 1))))]

-----While when I was looking for the image of sierpinski I found an interesting one which uses the same theory :D



Challenges I met this week
  Preparing the test is a really hard task for me since I have a lot of activities to do recently. I woke up at 7 that morning and finished my sheet. Fortunately I reviewed the reverse-string function at that time and we had it tested on the test paper lol.


The test/quiz/assignment
We took the test this Thursday, feeling that it wasn’t hard lol. 

But I am not sure about the long-term questions. Maybe I should work more on the computer system part next time :)


❤Feedback to other's blogs

I found a really funny and good-looking slog this week! It is from http://virumandi2004.blogspot.ca/ I can't find his/her profile though :( Anyway I left a message "Your slog looks really good? How did you make your background be like this? :D" to he/she to ask about how to change the background. But I found the way to change it myself before he/she reply, which is good. :)

Yeahhhh! I got a beautiful background for my slog too!

No comments:

Post a Comment