Development Methods
Misconception: Students frequently forget to close tags or other paired constructs when writing HTML and CSS code, this error is called unclosed pairs. To help prevent this, have students write both open and close HTML tags before adding content.
Share Misconception: Students frequently forget to close tags or other paired constructs when writing HTML and CSS code, this error is called unclosed pairs. To help prevent this, have students write both open and close HTML tags before adding content. with FacebookShare Misconception: Students frequently forget to close tags or other paired constructs when writing HTML and CSS code, this error is called unclosed pairs. To help prevent this, have students write both open and close HTML tags before adding content. with Twitter
Model how to analyze code by walking through each statement to help students engage with their code and better understand their programs.
Share Model how to analyze code by walking through each statement to help students engage with their code and better understand their programs. with FacebookShare Model how to analyze code by walking through each statement to help students engage with their code and better understand their programs. with Twitter
Students have trouble seeing the connection between models (UMLs, etc.) and code so they only want to focus on coding, a problem when teaching modeling.
Share Students have trouble seeing the connection between models (UMLs, etc.) and code so they only want to focus on coding, a problem when teaching modeling. with FacebookShare Students have trouble seeing the connection between models (UMLs, etc.) and code so they only want to focus on coding, a problem when teaching modeling. with Twitter
Loosen your requirements for style sometimes to keep students motivated to write programs, this is especially relevant when students come from an engineering background.
Share Loosen your requirements for style sometimes to keep students motivated to write programs, this is especially relevant when students come from an engineering background. with FacebookShare Loosen your requirements for style sometimes to keep students motivated to write programs, this is especially relevant when students come from an engineering background. with Twitter
Misconception: When passing arrays in C/C++ students often forget to pass in the size of the array and to use [] (square brackets) to make the variable an array.
Share Misconception: When passing arrays in C/C++ students often forget to pass in the size of the array and to use [] (square brackets) to make the variable an array. with FacebookShare Misconception: When passing arrays in C/C++ students often forget to pass in the size of the array and to use [] (square brackets) to make the variable an array. with Twitter
Provide specific ways to get additional practice on material (e.g., Linked lists) because teachers often underestimate the amount of practice students need to solidify course concepts.
Share Provide specific ways to get additional practice on material (e.g., Linked lists) because teachers often underestimate the amount of practice students need to solidify course concepts. with FacebookShare Provide specific ways to get additional practice on material (e.g., Linked lists) because teachers often underestimate the amount of practice students need to solidify course concepts. with Twitter
Encourage students to write instructions that a 5-year old could follow to give them a technique for problem solving and planning their programs.
Share Encourage students to write instructions that a 5-year old could follow to give them a technique for problem solving and planning their programs. with FacebookShare Encourage students to write instructions that a 5-year old could follow to give them a technique for problem solving and planning their programs. with Twitter
Explain that using objects/classes helps students keep their programs organized to motivate the use of object oriented programming, some students need extra help understanding its importance.
Share Explain that using objects/classes helps students keep their programs organized to motivate the use of object oriented programming, some students need extra help understanding its importance. with FacebookShare Explain that using objects/classes helps students keep their programs organized to motivate the use of object oriented programming, some students need extra help understanding its importance. with Twitter
Have students compete calculating to the 50th Fibonacci number, one team of humans doing the math versus a team students writing a program to stress the importance of computing for calculations.
Share Have students compete calculating to the 50th Fibonacci number, one team of humans doing the math versus a team students writing a program to stress the importance of computing for calculations. with FacebookShare Have students compete calculating to the 50th Fibonacci number, one team of humans doing the math versus a team students writing a program to stress the importance of computing for calculations. with Twitter
Pagination
- Previous page
- Page 18
- Next page