Instructional Video4:12
Brian McLogan

Find Zeros and End Behavior to Graph a Polynomial

12th - Higher Ed
👉 Learn how to find all the zeros of a factored polynomial. A polynomial is an expression of the form ax^n + bx^(n-1) + . . . + k, where a, b, and k are constants and the exponents are positive integers. The zeros of a polynomial are the...
Instructional Video15:25
Curated Video

From 0 to 1 Data Structures & Algorithms in Java - Selection Sort

Higher Ed
Learn more about simplest and most naive sorting algorithm. This clip is from the chapter "Sorting and Searching" of the series "From 0 to 1: Data Structures & Algorithms in Java".Learn about various sorting and searching functions from...
Instructional Video6:06
Curated Video

Excel VBA Programming The Complete Guide - Breakpoints

Higher Ed
Breakpoints force a procedure to halt execution at one or more specified lines. In this lesson, we practice enabling and disabling breakpoints in our code. This clip is from the chapter "Debugging" of the series "Excel VBA...
Instructional Video6:54
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 03 - Java For Loop - Exercise - Sum Upto N Numbers and Sum of Divisors

Higher Ed
In this video, we will learn about Java for loop - exercise - sum upto n numbers and sum of divisors. This clip is from the chapter "Loops" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Instructional Video11:23
Curated Video

The Complete Java Developer Course: From Beginner to Master - Continue and Break Statements

Higher Ed
This video explains about the continue and break statements. This clip is from the chapter "Control Statements" of the series "The Complete Java Developer Course: From Beginner to Master".This section focuses on the fundamental concepts...
Instructional Video3:40
National Parks Service

Everglades National Park - Student Becomes Ranger: Everglades National Park

Pre-K - Higher Ed
Short video about Park Ranger Yvette Cano who works at Loop Road Environmental Education Center (3 min. with closed-captions).
Instructional Video8:48
Curated Video

REST API Automation Testing from Scratch - REST Assured Java - Retrieving Data from Excel Based on a Condition

Higher Ed
This video explains how to retrieve data from Excel based on a condition. This clip is from the chapter "Excel Integration with REST Assured Test" of the series "REST API Automation Testing from Scratch - REST Assured Java".This section...
Instructional Video1:31
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Python Level 3: Exercises

Higher Ed
In this video, the author gives a few exercises related to conditions and loops. This clip is from the chapter "Python Basics- Level 3" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section, the...
Instructional Video10:53
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Python Level 3: Exercises - Solution - Python Basics- Level 3

Higher Ed
In this video, the author shows the answer of the exercises given in the previous video. This clip is from the chapter "Python Basics- Level 3" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In this section,...
Instructional Video8:35
Curated Video

Learn Go in 3 Hours - If/Else and For Statements

Higher Ed
The if/else statement is present in many languages, as is the for statement. Go provides a unique twist on both. • This video covers the if/else and for statements in Go, how they are both similar and different to the same statements in...
Instructional Video14:58
Curated Video

Introduction to Programming with Scratch: Building Your First Program

Pre-K - Higher Ed
In this tutorial series, Justin Arnold guides beginners through learning to program using Scratch, a user-friendly tool for creating computer programs. Viewers are introduced to the basics of coding step by step, from creating an account...
Instructional Video17:06
Curated Video

Programming Tutorial: Creating a Palindrome Checker in Scratch

Pre-K - Higher Ed
In this tutorial video, the instructor demonstrates how to create a palindrome checker using Scratch programming. By combining skills in strings, loops, and conditional statements, viewers learn how to reverse a word or number input by...
Instructional Video17:39
Curated Video

Programming with Scratch: Exploring Loops and Times Tables

Pre-K - Higher Ed
This video tutorial introduces the concept of loops in programming using Scratch. It demonstrates how to use a definite loop to repeat code a set number of times, specifically creating a program for a dinosaur to recite a chosen times...
Instructional Video10:46
Curated Video

Programming with Scratch: Exploring String Length and Loops

Pre-K - Higher Ed
In this lesson, students learn how to combine string manipulation and loops in Scratch programming. They explore determining the length of a user-inputted string and using a loop to spell out the characters of the string one by one. By...
Instructional Video13:43
Curated Video

JavaScript Arrays

Pre-K - Higher Ed
So far, we've used variables to hold a single value. Arrays allow you to reference multiple values in a list form using a single variable name.
Instructional Video5:30
Curated Video

Intro To Python Programming - Python Lists

Pre-K - Higher Ed
Python data structures give you different ways of storing data. In this video, you'll learn to create and manipulate Python lists.
Instructional Video6:32
Curated Video

Learn and Master C Programming - Using 'while' loops in C/C++

Higher Ed
We will introduce you to the 'while' loop in C/C++ and to help you understand it well, we will go over some possible variations. This clip is from the chapter "Loops, Jump keywords & Control Flow" of the series "Learn and Master C...
Instructional Video0:33
NASA

NASA | LOOP Trailer

3rd - 11th
LOOP connects viewers to a moving world. Engines of circulation pump energy and matter, and LOOP presents circulation's story in poetic, energetic, and compelling cinema. See it exclusively on Science On a Sphere--now showing in theaters...
Instructional Video2:18
Curated Video

TypeScript for Beginners - For-In Loop

Higher Ed
This video demonstrates how to use the for-in loop. This clip is from the chapter "Objects and Arrays" of the series "TypeScript for Beginners".This section introduces you to objects and arrays and demonstrates how to use them.
Instructional Video8:27
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 08 - Do While Loop in Java - an Example - Cube While User Enters Positive n

Higher Ed
In this video, we will learn about do while loop in Java - an example - cube while user enters positive n. This clip is from the chapter "Loops" of the series "Java Programming for Complete Beginners - Java 16".In this section, we will...
Instructional Video5:59
Curated Video

Excel VBA Programming The Complete Guide - Initialize Arrays within a For Loop

Higher Ed
Arrays can easily be populated with values from the worksheet using a basic For loop. In this lesson, we perform a popular string cleaning operation --- trimming the leading and trailing whitespace of a string -- on a column of values...
Instructional Video12:47
Curated Video

Dive Into Ansible - From Beginner to Expert in Ansible - Templating with Jinja2

Higher Ed
This video demonstrates how to useJinja2 for templating. This clip is from the chapter "Ansible Playbooks Introduction" of the series "Dive Into Ansible - From Beginner to Expert in Ansible".This section provides an introduction to...
Instructional Video28:40
Curated Video

The Complete Beginners Guide to Arduino - 2021 - Temperature and Humidity Sensors - BME280

Higher Ed
In this lecture, we are going to work with temperature and humidity sensors - BME280. This clip is from the chapter "Step-by-Step Learning with Arduino Projects" of the series "The Complete Beginners Guide to Arduino - 2021".In this...
Instructional Video7:01
Curated Video

The Complete Java Developer Course: From Beginner to Master - ArrayLists

Higher Ed
This video explains one of the data structures that resizes itself and can be found in the java.util package—ArrayLists. This clip is from the chapter "Arrays and ArrayLists" of the series "The Complete Java Developer Course: From...