1. List four concepts you understand completely, give an example.

» I completely understand the creative part of coding such as:

  • Making different designs (art)

download.pngdownload.png

  • Making a collaboration of beats to make a song

download.png

 » I completely understand the inputted lists of functions such as:

  • download.png
  • download.png

 

2. List two or more concepts that you have experienced growth, give an example.

» I have experienced growth with what the scripts execute, such as:

  • The execution of:

download.png

  • The execution of:

download.png

» I have experienced growth with what the scripts display, such as:

  • download.png (It’s supposed to display the number 3)
  • download.png (It displays nothing since there is no input)

 

3. List the areas that you struggle with, give an example.

» I struggle with the math within the functions such as:

  • download.png

 

4. List the concepts where you are completely stuck, give examples.

» I’m completely stuck on Pseudo code such as:

  • a ← INPUT ()

b ← 2

DISPLAY (a MOD b)

  • w ← 25

x ← 100

y ← true

z ← false