Updating search results...

Search Resources

549 Results

View
Selected filters:
  • Computer Science
Strong-Arm Tactics
Read the Fine Print
Educational Use
Rating
0.0 stars

Students generally do not know the complexity that goes into building and programming a robotic arm. In actuality, creating such an arm comes from a design that involves mechanical, electrical, and computer science engineers. This activity allows students to control a robotic arm from both a machine's and a computer science engineer's perspective by letting them perform a simple task with a few entertaining instructions and constraints.

Subject:
Computer Science
Science
Material Type:
Activity/Lab
Lesson
Provider:
TeachEngineering
Provider Set:
TeachEngineering
Author:
Chris Yakacki
Daria Kotys-Schwartz
Geoffrey Hill
Janet Yowell
Malinda Schaefer Zarske
Date Added:
09/26/2008
Studio Code : Learn Computer Science & How to Code
Read the Fine Print
Educational Use
Rating
0.0 stars

FULL COURSES are available here for students.

Learn to make your own game, app, or computer drawing. (K-5)

Build real working apps, games and websites using blocks, JavaScript, CSS, HTML and more. (6-9)

Go beyond Code.org and take university courses online or learn a new programming language. (10-12)

Plus access to all the Hour of Code games/coding activities!

Subject:
Coding
Computer & Digital Technologies
Computer Science
Math
Science
Material Type:
Activity/Lab
Unit of Study
Author:
CODE
Date Added:
01/22/2019
Study math for free – Mathplanet - High School
Rating
0.0 stars

Mathplanet is a FREE internet-based website dedicated to mathematics education, offering instructional videos, written materials, and practice exercises. Full courses to learn at your own pace.

*math playground (The Space Code: cross-curricular physics, tech, math)
*programming (basic programming in Python)
*pre-algebra
*algebra 1 & 2
*geometry

Subject:
Coding
Computer & Digital Technologies
Computer Science
Math
Science
Material Type:
Activity/Lab
Author:
Mattecentrum
Date Added:
01/15/2024
Sun West Technology Continuum K-12
Only Sharing Permitted
CC BY-NC-ND
Rating
0.0 stars

This continuum breaks down the necessary technology skills for kindergarten to Grade 12 in Sun West. It includes when to introduce the skill as well as the transfer of responsibility (I do, we do, you do) level expected at each grade.

Subject:
Computer Science
Education
Educational Technology
Science
Material Type:
Assessment
Date Added:
08/17/2018
Teaching Coding & Video Game Design with Kodu
Conditional Remix & Share Permitted
CC BY-NC
Rating
0.0 stars

Kodu lets students create games on Windows PCs via a simple visual programming language. Kodu can be used to teach creativity, problem solving, storytelling, as well as programming. Anyone can use Kodu to make a game, young children as well as adults with no design or programming skills. No previous experience is required!
You will find videos, lessons, and many other resources to get started.
The software is free!

Subject:
Coding
Computer & Digital Technologies
Computer Science
Education
Educational Technology
Elementary Education
Higher Education
Math
Science
Material Type:
Activity/Lab
Date Added:
08/16/2018
Technology, Simplified
Rating
0.0 stars

"Founded in 2007, MakeUseOf is an online publication that issues tips and guides on how to make the most of the internet, computer software, and mobile apps. Our mission is to help users understand and navigate modern trends in consumer technology."

A great first stop when trying to troubleshoot or fix your tech problems!

Definitely check out the cheat sheets. The productivity bundle is great.

Subject:
Computer Science
Education
Educational Technology
Science
Material Type:
Primary Source
Author:
MAKEUSEOF
Date Added:
10/11/2019
Telecommunication (05:05): Computer Networks (part 2)
Only Sharing Permitted
CC BY-ND
Rating
0.0 stars

We conclude out look at telecommunications and computer networks. We also give our list of additional resources to check out.

Links from Video:
-Wifi Analyzer https://play.google.com/store/apps/details?id=com.farproc.wifi.analyzer
-Cisco Networking Academy https://www.netacad.com/
-Monoprice http://www.monoprice.com

Subject:
Computer Science
Science
Material Type:
Lesson
Provider:
Mr. Ford's Class
Author:
Scott Ford
Date Added:
05/21/2018
Think Complexity
Unrestricted Use
CC BY
Rating
0.0 stars

This book is about complexity science, data structures and algorithms, intermediate programming in Python, and the philosophy of science. This book focuses on discrete models, which include graphs, cellular automata, and agent-based models. They are often characterized by structure, rules and transitions rather than by equations. They tend to be more abstract than continuous models; in some cases there is no direct correspondence between the model and a physical system.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Science
Material Type:
Textbook
Provider:
Green Tea Press
Author:
Allen B. Downey
Date Added:
01/01/2012
Think DSP: Digital Signal Processing in Python
Conditional Remix & Share Permitted
CC BY-NC
Rating
0.0 stars

The examples and supporting code for this book are in Python. You should know core Python and you should be familiar with object-oriented features, at least using objects if not defining your own. If you are not already familiar with Python, you might want to start with my other book, Think Python, which is an introduction to Python for people who have never programmed, or Mark Lutz’s Learning Python, which might be better for people with programming experience.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Science
Material Type:
Textbook
Provider:
Green Tea Press
Author:
Allen B. Downey
Date Added:
01/01/2012
Think Java: How to Think Like a Computer Scientist
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Think Java is an introduction to Java programming for beginners. It is tailored for students preparing for the Computer Science Advanced Placement (AP) Exam, but it is for anyone who wants to learn Java.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Science
Material Type:
Textbook
Provider:
Green Tea Press
Author:
Allen B. Downey
Chris Mayfield
Date Added:
01/01/2012
Think OS: A Brief Introduction to Operating Systems
Conditional Remix & Share Permitted
CC BY-NC
Rating
0.0 stars

