Instructional Video14:39
Programming Electronics Academy

For Loop Lesson: Arduino Course 5.4

Higher Ed
A demonstration of how "for loops" are used in programming.
Instructional Video9:49
Packt

Implementing a Binary Tree

Higher Ed
This video demonstrates how to implement a binary tree. This clip is from the chapter "Algorithm: Tree Traversals" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains the concept of tree...
Instructional Video4:11
Brian McLogan

What are natural logarithms and their properties

12th - Higher Ed
๐Ÿ‘‰ Learn all about the properties of logarithms. The logarithm of a number say a to the base of another number say b is a number say n which when raised as a power of b gives a. (i.e. log [base b] (a) = n means that b^n = a). The...
Instructional Video5:22
Brian McLogan

How To Find the Value of X and Y that Make the Lines Parallel

12th - Higher Ed
๐Ÿ‘‰ Learn how to prove parallel lines and relationship between parallel lines and transversals. You also learn how to find the missing value to show you that two angles are supplementary or equal to prove parallel lines. This is based off...
Instructional Video6:10
Oxford Comma

What You Need Before You Read: Twelfth Night

9th - 12th
Welcome to what you need before you read, the series where I attempt to inoculate you from boredom by injecting a little context and relevancy into you reading experience. For our inaugural episode, weโ€™re looking at William Shakespeareโ€™s...
Instructional Video6:40
Brian McLogan

Learn to find the missing angles for a triangle using inverse trig functions

12th - Higher Ed
๐Ÿ‘‰ Learn how to find a missing angle of a right triangle. A right triangle is a triangle that has 90 degrees as one of its angles. The trigonometric identities of right triangles gives us the relationship between the angles of a right...
Instructional Video4:56
friEdTech

Smarter Gmail 10: groups vs Groups

Higher Ed
Learn the not so subtle difference between "groups" and "Groups" in Google and how to use each effectively for the correct purpose.
Instructional Video3:13
Brian McLogan

Geometry - Identifying Corresponding Angles from a Figure

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 Video2:05
JJ Medicine

Abduction vs. Adduction, Flexion vs. Extension and Opposition of the Thumb

Higher Ed
Lesson on Thumb Abduction vs. Adduction, Flexion vs. Extension and Opposition (Clinical Skills Lesson). Terminology involving movements of the thumb can be difficult to learn. However, knowing these movements and their terminology is...
Instructional Video2:17
Brian McLogan

Learn How to Identify Alternative Exterior Angles

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 Video14:19
Oxford Comma

The Inspirational Power of a Minute: Kipling's "If-"

9th - 12th
Welcome to a summary, reading, and analysis of the inspiring Victorian/Edwardian poem "If-." In "If-" Rudyard Kipling (who also authored such classics as The Jungle Book). One of the most well known poems of all time, "If-" teaches a...
Instructional Video4:47
Brian McLogan

Determining when a function is increasing decreasing or constant

12th - Higher Ed
๐Ÿ‘‰ Learn how to determine increasing/decreasing intervals. There are many ways in which we can determine whether a function is increasing or decreasing but we will focus on determining increasing/decreasing from the graph of the function....
Instructional Video6:55
Brian McLogan

Understand local linearity and formal definitions of the derivative

12th - Higher Ed
๐Ÿ‘‰ Learn how to evaluate the limit of a function using the difference quotient formula. The difference quotient is a measure of the average rate of change of the function over an interval, h. The limit of the difference quotient gives the...
Instructional Video10:33
Rachel's English

ENGLISH SPEAKING LESSON โ€“ The "X" Sounds โ€“ Advanced English Speaking

6th - Higher Ed
In this English speaking lesson for Advanced students Iโ€™ll teach you all four pronunciations of the letter X in American English. When youโ€™re speaking English as an advanced English student youโ€™ll need to make four distinct pronunciation...
Instructional Video8:39
Brian McLogan

Learn how to find the all the zeros of a polynomial with sum of two cubes

12th - Higher Ed
๐Ÿ‘‰ Learn how to find the zeroes of a polynomial equation/expression involving the sum/difference of two cubes. Given a polynomial having the sum of two cubes, the polynomial can be factored as follows: a^3 + b^3 = (a + b)(a^2 - ab + b^2)....
Instructional Video5:46
Brian McLogan

Different representations of polar points

12th - Higher Ed
Different representations of polar points
Instructional Video5:52
Brian McLogan

How to determine the increasing and decreasing values

12th - Higher Ed
๐Ÿ‘‰ Learn how to determine if a function is even or odd. A function is even if the graph of the function is symmetrical about the y-axis, or a function is even if f(x) = f(-x). A function is odd if the graph of the function is symmetrical...
Instructional Video5:31
Curated Video

Complete Java SE 8 Developer Bootcamp - The Three Faces of Final

Higher Ed
The keyword โ€œfinalโ€ may be applied to variables, methods, and classes. This feature prevents further modification of these constructs, once defined. This clip is from the chapter "Inheritance" of the series "Complete Java SE 8 Developer...
Instructional Video2:53
Curated Video

C++ for Beginners - Where to get the IDE

Higher Ed
In this video, your instructor demonstrates where and how to download and setup your IDE. This clip is from the chapter "Your First Program" of the series "C++ for Beginners".Where to get the IDE
Instructional Video0:37
Brian McLogan

Learn how to identify the magnitude and direction from a vector given in that form

12th - Higher Ed
Learn how to determine the magnitude and direction of a vector. The magnitude of a vector is the length of the vector. The magnitude of a vector is obtained by taking the square root of the sum of the squares of the components of the...
Instructional Video3:45
Brian McLogan

Subtracting two vectors algebraically and graphically

12th - Higher Ed
Learn how to determine the resultant vector by adding, subtracting and multiplying vectors by a scalar. We will also learn how to graph the resultant vectors to show the operations. Vectors can be added, subtracted and multiplied. To add...
Instructional Video5:01
Brian McLogan

Solving Literal equations using two steps

12th - Higher Ed
๐Ÿ‘‰ Learn how to solve literal equations involving formulas. A literal equation is an equation where the unknown values are represented by variables. To solve a literal equation means to make one of the variables the subject of the...
Instructional Video8:05
Brian McLogan

Finding one endpoint when given a midpoint and endpoint

12th - Higher Ed
๐Ÿ‘‰ In this playlist, you will learn what the distance and midpoint formulas are and how to apply them. The distance formula is derived from the Pythagorean theorem given the coordinates of two points. We will use the distance and midpoint...
Instructional Video2:36
Brian McLogan

How to evaluate a piecewise function given different values

12th - Higher Ed
๐Ÿ‘‰ Learn how to evaluate a piecewise function. A piecewise function is a function which uses different rules for different intervals. When evaluating a piecewise function, pay attention to the constraints of each function as you can only...