Data Structures
Justify the reason that Java Strings are immutable by showing how Strings might be packed together in the heap to help students resolve incomplete understandings in their mental model.
Share Justify the reason that Java Strings are immutable by showing how Strings might be packed together in the heap to help students resolve incomplete understandings in their mental model. with FacebookShare Justify the reason that Java Strings are immutable by showing how Strings might be packed together in the heap to help students resolve incomplete understandings in their mental model. with Twitter
Tell students that the data structure linked lists were used for the human genome sequencing project to motivate the value of this structure and increase interest.
Share Tell students that the data structure linked lists were used for the human genome sequencing project to motivate the value of this structure and increase interest. with FacebookShare Tell students that the data structure linked lists were used for the human genome sequencing project to motivate the value of this structure and increase interest. with Twitter
Have students brainstorm about the data structure Pandora uses for playlists to help motivate arraylists or linked lists through comparison to everyday life.
Share Have students brainstorm about the data structure Pandora uses for playlists to help motivate arraylists or linked lists through comparison to everyday life. with FacebookShare Have students brainstorm about the data structure Pandora uses for playlists to help motivate arraylists or linked lists through comparison to everyday life. with Twitter
Misconception: Students incorrectly assume that Java’s substring method is destructive and wrongly anticipate the original string will change.
Share Misconception: Students incorrectly assume that Java’s substring method is destructive and wrongly anticipate the original string will change. with FacebookShare Misconception: Students incorrectly assume that Java’s substring method is destructive and wrongly anticipate the original string will change. 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
Explain that arrays work like a dresser of clothing to help students understand this abstract data structure by relating it to structures they know.
Share Explain that arrays work like a dresser of clothing to help students understand this abstract data structure by relating it to structures they know. with FacebookShare Explain that arrays work like a dresser of clothing to help students understand this abstract data structure by relating it to structures they know. with Twitter
Misconception: Students have difficulty using the correct data types in Java because their go-to data type is int most of the time.
Share Misconception: Students have difficulty using the correct data types in Java because their go-to data type is int most of the time. with FacebookShare Misconception: Students have difficulty using the correct data types in Java because their go-to data type is int most of the time. with Twitter
Pagination
- Previous page
- Page 6
- Next page