Curated Video
C++ for Beginners - Bitwise Operators
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
Curated Video
World of Computer Networking Your CCNA start - Hexadecimal versus Binary Numbers
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.
Curated Video
World of Computer Networking Your CCNA start - Summary "Networks Masks and Subnetting"
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.
Curated Video
Full Stack Web Development MASTERY Course - Novice to Expert - Introduction to MongoDB
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.
Curated Video
Converting Decimal Numbers to Binary Numbers
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...
Curated Video
Understanding ASCII and Unicode
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.
Curated Video
How to Convert From Binary to Decimal
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
Curated Video
How to Add Binary Numbers
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
Curated Video
Understanding the Benefits of Hexadecimal Numbers
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
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - The Major Steps in Predictive Modeling
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...
NASA
The Doubly Warped World of Binary Black Holes
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...
Curated Video
CompTIA A+ Certification 220-1001: The Total Course - Hexadecimal
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...
Curated Video
How to Convert From Decimal to Hexadecimal
Quick whiteboard tutorial showing how to easily convert numbers in decimal (base 10) to hexadecimal (base 16) for students studying GCSE Computer Science
Curated Video
Converting Decimal to Hexadecimal
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...
Curated Video
gRPC [Java] Master Class: Build Modern API and Microservices - HTTP/2
[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.
Curated Video
How to Convert From Hexadecimal to Decimal
Quick whiteboard tutorial showing how to easily convert numbers in hexadecimal (base 16) to decimal (base 10) for students studying GCSE Computer Science
Curated Video
Docker Certified Associate Certification Training Course - Implementation of Docker Engine
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...
Curated Video
The Complete Python Course - Bitwise Operators
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...
Packt
Fundamentals of Neural Networks - Cross-Entropy Loss Function
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...
Curated Video
Deep Learning - Deep Neural Network for Beginners Using Python - Implementing Basic Perceptron
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,...
Packt
Binary Tree
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...
Programming Electronics Academy
Logic Levels: Arduino Course 4.1
A description of HIGH and LOW logic levels and binary.
Packt
Constructing a Binary Search Tree: From Preorder Traversal – Part 2
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...
Packt
Binary Search Complexity
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.