Intro Programming
Misconception: Students often have off by 1 errors when working with loops, which can result from mixing up > and >= as well as forgetting that arrays start at index 0.
Share Misconception: Students often have off by 1 errors when working with loops, which can result from mixing up > and >= as well as forgetting that arrays start at index 0. with FacebookShare Misconception: Students often have off by 1 errors when working with loops, which can result from mixing up > and >= as well as forgetting that arrays start at index 0. with Twitter
Use the model of Towers of Hanoi in order to help students understand recursion. To demonstrate Towers of Hanoi, use three baby ring-stacking toys and the programming language Alice.
Share Use the model of Towers of Hanoi in order to help students understand recursion. To demonstrate Towers of Hanoi, use three baby ring-stacking toys and the programming language Alice. with FacebookShare Use the model of Towers of Hanoi in order to help students understand recursion. To demonstrate Towers of Hanoi, use three baby ring-stacking toys and the programming language Alice. with Twitter
Misconception: Students think the positioning of scripts within the script area in Scratch influences the order in which they are executed.
Share Misconception: Students think the positioning of scripts within the script area in Scratch influences the order in which they are executed. with FacebookShare Misconception: Students think the positioning of scripts within the script area in Scratch influences the order in which they are executed. with Twitter
Misconception: Students have trouble understanding that when the value of a variable is reassigned its previous value is irrelevant.
Share Misconception: Students have trouble understanding that when the value of a variable is reassigned its previous value is irrelevant. with FacebookShare Misconception: Students have trouble understanding that when the value of a variable is reassigned its previous value is irrelevant. with Twitter
Misconception: Students think that when they create a new variable within a function, that function will automatically return that variable’s value when executed.
Share Misconception: Students think that when they create a new variable within a function, that function will automatically return that variable’s value when executed. with FacebookShare Misconception: Students think that when they create a new variable within a function, that function will automatically return that variable’s value when executed. with Twitter
Pagination
- Previous page
- Page 5
- Next page