Updating search results...

Computational Thinking

This collection features resources about computational thinking. It also has numerous resources to help develop computational thinking skills in your students.  

457 affiliated resources

Search Resources

View
Selected filters:
Hour of Code 1.3:  Make a Flappy game
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

In this lesson, learners get an introductory experience with computer science and create a game using basic block code.This lesson has been designed for learners in the middle grades, ages 10-16, but can be adapted for younger or older learners using the differentiation suggestions provided.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Math
Science
Material Type:
Activity/Lab
Lesson
Provider:
Code.org
Provider Set:
Hour of Code
Date Added:
10/11/2019
Hour of Code 1.4: Playlab
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

In this lesson, learners get an introductory experience with computer science and create a game using basic block code.This lesson has been designed for learners in the middle grades, ages 10-16, but can be adapted for younger or older learners using the differentiation suggestions provided.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Math
Science
Material Type:
Activity/Lab
Lesson
Provider:
Code.org
Provider Set:
Hour of Code
Date Added:
10/11/2019
Hour of Code 1.5: Star Wars: Building a Galaxy with Code
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

In this lesson, learners of all ages get an introductory experience with coding and computer science in a safe, supportive environment. This lesson has two versions.

**Option 1: Blocks**

The first option uses drag-drop blocks. This version works best for:

- Students on mobile devices without keyboards
- Younger students (6+ because the tutorial requires reading)
- International students

We recommend this for international students because JavaScript syntax is not translated and for the first Hour of Code, the translated blocks provide a better introduction.

**Option 2: JavaScript**

This option teaches the same basic concepts, but because it uses both drag-drop blocks and JavaScript, the students need to be able to type on a keyboard. For older students on computers, learning JavaScript can be fun and provide an additional challenge. This version of the tutorial is also great if you have some students in your class who have already learned some coding. It is recommended for ages 11+.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Math
Science
Material Type:
Activity/Lab
Lesson
Provider:
Code.org
Provider Set:
Hour of Code
Date Added:
10/11/2019
Hour of Code 1.6: MINECRAFT Hour of Code
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

In this lesson, learners of all ages get an introductory experience with coding and computer science in a safe, supportive environment. This lesson works well for any students old enough to read (ages 6+). Younger learners will probably not finish the tutorial, but will have lots of fun working through the puzzles for an hour. High school students will mostly finish the tutorial and have some time to play on the free play level at the end.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Math
Science
Material Type:
Activity/Lab
Lesson
Provider:
Code.org
Provider Set:
Hour of Code
Date Added:
10/11/2019
Hour of Code 1.7: Intro to App Lab
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

**Tutorial Summary:** This tutorial is designed to quickly introduce the App Lab programming environment as a powerful tool for building and sharing apps. The tutorial itself teaches students to create and control buttons, text, images, sounds, and screens in JavaScript using either blocks or text. At the end of the tutorial students are given time to either extend a project they started building into a "Choose Your Own Adventure", "Greeting Card", or "Personality Quiz" app. They can also continue on to build more projects featured on the code.org/applab page.

**Age Appropriateness:** The tutorial is designed for students over 13. Because it allows students to upload custom sounds and images, young students should not use this without supervision. To protect students privacy, if your students are under 13, they will not be able to use this tutorial unless you first set up accounts for them in a section you manage.

**Checking Correctness:** This tutorial will not tell students whether they completed the level correctly. Encourage students to use the target images and directions provided in every level to know if they are on the right track. If students want to move on past a particularly tricky level they can simply click "Finish" and continue on.

Have fun completing your Hour of Code with App Lab!

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Math
Science
Material Type:
Activity/Lab
Lesson
Provider:
Code.org
Provider Set:
Hour of Code
Date Added:
10/11/2019
Hour of Code 1.8: Dance Party
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

