Instructional Video8:00
Brian McLogan

Finding the domain asymptote and x intercept of a logarithm

12th - Higher Ed
👉 Learn how to graph logarithmic functions involving vertical shift. The logarithmic function is the inverse of the exponential function. To graph a logarithmic function, it is usually very useful to make the table of values of the...
Instructional Video4:12
Brian McLogan

Graphing logarithmic equations

12th - Higher Ed
👉 Learn all about graphing natural logarithmic functions. A logarithmic function is a function with logarithms in them. A natural logarithmic function (ln function) is a logarithmic function to the base of e. The graph of the parent...
Instructional Video6:55
Curated Video

Excel VBA Programming The Complete Guide - Procedure Scope (Public vs. Private)

Higher Ed
Differentiate between public vs private procedure. This clip is from the chapter "Procedures" of the series "Excel VBA Programming–The Complete Guide".We look into variable scopes in procedures.
Instructional Video8:05
Curated Video

Excel VBA Programming The Complete Guide - The Object Data Type

Higher Ed
A variable supports more than just primitive data types like numbers and strings. It can also be assigned to any object in the Excel Object Model -- a Worksheet, a Workbook, etc. The design allows for code to be tighter and leaner. In...
Instructional Video6:29
Curated Video

GCSE Secondary Maths Age 13-17 - Probability & Statistics: Box Plot - Explained

9th - 12th
SchoolOnline's Secondary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key topic and sub topic covered in GCSE Maths in clear and easy to follow steps. This video...
Instructional Video5:51
Brian McLogan

How to use long division to divide two polynomials

12th - Higher Ed
👉 Learn how to divide polynomials by quadratic divisors using the long division algorithm. Before dividing a polynomial, it is usually important to arrange the divisor in the descending order of powers of the variable(s). To divide a...
Instructional Video3:16
The Business Professor

Cost Behavior

Higher Ed
Costs change or react to changes in other organizational levels or variables. Most notably, the Cost Volume Profit analysis analyzes changes in cost related to profitability and volume.
Instructional Video4:11
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Shopping Cart Model

Higher Ed
In this video, we'll be working on the shopping cart model. This clip is from the chapter "Models and Repository" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at models and repository.
Instructional Video9:24
Professor Dave Explains

Platyhelminthes Part 2: Free-Living Flatworms and the Problem With Turbellaria

12th - Higher Ed
With the basics regarding phylum Platyhelminthes covered, it's time to start digging into the clades within. Free-living flatworms were originally classified within the class Turbellaria. But more recently the clades needed to be...
Instructional Video9:13
Zach Star

Chemistry Careers - What You Can Do With Your Chem Degree

12th - Higher Ed
This video will focus on the many chemistry careers you can pursue as a chemistry major. Many students enter the chemistry major, but often don't know what they can do with a chemistry major. This video will cover the schooling required...
Instructional Video13:00
Physics Girl

Hydrogen vs. Battery Electric Cars

9th - 12th
I drove 1800 miles in a Hydrogen car to learn about electric vehicles.
Instructional Video7:06
Odd Quartet

How to Harmonize a Melody

9th - 12th
Today I want to talk about harmonizing a melody for a keyboard instrument. Harmonizing is just a fancy way of saying finding chords that go along with a melody (or bass line). First we will look at keyboard specific issues to keep in...
Instructional Video7:25
Curated Video

Beginning Python (Video 23)

Higher Ed
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Instructional Video1:08
Next Animation Studio

Scientists identifies new class of celestial objects near the galactic black hole

12th - Higher Ed
Scientists identified a new class of celestial bodies near the Sagittarius A, the Milky Way Galaxy’s supermassive black hole.
Instructional Video9:32
Curated Video

Bug Bounty Program Certification 5.2: Find Major Bugs in Server

Higher Ed
In this video, we will learn about advance scanning using vulnerability scanner. • Use Nessus network vulnerability scanner • Use advance scan, find bugs in server • Explanation of bug available in server
Instructional Video3:37
Python Programmer

EDA Python - 15-1List-dictionary_Comprehensions

Higher Ed
Python has a way of creating lists and dictionaries known as comprehensions. They are concise and very pythonic. They're covered in this video.
Instructional Video7:26
Curated Video

C++ Standard Template Library in Practice - Numeric Algorithms - std::accumulate

Higher Ed
The listener is new to algorithms and does not know about the numeric algorithms. • Introduce the listener to the std::accumulate algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a...
Instructional Video5:27
Curated Video

C++ Standard Template Library in Practice - Sorting and Gathering - std::binary_search

Higher Ed
The listener is new to algorithms and does not know about the binary search algorithms. • Introduce the listener to the std::binary_search algorithm • Show how it works and explain the different versions available • Reinforce the lesson...
Instructional Video5:40
Let's Tute

Microsoft Excel Tutorial: Understanding Mixed Reference

9th - Higher Ed
This is a tutorial on mixed reference in Microsoft Excel, which is a combination of absolute and relative references. The video explains how to lock specific rows or columns in a formula using the F4 key and provides examples of...
Instructional Video5:11
Let's Tute

Absolute Reference

9th - Higher Ed
In this video we will learn what is Absolute Reference and two types that is Cell Locked and Range Locked
Instructional Video5:07
Let's Tute

Building a Basic Dashboard with Countifs and Sumifs in Microsoft Excel

9th - Higher Ed
In this Microsoft Excel tutorial, you will learn how to build a basic dashboard using Countifs and sumifs with multiple conditions. The tutorial covers data validation, selecting criteria ranges, and freezing cells to update data and...
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 Video4:36
Curated Video

C++ Standard Template Library in Practice - Replacing and Transforming - equals

Higher Ed
The listener is new to algorithms and does not know about the transform algorithms. • Introduce the listener to the std::transform algorithm • Show how it works and explain the different versions available • Reinforce the lesson with a...
Instructional Video9:07
Curated Video

Excel VBA Programming The Complete Guide - The Range.Font Property

Higher Ed
The Range.Font property reveals a Font object complete with its own properties and methods. In this lesson, we explore several ways we can modify a font with VBA -- its name, its size, its bolding, and more! This clip is from the chapter...