Displaying 11 resources
The Nine Event Types in Alice
Grades: 10 to 12, Community College to GraduateSubjects: No subjects selected.In this lesson, students will be introduced to the nine event types used in the Alice programming environment.Contributor: CTE OnlineViews: 0Favorites: 0Testing for Prime Numbers with Predicate Blocks in BYOB/Scratch: A Scaffolding Tool for Teaching Boolean Expressions in AP Computer Science
Grades: 10 to 12, Community College to GraduateSubjects: No subjects selected.This lesson is primarily directed at the Advanced Placement Computer Science class which is taught using Java. BYOB/Scratch ser...Contributor: CTE OnlineViews: 0Favorites: 0Recursion
Grades: 10 to 12, Community College to GraduateSubjects: No subjects selected.This lesson will introduce the algorithmic process known as recursion. This process involves a method that calls itself. Recur...Contributor: CTE OnlineViews: 0Favorites: 0Loop Structure
Grades: 10 to 12, Community College to GraduateSubjects: No subjects selected.This lesson introduces students to the different types of repetition structures: the for loop, the while loop, and the do while ...Contributor: CTE OnlineViews: 0Favorites: 0Logical Structure
Grades: 10 to 12, Community College to GraduateSubjects: No subjects selected.This lesson introduces the students to a practical understanding of logical strutures in java programming. They will be able to...Contributor: CTE OnlineViews: 0Favorites: 0Getting Started With BYOB/Scratch: How to Build a Block
Grades: 10 to 12, Community College to GraduateSubjects: No subjects selected.CREATE VISUAL DESIGNS USING CUSTOM SCRATCH BLOCKS BYOB is an extension of Scratch wh...Contributor: CTE OnlineViews: 0Favorites: 0Generating Number Series with Reporter Blocks in BYOB/Scratch: A Scaffolding Tool for Teaching Java Methods in AP Computer Science
Grades: 10 to 12, Community College to GraduateSubjects: No subjects selected.This lesson is primarily directed at the Advanced Placement Computer Science class which is taught using Java. As an extensio...Contributor: CTE OnlineViews: 0Favorites: 0Decomposition and Abstraction Working Together
Grades: 10 to 12Subjects: No subjects selected.In order to master complex problems, two key tools one needs in their thinking toolbox are decomposition and abstraction, concep...Contributor: CTE OnlineViews: 0Favorites: 0Decision Making
Grades: 10 to 12, Community College to GraduateSubjects: No subjects selected.This lesson introduces students to java programming concepts of decision making. They will learn programming constructs like if...Contributor: CTE OnlineViews: 0Favorites: 0Creating a Number Guessing Game in BYOB/Scratch: A Scaffolding Tool For Teaching Binary Searching in AP Computer Science
Grades: 10 to 12, Community College to GraduateSubjects: No subjects selected.The goal of this lesson is to use a number guessing game as a scaffolding tool for teaching the concept of binary searching. Th...Contributor: CTE OnlineViews: 0Favorites: 0Creating a Method and Calling it with an Event in Alice
Grades: 10 to 12, Community College to GraduateSubjects: No subjects selected.In this lesson, students will create a method to move an object. Students will call the method using an event.Contributor: CTE OnlineViews: 0Favorites: 0