In this lesson, learners of all ages get an introductory experience with coding and computer science in a safe, supportive environment. This lesson has been designed for learners of all ages but does require reading. This activity requires sound as the tool was built to respond to music.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Math
Science
Material Type:
Activity/Lab
Lesson
Provider:
Code.org
Provider Set:
Hour of Code
Date Added:
10/11/2019
Hour of Code 2.1:  Programming Unplugged: My Robotic Friends Relay
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

This activity will begin with a short review of "My Robotic Friends," then will quickly move to a race against the clock, as students break into teams and work together to write a program one instruction at a time.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Math
Science
Material Type:
Activity/Lab
Lesson
Provider:
Code.org
Provider Set:
Hour of Code
Date Added:
10/11/2019
Hour of Code 2.2: Text Compression
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

At some point we reach a physical limit of how fast we can send bits and if we want to send a large amount of information faster, we have to find a way to represent the same information with fewer bits - we must **compress** the data. In this lesson, students will use the Text Compression Widget to compress segments of English text by looking for patterns and substituting symbols for larger patterns of text.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Math
Science
Material Type:
Activity/Lab
Lesson
Provider:
Code.org
Provider Set:
Hour of Code
Date Added:
10/11/2019
Hour of Code 2.3: Simple Encryption
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

In this lesson, students are introduced to the need for encryption and simple techniques for breaking (or cracking) secret messages. Students try their own hand at cracking a message encoded with the classic Caesar cipher and also a Random Substitution Cipher. Students should become well-acquainted with idea that in an age of powerful computational tools, techniques of encryption will need to be more sophisticated. The most important aspect of this lesson is to understand how and why encryption plays a role in all of our lives every day on the Internet, and that making good encryption is not trivial. Students will get their feet wet with understanding the considerations that must go into making strong encryption in the face of powerful computational tools that can be used to crack it. The need for secrecy when sending bits over the Internet is important for anyone using the Internet.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Math
Science
Material Type:
Activity/Lab
Lesson
Provider:
Code.org
Provider Set:
Hour of Code
Date Added:
10/11/2019
Hour of Code 2.4: Dance Party: Unplugged
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Students will learn that events are a useful way to control when an action happens, and can even be used to make make multiple things act in sync. In programming, you can use events to respond to a user controlling it (like pressing buttons or clicking the mouse). Events can make your program more interesting and interactive.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Math
Science
Material Type:
Activity/Lab
Lesson
Provider:
Code.org
Provider Set:
Hour of Code
Date Added:
10/11/2019
How to Think Like a Computer Scientist: C++ Version
Conditional Remix & Share Permitted
CC BY-NC
Rating
0.0 stars

The single most important skill for a computer scientist is problem solving. The goal of this book is to teach you to think like a computer scientist.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Science
Material Type:
Textbook
Provider:
Green Tea Press
Author:
Allen B. Downey
Date Added:
11/01/2012
How to Think Like a Computer Scientist: Learning with Python
Unrestricted Use
CC BY
Rating
0.0 stars

Python is a fun and extremely easy-to-use programming language that has steadily gained in popularity over the last few years. Developed over ten years ago by Guido van Rossum, Python's simple syntax and overall feel is largely derived from ABC, a teaching language that was developed in the 1980's. However, Python was also created to solve real problems and it borrows a wide variety of features from programming languages such as C++, Java, Modula-3, and Scheme. Because of this, one of Python's most remarkable features is its broad appeal to professional software developers, scientists, researchers, artists, and educators. 278 page pdf file.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Science
Material Type:
Textbook
Provider:
Green Tea Press
Author:
Allen B. Downey
Jeffrey Elkner
Date Added:
01/01/2008
Infusing 21st Century Skills in Grades 4 to 6
Conditional Remix & Share Permitted
CC BY-NC
Rating
0.0 stars

This resource provides ideas and supports for infusing 21st Century Skills into your classroom. The following 21st Century Skills are addressed:CharacterCollaborationCommunicationCreativitiyCritical ThinkingDigital & Computer TechnologiesCultural & Ethical CitizenshipLife Skills

