Giter Club home page Giter Club logo

computational-thinking's Introduction

Computational Thinking

Introduction

What we are doing

In this lab, we will practice Computational Thinking by breaking down everyday activities into specific steps.

Why we are doing it

Computational thinking (CT) is a problem solving process that includes a number of characteristics and dispositions. CT is essential to the development of computer applications, but it can also be used to support problem solving across all disciplines, including the humanities, math, and science. Students who learn CT across the curriculum can begin to see a relationship between academic subjects, as well as between life inside and outside of the classroom.

Computational Thinking is what allows you to "Think in Code".

Exercise

In these exercises, we will be decomposing activities into a simple language called pseudo-english.

For each exercise, explain in three different level of details, Low, Medium, High.

For example

This is how to describe "How to drive a car out of a garage" in a series of steps:

High Level

#1 > Drive the car out of the garage

Medium Level

#1 > Find my car
#2 > Get in the car
#3 > Turn the car on
#4 > Drive the car away

Low Level

#1 > For every car in the garage
    #2 > If car is my car, go to #4
#3 > Can't find my car. Panic!๐Ÿ˜ฑ
#4 > Walk to the car
#5 > If the car is unlocked, go to #7
#6 > Unlock the car
#7 > Open the Door
#8 > Sit in the driver's seat
#9 > Close the Door
#10 > If Tesla, smile, go to #13
#11 > Put the key in the ignition
#12 > Turn the key
#13 > Buckle up
#14 > If today is Friday, Honk two times.
(etc)
...

Note: Use your judgement to determine how "Low" you want to go.

Requirements

Explain the steps involved in the following

Basics

  • How do you type your name? [High, Medium, Low]
  • How do you turn on and unlock your iPhone [High, Medium, Low]
  • How do you make Coffee (or a cup of tea) [High, Medium, Low]

Traveling

  • How do you get to the Airport [High, Medium]
  • How do you get to Class [High, Medium, Low]

Activities

  • How do you get dressed [Medium]
  • How do you buy groceries [High, Medium, Low]
  • How do you make a sandwich? [High, Medium, Low]
  • How do you exercise [High, Medium]

Decisions

  • How do you decide what shoes to buy [High, Medium]
  • How do you decide what movie to watch [High, Medium, Low]
  • How do you decide what to eat [High, Medium]
  • How do you decide what to wear [High, Medium, Low]

Deliverables

Write in a plaintext (.txt) file - it should look like the example above.

Bonus Activities

Math

  • How do you add two numbers [High, Medium, Low]
  • How do you determine if a number is Prime [Medium, Low]
  • How do you compute Fibonacci until 14 [Medium, Low]

Additional Resources

Computation Thinking by Google

Everyday Algorithms

computational-thinking's People

Contributors

benhulan avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

computational-thinking's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.