Instructional Video10:28
Curated Video

C++ for Beginners - Bitwise Operators

Higher Ed
This lesson examines Bitwise operators, or, ways to manipulate binary numbers. This clip is from the chapter "Binary Operations" of the series "C++ for Beginners".Binary Theory
Instructional Video2:52
Curated Video

World of Computer Networking Your CCNA start - Hexadecimal versus Binary Numbers

Higher Ed
This video highlights the difference between hexadecimal and binary numbers. This clip is from the chapter "Ethernet" of the series "World of Computer Networking: Your CCNA start".This section introduces you to Ethernet.
Instructional Video7:04
Curated Video

World of Computer Networking Your CCNA start - Summary "Networks Masks and Subnetting"

Higher Ed
This video provides a summary of the section. This clip is from the chapter "Networks Masks and Subnetting" of the series "World of Computer Networking: Your CCNA start".This section introduces you to networks masks and subnetting.
Instructional Video21:32
Curated Video

Full Stack Web Development MASTERY Course - Novice to Expert - Introduction to MongoDB

Higher Ed
This video provides an introduction to MongoDB. This clip is from the chapter "MongoDB + Mongoose (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on MongoDB and Mongoose.
Instructional Video10:02
Curated Video

Converting Decimal Numbers to Binary Numbers

Pre-K - Higher Ed
Learn how to convert decimal numbers to binary numbers by understanding the base system and place value. In decimal, based on 10 digits, each place represents a power of 10. In binary, based on 2 digits (0 and 1), each place represents a...
Instructional Video5:35
Curated Video

Understanding ASCII and Unicode

Pre-K - Higher Ed
A short tutorial that explains what ASCII and Unicode are, how they work, and what the difference is between them; for students studying GCSE Computer Science.
Instructional Video3:47
Curated Video

How to Convert From Binary to Decimal

Pre-K - Higher Ed
Quick whiteboard tutorial showing how to easily convert numbers in binary (base 2) to decimal, or denary (base 10) for students studying GCSE Computer Science
Instructional Video8:06
Curated Video

How to Add Binary Numbers

Pre-K - Higher Ed
Quick whiteboard tutorial showing which explains how to add binary numbers together, and also what error could result when doing this in programming; for students studying GCSE Computer Science
Instructional Video5:36
Curated Video

Understanding the Benefits of Hexadecimal Numbers

Pre-K - Higher Ed
Quick whiteboard tutorial showing which explains what the point of using hexadecimal in computing is and why we use it. Can be helpful for students studying GCSE Computer Science
Instructional Video4:31
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - The Major Steps in Predictive Modeling

Higher Ed
This video explains the major steps in predictive modeling. This clip is from the chapter "Introduction to SAS Predictive Modeling Using Logistic Regression" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data...
Instructional Video3:11
NASA

The Doubly Warped World of Binary Black Holes

3rd - 11th
A pair of orbiting black holes millions of times the Sun’s mass perform a hypnotic dance in this NASA visualization. The movie traces how the black holes distort and redirect light emanating from the maelstrom of hot gas – called an...
Instructional Video7:08
Curated Video

CompTIA A+ Certification 220-1001: The Total Course - Hexadecimal

Higher Ed
Hexadecimal numbering uses a base-16 system that’s very convenient for IT techs. It’s important to look at a hex value and understand the equivalent binary value. This clip is from the chapter "Essentials of Networking" of the series...
Instructional Video10:52
Curated Video

How to Convert From Decimal to Hexadecimal

Pre-K - Higher Ed
Quick whiteboard tutorial showing how to easily convert numbers in decimal (base 10) to hexadecimal (base 16) for students studying GCSE Computer Science
Instructional Video19:06
Curated Video

Converting Decimal to Hexadecimal

Pre-K - Higher Ed
In this tutorial, the concept of converting decimal numbers to hexadecimal is explained in a simple and easy-to-understand manner. The instructor breaks down the process step by step, emphasizing the use of binary as an intermediary step...
Instructional Video8:47
Curated Video

gRPC [Java] Master Class: Build Modern API and Microservices - HTTP/2

Higher Ed
[Theory] gRPC Internals Deep Dive: HTTP/2 This clip is from the chapter "[Theory] gRPC Internals Deep Dive" of the series "gRPC [Java] Master Class: Build Modern API and Microservices".In this section, you are going learn about gRPC.
Instructional Video5:37
Curated Video

How to Convert From Hexadecimal to Decimal

Pre-K - Higher Ed
Quick whiteboard tutorial showing how to easily convert numbers in hexadecimal (base 16) to decimal (base 10) for students studying GCSE Computer Science
Instructional Video2:44
Curated Video

Docker Certified Associate Certification Training Course - Implementation of Docker Engine

Higher Ed
This video explains the implementation of Docker Engine. This clip is from the chapter "Getting Started with Docker" of the series "Docker Certified Associate (DCA) Certification Training Course".This section explains getting started...
Instructional Video5:54
Curated Video

The Complete Python Course - Bitwise Operators

Higher Ed
Here, you will learn about combining binary numbers using the bitwise operators. This clip is from the chapter "Python - Operators" of the series "The Complete Python Course (2022)".This section delves deep into the different operators...
Instructional Video9:47
Packt

Fundamentals of Neural Networks - Cross-Entropy Loss Function

Higher Ed
This video explains the cross-entropy function, which is designed under the assumption that the variable you are trying to predict is binary. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in...
Instructional Video5:47
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Implementing Basic Perceptron

Higher Ed
In this video, you will learn how to implement the basic perceptron in our notebook. This clip is from the chapter "Basics of Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section,...
Instructional Video13:44
Packt

Binary Tree

Higher Ed
This video focuses on a binary tree in data structures. This clip is from the chapter "Data Structures - Trees" of the series "Data Structures and Algorithms: The Complete Masterclass".This section introduces you to trees in data...
Instructional Video10:50
Programming Electronics Academy

Logic Levels: Arduino Course 4.1

Higher Ed
A description of HIGH and LOW logic levels and binary.
Instructional Video0:58
Packt

Constructing a Binary Search Tree: From Preorder Traversal – Part 2

Higher Ed
This is the second part of the two-part video that explains how to construct a binary search tree from preorder traversal. This clip is from the chapter "Question 8: Constructing a Binary Search Tree" of the series "Data Structures and...
Instructional Video4:29
Packt

Binary Search Complexity

Higher Ed
This video introduces you to binary search complexity. This clip is from the chapter "Algorithm: Searching" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of searching.