Subject:
21st Century Competencies
Education
Material Type:
Activity/Lab
GAP 4
GAP 5
GAP 6
Teaching/Learning Strategy
Author:
Melissa Lander
Correne McJannet
Kelli Boklaschuk
Carole Butcher
Jena-Lea Bang
Sandra Lutz
Shauna George
Shannon Libke
Danine Calkins
Kirsten Elder
Joell Edwards
Courtney Hopkins
Fern Block
Brie Phillips
Kira Toews
Heather Phillips
Nicole Francoeur
Crystal Johnson
Arlene Low
Date Added:
03/17/2023
Innovation Web Site: Canada Learning Code
Rating
0.0 stars

Students will learn about innovation in Canada, and create a website about their chosen recipient of the Governor General Innovation Award.

Subject:
Coding
Computer & Digital Technologies
Computer Science
English Language Arts
Math
Science
Social Studies
Material Type:
Activity/Lab
Provider:
Canada Learning Code
Author:
Canada Learning Code
Kassandra Lenters
Date Added:
04/01/2019
Integrating Computational Thinking and Coding in a Middle Years Classroom
Unrestricted Use
CC BY
Rating
0.0 stars

Integrating Computational Thinking and Coding in a Middle Years Classroom. A look at some resources and activities used in the classroom of Clint Hayes, a teacher in Eaton School in Eatonia.

Subject:
Computer Science
Science
Material Type:
Module
Author:
Mike Fedyk
Clint Hayes
Date Added:
06/26/2020
Introductory Lesson to coding
Conditional Remix & Share Permitted
CC BY-NC
Rating
0.0 stars

The purpose of this is to teach teachers and students the basic principle of computaional literacy.

Author:
Sun West School Division
Date Added:
05/08/2018
K-2 Computer Science Curriculum
Unrestricted Use
Public Domain
Rating
0.0 stars

SFUSD's creative computing curriculum introduces computer science as a creative, collaborative, and engaging discipline to children in kindergarten through second grade.

Across 4 units and 15-20 lessons, students will learn about algorithms and programming, computing systems, the Internet, and impacts of computing, while developing strong practices and dispositions. Lessons are designed to be implemented in 45 to 60-minute periods approximately once per week.

There are three levels available and a flow chart to help you decide where your students should start!

Just because students are young doesn't mean they can't code! Get them started today.

Subject:
Computer Science
Education
Educational Technology
Elementary Education
Math
Science
Material Type:
Activity/Lab
Lesson
Unit of Study
Author:
San Francisco Unified School District (SFUSD) Computer Science team: CSinSF.org.
Date Added:
09/27/2018
LIVE CODE: Decomposition: Grades 4-6
Rating
0.0 stars

In this 45-minute broadcast, students will explore the computational thinking skill of decomposition - the breaking down of a problem into smaller parts to make the problem easier to solve. Students will also begin to explore the computational concepts of sequences and loops.

Includes a teacher's guide.

Should you encounter any technical difficulties, please e-mail Network Services at the Saskatchewan Ministry of Education at stans@gov.sk.ca or call 1-866-933-8333.

Subject:
Coding
Computer & Digital Technologies
Education
Math
Science
Material Type:
Activity/Lab
Author:
Let's Talk Science
Date Added:
10/17/2019
LIVE CODE - Decomposition: Kindergarten to Grade 3
Rating
0.0 stars

Decomposition: Kindergarten to Grade 3
Series: LIVE Code with Let’s Talk Science

In this 30-minute broadcast, students will explore the computational thinking skill of decomposition - the breaking down of a problem into smaller parts to make the problem easier to solve. Students will also begin to explore the computational concepts of sequences and loops.

Includes a teacher's guide.

Should you encounter any technical difficulties, please e-mail Network Services at the Saskatchewan Ministry of Education at stans@gov.sk.ca.ca or call 1-866-933-8333.

Subject:
Coding
Computer & Digital Technologies
Education
Math
Science
Material Type:
Activity/Lab
Provider:
Let's Talk Science
Author:
Let's Talk Science
Date Added:
10/17/2019