IB Computer Science Year 2 Standard Level - September 3 2018 Lesson Notes
What are we going to learn today?[edit]Welcome to IB Computer Science! Today we will:
# Python program...describe how this program works.
from random import randint
names = ["Conor", "Esther", "Jonty", "Elwin", "Elise"]
index = randint(0, len(names) - 1)
print(names[index])
# I will remind you about len()
|
What is our home learning?[edit]
|
How am I being assessed today?[edit]I will assess you formatively today, and make a professional judgement to what extent you understand our learning material. I will use observation, your written work, answers to questions, and contribution to class discussions as data to make my decisions. I will also ask you to complete a self-assessment which I will use to help me guage how well you think you understand our material in class. |
|
As a computer scientist, you have:[edit]
|
|
Credits[edit] |