Yr9 Blog 2
Title: | Second YR9 Lesson with REPL.it | Date: | 6/12/17 |
Starting point: | Second Lesson Back with REPL.IT |
Target for this lesson? | To improve my usage of loops. |
Did I reach my target? (add details to "Lesson Review") | Not as I had hoped as I got stuck on lots of the given questions which subsequently lessened my lesson time in class. Due to this I don't think I performed to my best ability in the lesson. As well as the fact that during the lesson I was quite confused. |
Lesson Review |
How did I learn? What strategies were effective? |
At the start of the lesson my teacher gave a very helpful talk on what we were doing and what it meant and even though he went over it a couple of times I was still confused on how to apply it to my work. I was going to ask him in the lesson but I was stopped by the fact that lots of other people aso had questions and by the end of the lesson more people than just myself had questions that were unanswered. |
What limited my learning? Which habits do I need to work on? |
The thing that most limited my learning was my confusion from the talk he gave which meant that by that point I didn't understand vital parts of the coding language and subsequently didn’t do the work correctly. |
What will I change for next time? How will I improve my learning? |
Next time hopefully I will be more independant and work out the work for myself which I should’ve done in the lesson rather than relying on my Teacher for guidance on everything that I needed. https://sites.google.com/challoners.org/computing-resources/home Computing Resources. |
My Homework :
My Laptop Was Glitching so I did the answers on my Blog Post:
Question 1
No
Yes
Yes
Yes
Question 2
10
20
19
20
Question 3
While()
For()
While()
For()
Question 4
Part A
money = 100
while money < 100:
print(“Put More Money In Me”)
for money in range (100):
break
Part B
months = 12
while months != 12:
for months in range(12):
print("Pay")
break
Written on December 12, 2017