Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Brush-Up Basic Java Concepts - 3
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...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Writing the First Executable Program in Java
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...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Usage of Methods in Java
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...
Curated Video
Selenium WebDriver with Java - Basics to Advanced and Frameworks - Practice Exercises on Tables - 2
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...
Curated Video
Algebra: Manipulating Surds
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...
Curated Video
Solving Algebraic Equations with Recurring Decimals and Simplifying Radical Expressions
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...
Brian McLogan
Classifying real numbers
👉 Learn how to classify numbers. We will classify numbers as real, imaginary, rational, and irrational.
Curated Video
Learn and Master C Programming - Using "#" and "##" operators
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...
Curated Video
Learn and Master C Programming - C Variables and Constants
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...
Let's Tute
Real Numbers: Introduction
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...
Curated Video
Understanding Rational Numbers through Division with Integers
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...
Curated Video
C++ Developer - Project - Throwing and Handling an out_of_range Exception
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++.
Curated Video
Learn and Master C Programming - Passing Pointers to Functions: Let's Implement Swap Function!
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...
Curated Video
Learn and Master C Programming - Let's Implement a Variadic Function in C - Technique #2
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...
msvgo
Closure & Commutative Prop. of Rational Numbers
It explains the closure and commutative properties of rational numbers.
Curated Video
Core Java Programming Course- Array of OBJECT
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.
Brian McLogan
How to write a fraction as a decimal
👉 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...
Curated Video
Learn and Master C Programming - What is a pointer?
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,...
Curated Video
Learn and Master C Programming - Introduction to C Data Types and Basic Types
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...
Brian McLogan
Determining if two events are mutually exclusive or not
👉 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...
Professor Dave Explains
Quantization of Energy Part 1: Blackbody Radiation and the Ultraviolet Catastrophe
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...
Curated Video
Core Java Programming Course- String Basics
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...
Curated Video
Learn and Master C Programming - Stack vs. Heap
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...