Instructional Video4:54
Curated Video

Finding the Distance Between Integers

K - 5th
In this video, students will learn how to find the distance between two integers by using absolute value and number lines. The video explains the concept of distance and absolute value, and emphasizes that distance is always positive.
Instructional Video6:16
Curated Video

Learn and Master C Programming - Void Pointers

Higher Ed
We will learn about a new type of pointer called void pointer which is a generic kind of pointer that can be useful in certain scenarios. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute...
Instructional Video5:30
Curated Video

Core Java Programming Course- "Super" Keyword

Higher Ed
This video explains the keyword "Super". This clip is from the chapter "Inheritance and Abstraction" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains inheritance and abstraction in Java.
Instructional Video6:52
Curated Video

Learn and Master C Programming - Using For Loops in C/C++

Higher Ed
We jump into Visual Studio to write a demo app that uses for loops so we can understand how to use them and practice using them in code. This clip is from the chapter "Loops, Jump keywords & Control Flow" of the series "Learn and Master...
Instructional Video10:57
Curated Video

Learn and Master C Programming - Understanding & Creating C Functions

Higher Ed
We will learn how to create our own functions and call them (invoke) them from within main as well as other functions. This clip is from the chapter "Fundamentals and Basics" of the series "Learn and Master C Programming For Absolute...
Instructional Video7:50
Curated Video

C++ Developer - Function Overloading

Higher Ed
This video focuses on function overloading. This clip is from the chapter "Functions" of the series "The Complete C++ Developer Course".This section discusses the various functions in C++.
Instructional Video18:58
Curated Video

What is an Integer?

9th - 12th
In this video lesson we will discover what an integer is by definition, on a number line and in the real world. Students will understand that integers are positive numbers, negative numbers and zero using a visual image of integers on a...
Instructional Video6:10
Packt

Importance of This Keyword

Higher Ed
This video discusses the importance of This keyword. This clip is from the chapter "Core Java Tutorial - Part 2" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section explores core Java.
Instructional Video1:54
Brian McLogan

How to Simplify the Square Root of an Integer

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 Video5:24
Brian McLogan

Simplify the Square Root of an Integer, Root(32)

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 Video5:05
Curated Video

Learn and Master C Programming - Understanding Stack Memory

Higher Ed
We will discuss Stack memory and how it is different from Heap memory. This clip is from the chapter "Dynamic Memory Allocation" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we understand stack...
Instructional Video6:31
Curated Video

Exponents part 2: Exponent Laws

9th - Higher Ed
Now that you understand what an exponent is, it's time to learn the exponent laws and review examples of these laws in action.
Instructional Video5:51
Math Fortress

GRE Arithmetic: Integers (Part 1 of 4)

12th - Higher Ed
This video is a review of basic arithmetic for the purpose of solving problems on the quantitative reasoning section of the GRE revised General Test. This video covers the basics of integers. Topics covered include: Number Lines,...
Instructional Video4:23
Curated Video

Learn and Master C Programming - Cast Operator and Type Casting in C

Higher Ed
We will learn about type casting and how to use the cast operator in C. This clip is from the chapter "Operators & Expressions" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into...
Instructional Video1:55
Brian McLogan

Integers introduction

12th - Higher Ed
👉 Learn how to classify numbers. We will classify numbers as real, imaginary, rational, and irrational.
Instructional Video8:28
Professor Dave Explains

What are the Types of Numbers? Real vs. Imaginary, Rational vs. Irrational

12th - Higher Ed
An overview of the types of numbers.
Instructional Video5:57
Curated Video

Writing Equivalent Radical and Rational Exponent Expressions

K - 5th
In this lesson, students will learn how to rewrite expressions with integer exponents and radicals. They will understand the relationship between rational exponents and radicals, and how to simplify expressions by combining like terms...
Instructional Video5:00
Curated Video

Learn and Master C Programming - Declaring and Initializing Multidimensional Arrays

Higher Ed
We look at how to declare and initialize multi-dimensional arrays. This clip is from the chapter "Arrays" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we will look at how to declare and use...
Instructional Video4:09
FuseSchool

MATHS - Numbers - Square, Cube & Triangular Numbers

6th - Higher Ed
In this video we are going to look at square, cube and triangular numbers, what they are, how they can be useful and some of the patterns they form
Instructional Video7:00
Curated Video

Learn and Master C Programming - Increment & Decrement Operators in C/C++

Higher Ed
Learn about the cool C/C++ incrementing and decrementing operators! This clip is from the chapter "Operators & Expressions" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into operators...
Instructional Video3:56
Brian McLogan

What is the definition of a square root

12th - Higher Ed
In this video series we explore square roots. We look to understand what are the parts of a square root, how to simplify, approximate and evaluate square roots. Understanding square roots are very important to understanding our number...
Instructional Video4:42
Curated Video

Plotting Rational Numbers on a Number Line

3rd - 5th
Plot integers and rational numbers on the number line.
Instructional Video0:44
Brian McLogan

How to determine if two events are mutually exclusive or not

12th - Higher Ed
👉 Learn how to find the probability of mutually exclusive events. Two events are said to be mutually exclusive when the two events cannot occur at the same time. For instance, when you throw a coin the event that a head appears and the...
Instructional Video16:17
APMonitor

Java ☕ Arrays and Array Lists

10th - Higher Ed
Up to this point we have stored data exclusively in variables. Variables are fantastic for storing a single value but what if you want to store more than one value? What if you have a whole list of values? Java does that too. Java Arrays...