Instructional Video4:41
TED-Ed

TED-Ed: How exactly does binary code work? - Jose Americo N L F Freitas

Pre-K - Higher Ed
Imagine trying to use words to describe every scene in a film, every note in a song, or every street in your town. Now imagine trying to do it using only the numbers 1 and 0. Every time you use the Internet to watch a movie, listen to...
Instructional Video2:32
Curated Video

Understanding the Purpose of Binary Code

Pre-K - Higher Ed
Quick whiteboard tutorial showing which explains what the point of binary code in computing is, and why we use it. Can be helpful for students studying GCSE Computer Science.
Instructional Video12:22
Neuro Transmissions

Losing The Nobel Prize

12th - Higher Ed
The Nobel Prize is often viewed as the ultimate achievement in science. But to what extent would you go to win it? In 2014, astronomer Dr. Brian Keating invented BICEP2, the most powerful cosmology telescope ever made. Using this, he...
Instructional Video3:00
Curated Video

Introduction to Coding: The Language of Computers

Pre-K - Higher Ed
Coding is the language that powers the technology around us. It's the set of instructions that computers follow to perform their functions. From smartphones and computers to cars and microwaves, code is what makes these devices work.
Instructional Video2:45
Curated Video

Binary: The Computer Language

6th - 12th
We use binary every day – although we might not know it. Find out how this number system is used in computers to store large amounts of data. Maths - Number A Twig Math Film. Reinforce and extend the learning required by the curriculum....
Instructional Video5:48
Wonderscape

Magnetic Storage: How Computers Use Magnets

K - 5th
Dive into the fascinating world of magnetic data storage! Learn how computers and phones use tiny magnets to store vast amounts of information. Discover through simple experiments why strong magnets can disrupt electronic devices and...
Instructional Video2:02
WIRED

Binary Code, Keyboards, and Other Bad Computer Grapics on TV | Angry Nerd

6th - 11th
As if the lamestream media didn't have enough problems—dopey, dated graphics and cutaways have become standard visuals for stories about computers. And the Angry Nerd ain't having it. Next time ridiculous images of keyboards, cables, and...
Instructional Video4:48
Curated Video

Describe an advanced data structure : Binary Searching for an Optimal Subarray Length

Higher Ed
From the section: More Complex Algorithms on Arrays. In this section, we will deal with even more complex problems involving arrays. They will require more complex logic or data structures to solve, or a clever way of applying more than...
Instructional Video7:36
Curated Video

Compare different types of data structures : Binary Indexed Trees

Higher Ed
From the section: Tree-Based Data Structures. In this section, we will go over a few robust tree-based data structures, that are indispensable for efficiently solving various query-related problems. In this video, we introduce another...
Instructional Video8:28
Curated Video

Compare different types of data structures : Binary Indexed Trees for the RMQ Problem

Higher Ed
From the section: Tree-Based Data Structures. In this section, we will go over a few robust tree-based data structures, that are indispensable for efficiently solving various query-related problems. This video presents an extension of...
Instructional Video6:41
Curated Video

Implement a computer program using a classic algorithm : Project conclusion walkthrough

Higher Ed
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc. Go through implementation steps from concluded project
Instructional Video5:21
Curated Video

Implement a computer program using a classic algorithm : Project handoff: Bringing it together

Higher Ed
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc. Design and build a project that utilizes the algorithms and tools that have been...
Instructional Video3:07
Curated Video

Binary: What Is Binary?

6th - 12th
Learn how the binary base system works, and how to symbolise any number using just two digits. Maths - Number A Twig Math Film. Reinforce and extend the learning required by the curriculum. Twig’s context films show abstract concepts in...
Instructional Video4:12
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - Computers and Data

Higher Ed
This video outlines the fundamentals of a computer's hardware that we must know about for troubleshooting. This clip is from the chapter "Generic Programming" of the series "The Ultimate Guide to Python Programming with Python 3.10".This...
Instructional Video6:52
Curated Video

Describe a neural network : Neural Network for Binary Classifications

Higher Ed
From the section: Introduction to Artificial Neural Networks (ANN). This section introduces Artificial Neural Networks. You will learn about Neural Network for Binary Classifications, Neural Network with PCA for Binary Classifications,...
Instructional Video10:03
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Code to build a perceptron for binary classification

Higher Ed
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: Code to build a perceptron for binary classification
Instructional Video10:22
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Code to Train a perceptron for binary classification

Higher Ed
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: Code to Train a perceptron for binary classification
Instructional Video3:57
Curated Video

Describe a neural network : Neural Network with PCA for Binary Classifications

Higher Ed
From the section: Introduction to Artificial Neural Networks (ANN). This section introduces Artificial Neural Networks. You will learn about Neural Network for Binary Classifications, Neural Network with PCA for Binary Classifications,...
Instructional Video5:13
Curated Video

Understanding Dilations and Similar Triangles

K - 5th
In this video, the teacher explains how to determine if two triangles are similar under dilation. They review the properties of dilation and similar figures, such as proportional corresponding sides and congruent corresponding angles.
Instructional Video14:27
Curated Video

Evaluate two sorting or two search algorithms : Bisection/Binary search - Iterative implementation

Higher Ed
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc. Build the binary search function using iteratively
Instructional Video13:03
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Meet The Binary Tree - A Hierarchical Data Structure

Higher Ed
Let's see what a binary tree looks like and learn some simple terminology associated with the tree. This clip is from the chapter "Binary Trees" of the series "From 0 to 1: Data Structures & Algorithms in Java".In this section, we study...
Instructional Video9:24
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Example 2 - Build Multi-layer perceptron for binary classification

Higher Ed
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: Example 2 - Build Multi-layer perceptron for binary classification
Instructional Video37:39
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Example 1 - Build Multi-layer perceptron for binary classification

Higher Ed
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: Example 1 - Build Multi-layer perceptron for binary classification
Instructional Video13:07
Curated Video

Implement different search algorithms : Build a Binary Search Tree from scratch - Insert

Higher Ed
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc. Inserting nodes into a BST in-depth with test cases