IST_Individual_Task

Update of "Process diary (25%)"
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: f8ecfe4202df9dc603ff8695b7e0cc17dad56253
Page Name:Process diary (25%)
Date: 2012-09-20 02:39:51
Original User: Jax_Star
Parent: 09d9ecfff615e86c12f0927627fb21d65ad7b2f1 (diff)
Next 081f4ef85ffeb538636852e5bbf8ff2fe9b4359f
Content

For each lesson and prep. It needs to be explaining what you have achieved and what you have learnt.

29th Aug - We were told to make a page (or pages) that would outline the project (and marks) - We also had to make a page for a process diary that would keep track of all our process and achievements

4th Sep - Today I worked on the NCSS Python Challenge I completed the first question "Middle Number" in the first period and set to work on the second question "What Did Zou Saz"

Here is the code for Q1. (<tab> is where a tab is inserted)
def find_middle(a, b, c):
<tab>if a >= b:
<tab><tab> if b >= c:
<tab><tab><tab> return b
<tab><tab>elif a >= c:
<tab><tab><tab>return c
<tab><tab>else:
<tab><tab><tab> return a
<tab>elif b >= a:
<tab><tab>if a >= c:
<tab><tab><tab>return a
<tab><tab>elif c >= b:
<tab><tab><tab>return b
<tab><tab> else:
<tab><tab><tab> return c

12 Sep - The python challenge had ended and then came the time for me to chose the subject my individual project would be based on and I already knew it would come down to programming or networking. I have just come out of programming from the python challenge and that would be an advantage in the task but there is also the factor that the constant programming would become a drag and I would be less productive than if I had done the networking. I will have to decide my subject before next lesson so I do not fall too far behind.

20th Sep - Today we made sure that we were up to date and we had a look at a simple switch and made sure we knew how it worked. We also had a look at the TAS servers and saw where all the stuff we did goes (even this)