Instructional Video9:51
Curated Video

The Modern JavaScript Bootcamp (2019) - Digging Into Prototypical Inheritance

Higher Ed
In this presentation, you’re going to explore how prototypal inheritance works behind the scenes. This will explain why we’re able to add our shared methods onto the constructor’s prototype and then access them on each instance. This...
Instructional Video6:58
Brian McLogan

Sketching the graph of a polynomial using the zeros and multiplicity

12th - Higher Ed
👉 Learn how to use the tools needed to graph a polynomial function in factored form. A polynomial in factored form is when the polynomial is written as a product of its linear factors. Each linear factor represents an x-intercept and the...
Instructional Video3:36
Brian McLogan

Identifying the leading coefficient and degree to write the end behavior of a polynomial

12th - Higher Ed
👉 Learn how to determine the end behavior of the graph of a polynomial function. To do this we will first need to make sure we have the polynomial in standard form with descending powers. We will then identify the leading terms so that...
Instructional Video15:15
Institute for New Economic Thinking

What Happens When Economics Doesn’t Reflect the Real World?

Higher Ed
Anwar Shaikh, Professor of Economics at the New School, explores alternatives to economic orthodoxies, and the findings of his book Capitalism: Competition, Conflict, Crises.
Instructional Video8:35
Curated Video

C++ Standard Template Library in Practice - Iterator Adaptors

Higher Ed
We want to learn what other non-container iterators are available, and what they can do. • Introduce the different adapter iterator types • Learn what they can do and cover the differences • Show them in action using a code example This...
Instructional Video5:10
Brian McLogan

How to find the zeros, intercepts, and multiplicity

12th - Higher Ed
In this math tutorial I show you how to find the real zeros of a polynomial function by solving for x using algebraic techniques such as factoring, completing the square and the quadratic formula. I also show you how to determine the...
Instructional Video3:22
Brian McLogan

How to find the end behavior of a polynomial in factored form

12th - Higher Ed
👉 Learn how to determine the end behavior of the graph of a factored polynomial function. To do this we will first need to make sure we have a polynomial in standard form (i.e. we will expand all factored terms) with descending powers....
Instructional Video3:12
Brian McLogan

Sketch the graph of a factored polynomial using multiplicity

12th - Higher Ed
👉 Learn how to use the tools needed to graph a polynomial function in factored form. A polynomial in factored form is when the polynomial is written as a product of its linear factors. Each linear factor represents an x-intercept and the...
Instructional Video2:45
Brian McLogan

Determining end behavior and degrees of a polynomial graph

12th - Higher Ed
👉 Learn how to determine the end behavior of a polynomial function from the graph of the function. To do this we look at the endpoints of the graph to see if it rises or falls as the value of x increases. If the graph of the polynomial...
Instructional Video3:08
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - Introduction to Object-Oriented Programming - Exercise – Online Shopping

Higher Ed
In this video, we will learn about object-oriented programming - exercise – online shopping. This clip is from the chapter "Introduction to Object-Oriented Programming" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video10:06
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 02 - OOPS Example - Fan Class - Deciding State and Constructors

Higher Ed
In this session, we will learn about OOPS example - fan class - deciding state and constructors. This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video6:28
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - OOPS Example - Fan Class - Deciding Behavior with Methods

Higher Ed
In this session, we will learn about OOPS example - fan class - deciding behavior with methods. This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video5:26
Englishing

Lesson on Clauses of MANNER (like, in a way, as, just as, the way, as if)

9th - Higher Ed
In this video lesson, Mr. P./Marc will talk about clauses of manner such as (just as, as, like, in a way, the way, and as though). He will start the lesson by giving examples of the many ways these clauses are used. He will then delve...
Instructional Video11:29
Curated Video

Comprehensive Android Developer Bootcamp - Setting up the User Interface

Higher Ed
Android Machine Learning ML Kit – Face Detection:Setting up the User Interface This clip is from the chapter "Android Machine Learning ML Kit – Face Detection" of the series "The Comprehensive Android Developer Bootcamp".This section...
Instructional Video4:26
Curated Video

Hands-On WebAssembly for C++ Programmers - Integrating WebAssembly Modules

Higher Ed
We've used the term module throughout the course, but have not actually stopped to define it • Learn about WebAssembly modules • Learn about Emscripten modules • Override Module behavior using --pre-js flags This clip is from the chapter...
Instructional Video11:05
Curated Video

Group Conversation: Are You Turning Into Your Mother?

9th - Higher Ed
Group Conversation: Are You Turning Into Your Mother?
Instructional Video5:54
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 06 - Introducing State of an Object with Speed Variable

Higher Ed
In this video, we will learn about introducing state of an object with speed variable. This clip is from the chapter "Introduction to Object-Oriented Programming" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video1:13
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 16 - Introduction to Object-Oriented Programming – Conclusion

Higher Ed
In this video, we will learn about introduction to object-oriented programming – conclusion. This clip is from the chapter "Introduction to Object-Oriented Programming" of the series "Java Programming for Complete Beginners - Java 16".In...
Instructional Video6:58
Brian McLogan

T Misconceptions with Characteristics of Functions

12th - Higher Ed
T Misconceptions with Characteristics of Functions
Instructional Video4:29
NASA

NASA | NASA Sees Holiday Lights from Space

3rd - 11th
It’s official — our holiday lights are so bright we can see them from space. Thanks to the VIIRS instrument on the Suomi NPP satellite, a joint mission between NASA and NOAA, scientists are presenting a new way of studying satellite data...
Instructional Video1:55
Curated Video

AZ-104: Microsoft Azure Administrator Full Course - Private Zone - Scenario II

Higher Ed
In this video, we will cover private zone - scenario ii. This clip is from the chapter "Azure Virtual Networking" of the series "AZ-104: Microsoft Azure Administrator Full Course".This section explains Azure virtual networks and their...
Instructional Video6:14
Curated Video

Complete Modern C++ - Project - Part VII (override and final specifier)

Higher Ed
This video explains the purpose of override and final specifier. This clip is from the chapter "Object-Oriented Programming" of the series "Complete Modern C++".In this section, you will learn about inheritance and will work on a project...
Instructional Video8:54
Curated Video

Complete Modern C++ - Project - Part IV (Virtual Keyword)

Higher Ed
This video introduces the virtual keyword and why it is needed. This clip is from the chapter "Object-Oriented Programming" of the series "Complete Modern C++".In this section, you will learn about inheritance and will work on a project...
Instructional Video6:25
Brian McLogan

Determine the number of extrema of a polynomial

12th - Higher Ed
👉 Learn how to determine the extrema from a graph. The extrema of a function are the critical points or the turning points of the function. They are the points where the graph changes from increasing to decreasing or vice versa. They are...