Think OS is an introduction to Operating Systems for programmers. In many computer science programs, Operating Systems is an advanced topic. By the time students take it, they usually know how to program in C, and they have probably taken a class in Computer Architecture. Usually the goal of the class is to expose students to the design and implementation of operating systems, with the implied assumption that some of them will do research in this area, or write part of an OS.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Science
Material Type:
Textbook
Provider:
Green Tea Press
Author:
Allen B. Downey
Date Added:
01/01/2011
Think Python 2nd Edition
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

The goal of this book is to teach you to think like a computer scientist. This way of thinking combines some of the best features of mathematics, engineering, and natural science. Like mathematicians, computer scientists use formal languages to denote ideas (specifically computations). Like engineers, they design things, assembling components into systems and evaluating tradeoffs among alternatives. Like scientists, they observe the behavior of complex systems, form hypotheses, and test predictions.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Science
Material Type:
Primary Source
Textbook
Provider:
Green Tea Press
Author:
Allen B. Downey
Date Added:
10/22/2019
Think Python: An Introduction to Software Design
Conditional Remix & Share Permitted
CC BY-NC
Rating
0.0 stars

Think Python is an introduction to Python programming for beginners. It starts with basic concepts of programming, and is carefully designed to define all terms when they are first used and to develop each new concept in a logical progression. Larger pieces, like recursion and object-oriented programming are divided into a sequence of smaller steps and introduced over the course of several chapters.

Subject:
Coding
Computer & Digital Technologies
Computer Science
Science
Material Type:
Textbook
Provider:
Green Tea Press
Author:
Allen B. Downey
Date Added:
01/01/2007
ThoughtCo.com is the World's Largest Education Resource
Rating
0.0 stars

This is a phenomenal website full of super useful information for students and teachers!

There are articles and resources for:
Science, Technology & Math
Humanities
Art, Music, Recreation

Anything and everything is available here from how to understand percentile scores - to writing a solid argumentative essay - to grade 2 writing prompts.

Click the menu in the top left corner to sort resources for students & parents, educators or adult learners!

Subject:
Agriculture Studies
Arts Education
Biology
Business
Chemistry
Coding
Communication Media
Computer & Digital Technologies
Computer Science
Creative Writing
Earth Science
Economics
Education
Educational Technology
English Language Arts
Environmental Science
Geography
Health Science
History
Journalism Studies
Math
Media Studies
Physical Science
Physics
Science
Social Studies
Visual Arts
Material Type:
Activity/Lab
Primary Source
Reading
Teaching/Learning Strategy
Date Added:
05/22/2019
Tinkercad - From mind to design in minutes
Rating
0.0 stars

Tinkercad is a free, easy-to-use app for 3D design, electronics, and coding. It's used by teachers, kids, hobbyists, and designers to imagine, design, and make anything!

Subject:
Coding
Computer & Digital Technologies
Computer Science
Design Studies
English Language Arts
Math
Practical & Applied Arts
Science
Material Type:
Activity/Lab
Date Added:
11/08/2019
Vsauce - Learning Videos
Rating
0.0 stars

A channel focused on science, featuring videos and playlists covering topics such as science experiments, optical illusions, aliens, human behavior, mathematics, artificial intelligence, art, and many other fascinating subjects.

Subject:
Astronomy
Computer Science
Earth Science
English Language Arts
Math
Psychology
Science
Social Studies
Material Type:
Activity/Lab
Author:
Vsauce
Date Added:
06/17/2024
What Is a Computer Program?
Read the Fine Print
Educational Use
Rating
0.0 stars

Through four lesson and four activities, students are introduced to the logic behind programming. Starting with very basic commands, they develop programming skills while they create and test programs using LEGO MINDSTORMS(TM) NXT robots. Students apply new programming tools move blocks, wait blocks, loops and switches in order to better navigate robots through mazes. Through programming challenges, they become familiar with the steps of the engineering design process. The unit is designed to be motivational for student learning, so they view programming as a fun activity. This unit is the third in a series. PowerPoint® presentations, quizzes and worksheets are provided throughout the unit.

Subject:
Computer Science
Science
Material Type:
Unit of Study
Provider:
TeachEngineering
Provider Set:
TeachEngineering
Author:
Pranit Samarth
Riaz Helfer
Sachin Nair
Satish S. Nair
Date Added:
09/18/2014
What Is a Program?
Read the Fine Print
Educational Use
Rating
0.0 stars

Students are introduced to the basic concepts of computer programs, algorithms and programming. Using a few blindfolds and a simple taped floor maze exercise, students come to understand that computers rely completely upon instructions given in programs and thus programs must be comprehensive and thorough. Then students learn to program using the LEGO MINDSTORMS(TM) NXT software. They create and test basic programs, first using just the LEGO NXT intelligent brick, and then using basic movement commands with the LEGO NXT software on computers. A detailed PowerPoint® presentation, plus a worksheet and pre/post quizzes are provided.

Subject:
Computer Science
Science
Material Type:
Lesson
Provider:
TeachEngineering
Provider Set:
TeachEngineering
Author:
Pranit Samarth
Riaz Helfer
Satish S. Nair
Date Added:
09/18/2014