Displaying 1-20 of 28 resources
Animating Objects Programmatically-Animating an Analog Clock face: Part1
Grades: 9 to 12, Community College to GraduateSubjects: No subjects selected.Lesson Introduction In this lesson, students will begin learning the basics of Object Oriented Programming and learn how and...Contributor: CTE OnlineViews: 0Favorites: 0Animating Objects Programmatically-Animating an Analog Clock face: Part3
Grades: 9 to 12, Community College to GraduateSubjects: No subjects selected.Lesson Introduction In this lesson, students will learn to develop an algorithm to calculate the proper rotation for the hand...Contributor: CTE OnlineViews: 0Favorites: 0Scratch Intro #1 - Let's Get Started
Grades: 10 to 12, Community College to GraduateSubjects: No subjects selected.Students will be introduced to the programming language Scratch developed by MIT. In this lesson students will use Scratch 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: 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: 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: 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: 0Scratch Intro #2 - Make a Sprite
Grades: 10 to 12, Community College to GraduateSubjects: No subjects selected.Students will be provided with the tools to create their own sprites using Scratch. This lesson sets the tone that computer pro...Contributor: CTE OnlineViews: 0Favorites: 0Scratch Intro #4 - It's Pong Time
Grades: 10 to 12, Community College to GraduateSubjects: No subjects selected.Students will explore the history of the Pong Game then students will have the opportunity to create their own pong game using ...Contributor: CTE OnlineViews: 0Favorites: 0The 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: 0Binary 2- 11 Cheers for Binary! How Computers Count.
Grades: No grades selected.Subjects: Engineering & DesignIn this lesson, students will learn how to count in binary, using only ones and zeros. They will count from 0 to 255 to simulate...Contributor: CTE OnlineViews: 0Favorites: 0Binary 1- Calm Down, It's Only Ones and Zeroes- How Computers Think.
Grades: No grades selected.Subjects: Engineering & DesignWhen computers think, it must be very precise with definite numbers. However, much of the information we get from nature does no...Contributor: CTE OnlineViews: 0Favorites: 0Binary 3- Bits and Bytes and Nybbles, Oh My!
Grades: No grades selected.Subjects: Engineering & DesignComputers think only in binary, using only ones and zeroes. However, just a one or zero, called a "bit", will not give enough in...Contributor: CTE OnlineViews: 0Favorites: 0Binary 4- ASCII Art- How Computers Write.
Grades: No grades selected.Subjects: Engineering & DesignTo write using letters, numbers and punctuation, computers assign the values of a byte to the different characters using a schem...Contributor: CTE OnlineViews: 0Favorites: 0Scratch Intro #5 - Ready to Fire
Grades: 10 to 12, Community College to GraduateSubjects: No subjects selected.Students will enjoy one of the most popular progamming concepts in gaming which is learning to fire an object. Students will re...Contributor: CTE OnlineViews: 0Favorites: 0Animating Objects Programmatically-Animating an Analog Clock face: Part 2
Grades: 9 to 12, Community College to GraduateSubjects: No subjects selected.Lesson Introduction In the last lesson, students learned the basics of Object Oriented Programming and learned how to instanti...Contributor: CTE OnlineViews: 0Favorites: 0B5- Life Without Thumbs- Counting like Computers (by eights)
Grades: No grades selected.Subjects: Engineering & DesignOur decimal number system we use is based on the fact that we humans are born with ten fingers (including thumbs!). But computer...Contributor: CTE OnlineViews: 0Favorites: 0B7- When Does 3 and 6 = 7- How Computers Calculate
Grades: No grades selected.Subjects: Engineering & DesignWhen computers calculate, they have to use a simpler type of mathematics since they only can work with ones and zeros. The math ...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: 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: 0