Instructional Video7:30
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 01 - Basics about Java Integer Data Types - Casting, Operators, and More

Higher Ed
In this video, we will learn the basics about Java integer data types - casting, operators, and more. This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete Beginners - Java...
Instructional Video2:11
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 24 - Java Conditionals and If Statement - Exercise Statements

Higher Ed
This video talks about Java conditionals and if statement - exercise statements. This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete...
Instructional Video24:18
Curated Video

C++ Programming By Example - Basic C++ Syntax

Higher Ed
What is the basic C++ language “grammar”? • Identify the primitive integer types • Understand primitive floating-point types • Know how to control the code execution flow This clip is from the chapter "Introduction to C++ and Qt" of the...
Instructional Video9:11
Curated Video

Learn and Master C Programming - Using 'union' keyword in C

Higher Ed
Understand how to declare and use a union and how are they different from structures. This clip is from the chapter "Structures & Unions" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we use...
Instructional Video5:54
Curated Video

Learn and Master C Programming - Pointers and Arrays

Higher Ed
We will learn how pointers and arrays are related and how we can treat array name as a pointer in some situations. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute Beginners!".In this...
Instructional Video9:06
Curated Video

Bash Shell Scripting - declare Statement

Higher Ed
This video focusses on declare statement. This clip is from the chapter "Understanding Variables" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This video focuses on variables.
Instructional Video2:12
Brian McLogan

Algebra 2 - Simplifying square roots to prepare for imaginary numbers, root(9), root(20)

12th - Higher Ed
In this video tutorial I show you how simplify imaginary numbers to a higher power. When working with imaginary numbers we notice that the value of imaginary numbers repeat after the degree 4. Therefore when we have an imaginary number...
Instructional Video5:39
Curated Video

Comprehensive Android Developer Bootcamp - Long, Floats and Doubles Types in Java

Higher Ed
Deep Dive into Java Programming Language:Long, Floats and Doubles Types in Java This clip is from the chapter "Deep Dive into Java Programming Language" of the series "The Comprehensive Android Developer Bootcamp".This section introduces...
Instructional Video2:09
Curated Video

Learn and Master C Programming - Pointer Arithmetic: Working with Character Pointers (Strings)

Higher Ed
Learn how we can use pointer arithmetic with strings as well. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute Beginners!".In this section of the course, we look into what pointers are...
Instructional Video3:08
IDG TECHtalk

Variable formatting with the fmt package | Smart Go

Higher Ed
Learn how to use Go's fmt library to control the formatting of variables, both when just printing to the console and when rendering new strings from other variables within a program.
Instructional Video3:21
Brian McLogan

How to Simplify the Radical of 45

12th - Higher Ed
👉 Learn how to find the square root of a number. To find the square root of a number, we identify whether that number which we want to find its square root is a perfect square. This is done by identifying a number which when raised to...
Instructional Video3:01
Brian McLogan

Learn how to solve a quadratic equation by factoring a perfect square trinomial

12th - Higher Ed
👉Learn how to solve a quadratic equation by factoring a perfect square trinomial. A perfect square trinomial quadratic equation is of the form y = x^2 +2cx + c^2, where c is a perfet square. There are couple of ways we can solve a...
Instructional Video6:41
Curated Video

Creational Design Patterns in Modern C++ - std::unique_ptr

Higher Ed
This video highlights the examples explaining how and why a factory method can be implemented as a global function and focuses on the std::unique_ptr function. This clip is from the chapter "Factory Method" of the series "Creational...
Instructional Video5:40
Curated Video

Complete Modern C++ - Type Conversions - Part II (Primitive to User Type)

Higher Ed
This video is an explanation and implementation of how constructors are used by the compiler to perform type conversion. This clip is from the chapter "Operator Overloading" of the series "Complete Modern C++".This section is about...
Instructional Video8:26
Curated Video

Complete Modern C++ - Copy elision and how it eliminates extra copies of temporary objects

Higher Ed
In this video, we will learn about copy elision and how it eliminates extra copies of temporary objects. This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives an overview of classes...
Instructional Video7:57
Curated Video

Complete Modern C++ - Primitive Types and Variables

Higher Ed
This video introduces primitive types in C++. • Std::visit versus match • Overload set • Match implementation This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see...
Instructional Video3:11
Brian McLogan

How to use Descartes Rule of signs to find positive & negative zeros

12th - Higher Ed
👉 Learn about Descartes' Rule of Signs. Descartes' rule of the sign is used to determine the number of positive and negative real zeros of a polynomial function. Knowing the number of positive and negative real zeros enables also to also...
Instructional Video8:02
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - If Else Statement – Puzzles

Higher Ed
In this video, we will learn about if else statement – puzzles. This clip is from the chapter "Conditionals" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will explore conditionals with Java - if...
Instructional Video3:13
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 06 - BigDecimal Puzzles - Adding Integers

Higher Ed
In this video, we will learn about BigDecimal puzzles - adding integers. This clip is from the chapter "Primitive Data Types and Alternatives" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Instructional Video7:46
Curated Video

Powers of Ten

9th - Higher Ed
Learn how to write numbers using the base ten system, then explore what happens when we divide or multiply these numbers. Bonus information about base systems around the world and how those systems influence the way we calculate today.
Instructional Video4:57
Curated Video

Reasoning with Exponents and Radicals

9th - 12th
In this short video we will answer a standardized math test question where we are asked to find the value of the unknown variable in a given equation for different situations. We will review the terms power, base, exponent, square root,...
Instructional Video3:20
Brian McLogan

Why do I need to know the difference of real numbers

12th - Higher Ed
👉 Learn how to classify numbers. We will classify numbers as real, imaginary, rational, and irrational.
Instructional Video2:45
Curated Video

Learn and Master C Programming - declaring static variables inside functions with 'static' keyword in C

Higher Ed
We will learn how to make a variable 'static' in C and why we need to use static variables. This clip is from the chapter "More C Keywords..." of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we...
Instructional Video5:19
Curated Video

Learn and Master C Programming - Using Bit-wise Operators in Code

Higher Ed
We will write some C code together using Visual Studio to learn how we can manipulate bits in C/C++. This clip is from the chapter "Let's Talk Binary | Manipulating Bits" of the series "Learn and Master C Programming For Absolute...