We will meet in the board room at 25N at 5:45 tonight.
Tonight’s Agenda:
- Welcome & Introductions
- What are some key concepts of computer science that we will learn?
- Intro to Scratch – https://scratch.mit.edu/
- Makey Makey – https://youtu.be/rfQqh7iCcOU
- Sample AP Exam Question
#10. Consider the code segment:
IF [onTime] DISPLAY "Hello." ELSE IF [absent] DISPLAY "Is anyone there?" ELSE DISPLAY "Better late than never."
If the variables onTime and absent both have the value false, what is displayed as a result of running the code segment?
a.) Is anyone there?
b.) Better late than never.
c.) Hello. Is anyone there?
d.) Hello. Better late than never.
Check out this fun Scratch Project to help illustrate the answer!
https://scratch.mit.edu/projects/95239704/
See you at tonight’s meeting!