Instructional Video15:49
Programming Electronics Academy

analogRead in Ardiuno: Arduino Course 4.11

Higher Ed
Using analogRead() to read analog inputs with Arduino.
Instructional Video4:02
Curated Video

Application Development with Swift 2 (Video 13)

Higher Ed
Swift 2 is the latest iteration of Apple's native programming language for iOS devices. If you're an aspiring iOS application developer who is looking to build apps for the App Store, you'll need to use Swift. The language boasts a vast...
Instructional Video6:08
Step Back History

Badass Women in History

12th - Higher Ed
Humanity has done some amazing things, and created some beautiful works. This week I want to continue the series of badass women in history by honouring three amazing ladies. These women were great contributors to technology, science,...
Instructional Video11:46
Curated Video

Understanding the Marketing Mix and How the Elements Interact and Influence Each Other

12th - Higher Ed
This video discusses the marketing mix and how each element interacts and influences the others. The four elements of the marketing mix are product, price, promotion, and place. The video explains how decisions made in one element can...
Instructional Video12:05
Why U

Algebra 52 - An Introduction to Matrices

12th - Higher Ed
Matrices are an important class of mathematical object used in many branches of mathematics, science and engineering. This lecture also introduces augmented matrices, a compact easy-to-manipulate representation of systems of linear...
Instructional Video16:07
Programming Electronics Academy

Arrays and For Loops Continued: Arduino Course 7.5

Higher Ed
A walkthrough of using arrays and for loops in programming.
Instructional Video20:36
Programming Electronics Academy

Tone Library Continued: Arduino Course 6.6

Higher Ed
A description of how to explore a code library.
Instructional Video13:07
Curated Video

Implement different search algorithms : Build a Binary Search Tree from scratch - Insert

Higher Ed
From the section: Algorithms - Search and abstract data structures. This section is about Algorithms. You will learn about Bisection, Binary section etc. Inserting nodes into a BST in-depth with test cases
Instructional Video13:31
Brian McLogan

Free Online Tutoring solving quadratics

12th - Higher Ed
👉Learn how to solve quadratic equations using the square root method. It is important to understand that not all quadratics have to be solved using factoring or quadratic formula. When we only have one variable but it is squared we can...
Instructional Video20:07
Let's Tute

Drawing a Realistic Eye: Basic Structure and Shading Techniques

9th - Higher Ed
In this video, the teacher demonstrates how to draw a realistic eye using various art supplies and techniques. They guide the viewers through the process of drawing the basic structure of the eye, shading, and adding details.
Instructional Video12:47
Curated Video

Using Decision Trees for Business Investment Calculations

Higher Ed
The video is a lecture on how businesses can use decision trees to make important calculations regarding investment projects. The lecturer explains the concept of decision trees and how they allow businesses to map out all possible...
Instructional Video5:28
Curated Video

Evaluating the Limitations of Payback Periods as an Investment Appraisal Measure

Higher Ed
This video explains the investment appraisal measure of payback periods and how to evaluate it. The video discusses the limitations of payback periods and how they can emphasize the timing of cash flows, rather than the profitability of...
Instructional Video4:11
Curated Video

Application Development with Swift 2 (Video 16)

Higher Ed
Swift 2 is the latest iteration of Apple's native programming language for iOS devices. If you're an aspiring iOS application developer who is looking to build apps for the App Store, you'll need to use Swift. The language boasts a vast...
Instructional Video7:23
Curated Video

Biological Methods of Extracting Metals: Pros and Cons

Higher Ed
The video explains the concept of biological methods of extracting metals. It explains the conventional methods of extracting metals using chemical reactions or electrolysis and the limitations of these techniques when dealing with low...
Instructional Video9:21
KnowMo

Adding Mixed Numbers: Two Methods

12th - Higher Ed
The video discusses two methods for adding mixed numbers and provides examples of how to apply both methods. The first method involves adding the whole numbers and fractions separately, while the second method involves converting the...
Instructional Video2:59
The Business Professor

Tax Effects of the Inventory Accounting Method

Higher Ed
Tax Effects of the Inventory Accounting Method
Instructional Video3:59
Packt

Explain the negative impacts of artificial intelligence systems on society : PGD Attack Practical Configuration

Higher Ed
From the section: Compare Various Attacks. In this section, you will learn the most important metrics to compare various attacks. Now, you will dive deeper into various adversarial attacks from the white-box category. You will see how...
Instructional Video5:57
Programming Electronics Academy

Switch Case: Arduino Course 5.6

Higher Ed
A demonstration of how "switch-case statements" are used in programming.
Instructional Video8:33
Curated Video

Choosing the Right Sampling Method: A Comparative Guide

K - 5th
This video provides an overview of different sampling methods and how to choose the appropriate method for a given situation. It explains simple random sampling, systematic sampling, stratified sampling, cluster sampling, convenience...
Instructional Video5:36
Curated Video

Learning D3.JS 5.0 6.1: Get Started with Bars

Higher Ed
In this video, we will learn how to create a basic bar graph. • Understand the code and add more code to the given files • Understand how it’s done manually and how it’s done on D3.js • View the result with the developers’ tools
Instructional Video1:01
The March of Time

MOT 1948: INDIA: GRAIN STORAGE: INSECTICIDE: MS Male holding large funnel steady w/ unseen male pouring clear liquid, VS Male spraying fog poison on stacked bags of rice. RAT POISON: VS Male inspector finding rodent evidence, hole in burlap bag,

12th - Higher Ed
MOT 1948: INDIA: GRAIN STORAGE: INSECTICIDE: MS Male holding large funnel steady w/ unseen male pouring clear liquid, VS Male spraying fog poison on stacked bags of rice. RAT POISON: VS Male inspector finding rodent evidence, hole in...
Instructional Video8:18
Packt

Factory Pattern

Higher Ed
JavaScript Patterns: Factory Pattern This clip is from the chapter "JavaScript Patterns" of the series "Modern JavaScript from the Beginning".In this section, you will learn what JavaScript patterns are, and the various JavaScript...
Instructional Video10:06
Curated Video

Complete Python Scripting for Automation - Polymorphism and inheritance of python oops

Higher Ed
OOPS for Real Time: Polymorphism and inheritance of python oops This clip is from the chapter "OOPS for Real Time" of the series "Complete Python Scripting for Automation".In this section, the author introduces OOPS and object...
Instructional Video7:56
Curated Video

C++ for Beginners - Access Modifiers and Overrides

Higher Ed
This lesson continues to discuss object-oriented programming, particularly accesses and overrides. This clip is from the chapter "Classes and Objects" of the series "C++ for Beginners".Objects and Inheritance