Instructional Video8:36
Fun Robotics

Conditions Part 1

Higher Ed
Defining conditions and their usage in Python programming
Instructional Video6:46
Curated Video

Analyzing the Multiplicity of Roots and Sign Changes in Functions

K - 5th
In this lesson, students will learn how the multiplicity of roots affects the graph of a function. They will understand that a double root splits the graph into two intervals with positive Y values on both sides, while roots with odd...
Instructional Video11:08
Let's Tute

Scanning Financial Statements

9th - Higher Ed
In this session, we are going to learn how to analyze a financial statement and find out the errors by comparing it with the previous year's financial statement.
Instructional Video6:24
Curated Video

Django3- If Statements and Comments

Higher Ed
In this video, we will look at If statements and comments. This clip is from the chapter "Python Refresher" of the series "Django 3 - Full Stack Websites with Python Web Development".In this section, we will take a quick Python refresher.
Instructional Video21:07
APMonitor

Matlab 👩‍💻 If Else Statements

10th - Higher Ed
If and else statements tell the computer what to do based on a true or false condition. Condition operators can combine multiple conditions to correctly direct the program to different sections of code.
Instructional Video6:53
Curated Video

The Full Stack Web Development - An Overview of SQL

Higher Ed
Database Design using MySQL: An Overview of SQL This clip is from the chapter "Database Design using MySQL" of the series "The Full Stack Web Development".For databases, we are going to have a few relational databases such as MySQL...
Instructional Video5:19
The Business Professor

Understanding the Administrative Procedures Act and Its Importance

Higher Ed
This video explores the Administrative Procedures Act (APA) and its significance in federal administrative processes. The video explains the procedures laid out by the APA, including the methods and steps required for the development and...
Instructional Video3:19
Curated Video

Create and Compare Number Patterns

9th - 12th
In this short math video we will create and compare number patterns to answer a standardized math test question. We will first identify the first number in each pattern and use the provided rule to continue the pattern. We will then...
Instructional Video6:33
Brian McLogan

Proving Two Angles are Congruent by their Proving Congruent Triangles

12th - Higher Ed
👉 Learn how to prove that two triangles are congruent. Two or more triangles are said to be congruent if they have the same shape and size. There are many postulates and theorems to determine whether two triangles are congruent. They...
Instructional Video11:42
Curated Video

Microsoft SQL Server Development for Everyone - Grouping Data using the SQL GROUP BY Clause

Higher Ed
This video explains how to group data using the SQL GROUP BY clause. This clip is from the chapter "GROUP BY and Aggregate Functions" of the series "Microsoft SQL Server Development for Everyone".This section presents an introduction to...
Instructional Video0:56
Curated Video

TypeScript for Beginners - Introduction - Flow Control Statements

Higher Ed
This video provides an overview of what you will learn in this section. This clip is from the chapter "Flow Control Statements" of the series "TypeScript for Beginners".This section introduces you to flow control statements and explains...
Instructional Video6:05
Curated Video

Active Directory with Windows Server 2016 - Preferences and Item-Level Targeting

Higher Ed
Explore group policy preferences to personalize a user account based on the OS permissions set, and learn about item-level targeting as an implementation based on presets. This clip is from the chapter "Create and Manage Group Policy" of...
Instructional Video10:08
Brian McLogan

Master How to use the segment additon postulate to find the missing length of a line

12th - Higher Ed
Master How to use the segment additon postulate to find the missing length of a line
Instructional Video3:29
Curated Video

IELTS Listening Tips: You Need to Prepare for Accents

9th - Higher Ed
Today you’ll learn amazing resources you need to prepare for various accents in IELTS Listening.
Instructional Video5:14
Brian McLogan

Writing a Two Column Proof to Prove Two Triangles are Congruent - Congruent Triangles

12th - Higher Ed
👉 Learn how to prove that two triangles are congruent. Two or more triangles are said to be congruent if they have the same shape and size. There are many postulates and theorems to determine whether two triangles are congruent. They...
Instructional Video3:53
Brian McLogan

How to solve a absolute value inequality as an and statement one variable

12th - Higher Ed
👉 Learn how to solve multi-step absolute value inequalities. The absolute value of a number is the positive value of the number. For instance, the absolute value of 2 is 2 and the absolute value of -2 is also 2. To solve an absolute...
Instructional Video3:44
Curated Video

KS2 Primary Maths Age 9-13 - Statistics: Pie Charts - Explained

3rd - 5th
SchoolOnline's Primary Maths videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 9-13, they cover every key topic and sub topic covered in Maths in clear and easy to follow steps. This video looks at...
Instructional Video3:09
Curated Video

REST APIs with Flask and Python - Solution to Coding Exercise: Flow Control

Higher Ed
This video provides the solution to the "Flow Control" Python coding exercise. This clip is from the chapter "A Full Python Refresher" of the series "REST APIs with Flask and Python".This section covers the various concepts that will...
Instructional Video2:58
Curated Video

Learning Dart (Video 7)

Higher Ed
Dart is a new open source programming language for the web. Developed by Google, Dart is gaining popularity and has a steadily growing community. It is a single language for both client and server that can be used to build large-scale...
Instructional Video7:28
Curated Video

Complete Modern C++ - Functions Basics - Part I

Higher Ed
This video explains the basics of functions in C++. 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, and for loop functions.
Instructional Video4:48
Brian McLogan

How to solve a one variable absolute value inequality or statement

12th - Higher Ed
👉 Learn how to solve absolute value inequalities. The absolute value of a number is the positive value of the number. For instance, the absolute value of 2 is 2 and the absolute value of -2 is also 2. To solve an absolute value...
Instructional Video7:43
Curated Video

Frontend Web Development Bootcamp - Build a Twitter Clone - Functions

Higher Ed
JavaScript Crash Course: Functions This clip is from the chapter "JavaScript Crash Course" of the series "Frontend Web Development Bootcamp: Build a Twitter Clone".This section is about JavaScript, Variables in JavaScript, Data types,...
Instructional Video13:07
Curated Video

The Complete Beginners Guide to Arduino - 2021 - Decision Making Using Comparison Operators

Higher Ed
By comparing two or more pieces of data, you can then make decisions based on the result of that comparison. This lecture explains how. This clip is from the chapter "Programming Fundamentals" of the series "The Complete Beginners Guide...
Instructional Video9:21
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Comparison Operators

Higher Ed
Comparison operators tell your program what to do based on certain conditions. For example: if you are hungry, eat food. Programs and Python work the exact same way. This clip is from the chapter "Intermediate Python" of the series...