Instructional Video15:57
Curated Video

CompTIA Security+ Certification SY0-601: The Total Course - Cryptography Basics

Higher Ed
Cryptography is the practice of disguising information in a way that looks random. This episode explores the history of cryptography and how it has evolved into the complex systems today. This clip is from the chapter "Cryptography" of...
Instructional Video3:14
Science360

Chalk Talk Binary

12th - Higher Ed
A binary system of numbers is one that is composed only of ones and zeros. It was the system of choice for people who developed early computers--they needed a reliable way to get information across electrical circuits, and a way that was...
Instructional Video9:49
Packt

Implementing a Binary Tree

Higher Ed
This video demonstrates how to implement a binary tree. This clip is from the chapter "Algorithm: Tree Traversals" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of tree...
Instructional Video4:56
Practical Ninjas

Gray Code | Gray to Binary code conversion | Binary to Gray code conversion | DE.07

12th - Higher Ed
This video explains Gray code used in error checking in digital communications using examples for the tutorial of Digital electronics. The gray code uses mirror technique to generate the bits for succesive decimal values. This...
Instructional Video6:51
Curated Video

Python for Network Forensics 3.2: Exploring File Properties

Higher Ed
Using the power of recursive traversal, we will begin to search and populate file properties. • Enrich your understanding of directory traversal • Modify our application to populate file properties • Search returned results to understand...
Instructional Video2:48
Curated Video

Learn and Master C Programming - Bit-wise Operators Overview

Higher Ed
We will look at an overview of the binary operators that we will cover. This clip is from the chapter "Let's Talk Binary | Manipulating Bits" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look...
Instructional Video1:11
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Introduction to section 5

Higher Ed
Intro to section 5 and a brief overview of the material covered in this section This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video4:09
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - How Many Files can Git Store?

Higher Ed
This video illustrates the number of files Git can store. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to initialize a new...
Instructional Video2:25
Curated Video

Learn and Master C Programming - Introduction & Section Overview

Higher Ed
Overview of the section and a quick review of memory, variables and the introduction of & operator. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute Beginners!".In this section of the...
Instructional Video3:26
Curated Video

Learn and Master C Programming - Introduction to File I/O

Higher Ed
Introduction to the course. This clip is from the chapter "Working with Files and I/O" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we will introduce you to file I/O and the concept of files in...
Instructional Video4:03
NASA

NASA | Scientists Create First Full 3D Model of Eta Carinae Nebula

3rd - 11th
An international team of astronomers has developed a 3D model of a giant cloud ejected by the massive binary system Eta Carinae during its 19th century outburst. Eta Carinae lies about 7,500 light-years away in the southern constellation...
Instructional Video4:28
Curated Video

Multi-Paradigm Programming with Modern C++ - Application Binary Interface

Higher Ed
Sometimes we want to share a package, without sharing its source code. And sometimes we want to push updates to our shared libraries, without requiring that customers re-build their applications. This requires a stable application binary...
Instructional Video5:53
Programming Electronics Academy

Display Arduino output (e.g. sensor data) on your computer monitor with this simple function: Part 2

Higher Ed
In many cases while using an Arduino, you will want to see the data being generated by the Arduino. One common method of doing this is using the print() function from the Serial library to display information to your computer’s monitor....
Instructional Video5:07
Curated Video

AWS Certified Cloud Practitioner (CLF-C01)- IP Addresses and Subnetting - Part 1

Higher Ed
In this video, we'll learn about IP addresses and subnetting - part 1. This clip is from the chapter "AWS Networking and Content Delivery" of the series "AWS Certified Cloud Practitioner (CLF-C01) [Updated for 2021]".This section is...
Instructional Video3:08
Curated Video

Advanced Swift 2 Application Development (Video 35)

Higher Ed
The number of smartphone users is increasing every single day, and as more and more of them are looking for new and interesting ways to improve their lives through mobile applications, the need for a language that will deploy on all...
Instructional Video2:43
IDG TECHtalk

Why Go binaries are so large (and what you can do about it) | Smart Go

Higher Ed
Why are Go program binaries so large, compared to similar programs written in other languages like C or C++? In this video we'll go into the details of why Go binaries are the sizes they are, and what you can do about it -- that is, if...
Instructional Video1:09
Next Animation Studio

B Centauri: Scientists find planet where no planet should be

12th - Higher Ed
Scientists found a giant planet 325 light years away, but its very existence proves there’s something wrong with science.
Instructional Video7:50
Curated Video

Python for Network Forensics 2.4: Exploring Portable Executables

Higher Ed
In this video, we will learn about the Windows Portable Executable format. We will also learn how an attacker may be able to modify an executable to hide information. • Learn Python modules to open and read Portable Executables • Learn...
Instructional Video5:53
Practical Ninjas

How to convert Binary numbers to Decimal, Octal, Hexadecimal | Deciphering binary systems | DE 02

12th - Higher Ed
Digital Electronics 02. ----------------------------------- This video explains the conversion of number systems from decimal to binary, octal and hexadecimal systems using various examples. A recap of number conversion from binary 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 Video10:06
Astrum

How do planets orbit in multi-star systems?

Higher Ed
Can planets exist in multi-star systems, and what would that look like from their perspective? Thanks to Blinkist for sponsoring today's video.
Instructional Video12:45
Packt

Invert Binary Tree – Part 2

Higher Ed
This is the second part of the two-part video that explains a problem based on invert binary tree. This clip is from the chapter "Question 7: Invert Binary Tree" of the series "Data Structures and Algorithms: The Complete...
Instructional Video5:57
Curated Video

The Complete Beginners Guide to Arduino - 2021 - Bits and Bytes

Higher Ed
Bits and bytes were mentioned in a previous lecture. Bits make up the digits in a binary number. Understanding the basics of the binary number system will help you understand how numbers are stored within the Arduino chip. In this video,...
Instructional Video25:40
Curated Video

C++ for Beginners - Binary Theory

Higher Ed
In this lesson, David discusses binary numbers. This clip is from the chapter "Binary Operations" of the series "C++ for Beginners".Binary Theory