Brian McLogan
Find Zeros and End Behavior to Graph a Polynomial
👉 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...
Curated Video
From 0 to 1 Data Structures & Algorithms in Java - Selection Sort
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...
Curated Video
Excel VBA Programming The Complete Guide - Breakpoints
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...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 03 - Java For Loop - Exercise - Sum Upto N Numbers and Sum of Divisors
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...
Curated Video
The Complete Java Developer Course: From Beginner to Master - Continue and Break Statements
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...
National Parks Service
Everglades National Park - Student Becomes Ranger: Everglades National Park
Short video about Park Ranger Yvette Cano who works at Loop Road Environmental Education Center (3 min. with closed-captions).
Curated Video
REST API Automation Testing from Scratch - REST Assured Java - Retrieving Data from Excel Based on a Condition
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...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Python Level 3: Exercises
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...
Curated Video
Practical Python: Learn Python Basics Step by Step- Python 3 - Python Level 3: Exercises - Solution - Python Basics- Level 3
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,...
Curated Video
Learn Go in 3 Hours - If/Else and For Statements
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...
Curated Video
Introduction to Programming with Scratch: Building Your First Program
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...
Curated Video
Programming Tutorial: Creating a Palindrome Checker in Scratch
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...
Curated Video
Programming with Scratch: Exploring Loops and Times Tables
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...
Curated Video
Programming with Scratch: Exploring String Length and Loops
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...
Curated Video
JavaScript Arrays
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.
Curated Video
Intro To Python Programming - Python Lists
Python data structures give you different ways of storing data. In this video, you'll learn to create and manipulate Python lists.
Curated Video
Learn and Master C Programming - Using 'while' loops in C/C++
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...
NASA
NASA | LOOP Trailer
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...
Curated Video
TypeScript for Beginners - For-In Loop
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.
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 08 - Do While Loop in Java - an Example - Cube While User Enters Positive n
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...
Curated Video
Excel VBA Programming The Complete Guide - Initialize Arrays within a For Loop
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...
Curated Video
Dive Into Ansible - From Beginner to Expert in Ansible - Templating with Jinja2
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...
Curated Video
The Complete Beginners Guide to Arduino - 2021 - Temperature and Humidity Sensors - BME280
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...
Curated Video
The Complete Java Developer Course: From Beginner to Master - ArrayLists
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...