Displaying 9 resources
Logical 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 #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: 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: 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: 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: 0