Instructional Video17:53
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Brush-Up Basic Java Concepts - 3

Higher Ed
This is the third part of a three-part lecture that helps you brush up your Java concepts. This clip is from the chapter "Brush-Up Java Concepts for Selenium Automation" of the series "Selenium WebDriver with Java - Basics to Advanced...
Instructional Video5:26
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Writing the First Executable Program in Java

Higher Ed
This video demonstrates how to write the first executable program in Java. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to...
Instructional Video7:55
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Usage of Methods in Java

Higher Ed
This video explores the usage of methods in Java. This clip is from the chapter "Java Object Oriented Programming System (OOPS) Basic for Selenium Part - 1" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video11:57
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Practice Exercises on Tables - 2

Higher Ed
This video presents the second part of practice exercises on Tables. This clip is from the chapter "Practical Problems and Methods to Handle them with Selenium" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video12:26
Curated Video

Algebra: Manipulating Surds

9th - 12th
This video shows the process for solving the problem presented in IGCSE A June 2018 paper 2H Q21, which involves manipulating surds. Students will understand advanced techniques for how to simplify expressions involving square roots and...
Instructional Video13:34
Curated Video

Solving Algebraic Equations with Recurring Decimals and Simplifying Radical Expressions

9th - 12th
This video shows the process for solving the problem presented in IGCSE A June 2018 paper 2HR Q17, which involves recurring decimals. Students will understand how to use algebraic techniques to solve equations with recurring decimals...
Instructional Video2:50
Brian McLogan

Classifying real numbers

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

Learn and Master C Programming - Using "#" and "##" operators

Higher Ed
We will learn how to use the string-ification operator "#" and the concatenation operator "##" with preprocessor macros in C/C++. This clip is from the chapter "Preprocessor Directives" of the series "Learn and Master C Programming For...
Instructional Video13:17
Curated Video

Learn and Master C Programming - C Variables and Constants

Higher Ed
We will begin to use variables and learn how to declare, initialize and use them. This clip is from the chapter "Fundamentals and Basics" of the series "Learn and Master C Programming For Absolute Beginners!".In this section of the...
Instructional Video4:54
Let's Tute

Real Numbers: Introduction

9th - Higher Ed
This video discusses the concept of real numbers and how they can be represented on a number line. It covers whole numbers, integers, prime and composite numbers, rational and irrational numbers, and how they all form the set of real...
Instructional Video4:11
Curated Video

Understanding Rational Numbers through Division with Integers

K - 5th
In this video, the teacher explains that when dividing two integers, the result will always be a rational number. They review the concept of integers and rational numbers and show examples of division problems with integers resulting in...
Instructional Video7:00
Curated Video

C++ Developer - Project - Throwing and Handling an out_of_range Exception

Higher Ed
This video explains how to throw and handle an out_of_range exception. This clip is from the chapter "Exceptions and Debugging" of the series "The Complete C++ Developer Course".This section explains exceptions and debugging in C++.
Instructional Video7:05
Curated Video

Learn and Master C Programming - Passing Pointers to Functions: Let's Implement Swap Function!

Higher Ed
We will implement a proper swap function in C/C++ using pointers. 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...
Instructional Video5:19
Curated Video

Learn and Master C Programming - Let's Implement a Variadic Function in C - Technique #2

Higher Ed
Here, we will see how to rely on a sentinel (magic) value to detect the end of the argument list. This clip is from the chapter "Advanced Topics" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we...
Instructional Video11:15
msvgo

Closure & Commutative Prop. of Rational Numbers

K - 12th
It explains the closure and commutative properties of rational numbers.
Instructional Video4:18
Curated Video

Core Java Programming Course- Array of OBJECT

Higher Ed
This video explains the array of OBJECT. This clip is from the chapter "Arrays" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains arrays in Java.
Instructional Video1:47
Brian McLogan

How to write a fraction as a decimal

12th - Higher Ed
👉 Learn how to convert between decimals, fractions, and percentages. Numbers can be converted between decimals, fractions, and percents. To convert a number written in decimals to fractions, we write the number without the decimal point...
Instructional Video8:33
Curated Video

Learn and Master C Programming - What is a pointer?

Higher Ed
We will explore pointers in C/C++ and understand how to declare, initialize and use pointers. This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For Absolute Beginners!".In this section of the course,...
Instructional Video12:36
Curated Video

Learn and Master C Programming - Introduction to C Data Types and Basic Types

Higher Ed
We will start the discussion on C Data Types and learn the basic types in C including char, int, long, float and double. This clip is from the chapter "Fundamentals and Basics" of the series "Learn and Master C Programming For Absolute...
Instructional Video0:56
Brian McLogan

Determining 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 Video6:12
Professor Dave Explains

Quantization of Energy Part 1: Blackbody Radiation and the Ultraviolet Catastrophe

12th - Higher Ed
So we know that physics got turned upside down at the turn of the 20th century, but how did that all begin? What was the first thing that set this whole chain of events into motion? Well it all started with Planck and the ultraviolet...
Instructional Video7:03
Curated Video

Core Java Programming Course- String Basics

Higher Ed
This video explains the basics of the various string operations available in Java. This clip is from the chapter "String Operations" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the...
Instructional Video5:19
Curated Video

Learn and Master C Programming - Stack vs. Heap

Higher Ed
We will go over a couple of examples to reiterate over the difference between stack memory versus heap memory and look at a complete example of how to allocate and free heap memory. This clip is from the chapter "Dynamic Memory...
Instructional Video8:00
msvgo

Multiplication of Integers

K - 12th
It explains how to multiply two or more integers.