Instructional Video3:16
Curated Video

Learn and Master C Programming - Understanding 'extern' keyword in C

Higher Ed
We will go over the need to use 'extern' keyword in our C/C++ programs. This clip is from the chapter "More C Keywords..." of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we look into keywords like...
Instructional Video4:53
Brian McLogan

Learning to graph a parabola and determine the vertex focus and directrix

12th - Higher Ed
Learn how to graph a horizontal parabola. A parabola is the shape of the graph of a quadratic equation. A parabola is said to be horizontal if it opens to the left or opens to the right. A horizontal parabola results from a quadratic...
Instructional Video7:39
Curated Video

Master Java Web Services and REST API with Spring Boot- Step 7: Spring Boot Starter Projects - Starter Web and Starter JPA

Higher Ed
Introduction to Spring Boot in 10 Steps: Step 7: Spring Boot Starter Projects - Starter Web and Starter JPA This clip is from the chapter "Introduction to Spring Boot in 10 Steps" of the series "Master Java Web Services and REST API with...
Instructional Video3:00
Brian McLogan

Three different ways to define Sine

12th - Higher Ed
👉 Learn how to evaluate the six trigonometric functions given a point. When given a point, there are many ways to evaluate the trigonometric functions of the point. The methods include: using the unit circle if the point is a point on...
Instructional Video4:22
Brian McLogan

Identify the parts of the cosine graph

12th - Higher Ed
Identify the parts of the cosine graph
Instructional Video3:47
Brian McLogan

Determining if two angles are adjacent or not

12th - Higher Ed
👉 Learn how to define and classify different angles based on their characteristics and relationships are given a diagram. The different types of angles that we will discuss will be acute, obtuse, right, adjacent, vertical, supplementary,...
Instructional Video3:30
Brian McLogan

How to label the sides of an angle

12th - Higher Ed
Learn all about angles. An angle is a figure formed by two rays sharing a common endpoint. An angle can be classified as acute, right, obtuse, straight or refrex. An acute angle is an angle which measures less than 90 degrees. A right...
Instructional Video3:59
Curated Video

Risk Management 101 for IT Professionals Essential Concepts - What Is Risk Management

Higher Ed
This video explains risk management. This clip is from the chapter "Understanding Risk" of the series "Risk Management 101 for IT Professionals: Essential Concepts".This section explains how to understand risk.
Instructional Video6:33
Math Fortress

Differential Equations: Solutions (Level 2 of 4)

12th - Higher Ed
This video introduces the basic concepts associated with solutions of ordinary differential equations. This video goes over 3 examples illustrating how to verify solutions to differential equations. In addition this video also covers how...
Instructional Video5:10
Curated Video

Identifying Functions: Real World Examples

K - 5th
Does a gumball machine models a function relation? This video explains the concepts of input and output variables, emphasizing that for a function, each input must have exactly one output. The teacher provides examples and clarifies...
Instructional Video9:53
Religion for Breakfast

Why is "Mana" in Your Video Games?

12th - Higher Ed
If you play League of Legends, World of Warcraft, or Magic the Gathering, you've probably heard about "mana." It is the magical power used by sorcerers, magicians, mages, and wizards. But what is mana, and how did it enter video gaming...
Instructional Video4:16
Curated Video

API Testing with Postman - Understanding Web Services and APIs

Higher Ed
Gain a conceptual understanding of what web service is and how you can interact with them via APIs. • Explain how to think of web services as a black box function • Explain how an API can be thought of as inputs and outputs to the...
Instructional Video4:59
Curated Video

C++ 20 (2a) New Features - Generator Expressions

Higher Ed
Define a simple Fibonacci function with a co_yield expression. • Define a Fibonacci function • Add generator definition using raw coroutines facilities • Add generator definition using cppcoro template This clip is from the chapter...
Instructional Video2:42
Brian McLogan

Using Congruent Triangles to Determine the Value of X

12th - Higher Ed
👉 Learn how to solve for unknown variables in congruent triangles. Two or more triangles are said to be congruent if they have the same shape and size. When one of the values of a pair of congruent sides or angles is unknown and the...
Instructional Video10:43
Brian McLogan

How to find the foci, center and vertices, and asymptotes of a hyperbola

12th - Higher Ed
Learn how to graph hyperbolas. To graph a hyperbola from the equation, we first express the equation in the standard form, that is in the form: (x - h)^2 / a^2 - (y - k)^2 / b^2 = 1 for horizontal hyperbola or (y - k)^2 / a^2 - (x - h)^2...
Instructional Video3:02
Brian McLogan

Evaluate inverse trig functions without a calculator

12th - Higher Ed
👉 Learn how to evaluate the inverse of reciprocal trigonometric functions. Recall that the reciprocal trigonometric functions are given by the ratio of 1 and the corresponding trigonometric function. When an angle is unknown but the...
Instructional Video2:36
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - What is a Pull Request?

Higher Ed
This video explains the concept of a Git pull request. This clip is from the chapter "Pull Requests" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to pull request and how to create a...
Instructional Video4:55
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 09 - Inheritance and Overriding - with toString() Method

Higher Ed
In this session, we will learn about inheritance and overriding - with the toString() method. This clip is from the chapter "Object-Oriented Programming Again" of the series "Java Programming for Complete Beginners - Java 16".In this...
Instructional Video9:37
Brian McLogan

How to graph a rational function using solution points

12th - Higher Ed
👉 Learn how to graph a rational function. To graph a rational function, we first find the vertical and horizontal or slant asymptotes and the x and y-intercepts. After finding the asymptotes and the intercepts, we graph the values and...
Instructional Video5:14
Curated Video

Master Hibernate and JPA with Spring Boot in 100 Steps - Step 48 - JPA Inheritance Hierarchies and Mappings - Mapped Super Class

Higher Ed
In this video, we will cover JPA inheritance hierarchies and mappings - mapped super class. This clip is from the chapter "Inheritance Hierarchies with JPA and Hibernate" of the series "Master Hibernate and JPA with Spring Boot in 100...
Instructional Video3:48
Brian McLogan

What is the definition of absolute value

12th - Higher Ed
In this video playlist you will learn how to solve and graph absolute value equations and inequalities. When working with absolute value equations and functions it is important to understand that the absolute value symbol represents the...
Instructional Video2:22
Brian McLogan

Determining adjacent angles

12th - Higher Ed
👉 Learn how to define and classify different angles based on their characteristics and relationships are given a diagram. The different types of angles that we will discuss will be acute, obtuse, right, adjacent, vertical, supplementary,...
Instructional Video22:22
Brian McLogan

The Angles Created from Lines and a Transversal

12th - Higher Ed
👉 Learn how to identify angles from a figure. This video explains how to solve problems using angle relationships between parallel lines and transversal. We'll determine the solution given, corresponding, alternate interior and exterior....
Instructional Video9:06
Curated Video

Complete Modern C++ - Functions Basics - Part II

Higher Ed
This video discusses the concept of function declaration and definition. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers, references,...