Curated Video
Analyzing the Multiplicity of Roots and Sign Changes in Functions
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...
Let's Tute
Scanning Financial Statements
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.
Curated Video
Django3- If Statements and Comments
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.
APMonitor
Matlab 👩💻 If Else Statements
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.
Curated Video
The Full Stack Web Development - An Overview of SQL
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...
The Business Professor
Understanding the Administrative Procedures Act and Its Importance
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...
Curated Video
Create and Compare Number Patterns
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...
Brian McLogan
Proving Two Angles are Congruent by their Proving Congruent Triangles
👉 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...
Curated Video
Microsoft SQL Server Development for Everyone - Grouping Data using the SQL GROUP BY Clause
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...
Curated Video
TypeScript for Beginners - Introduction - Flow Control Statements
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...
Curated Video
Active Directory with Windows Server 2016 - Preferences and Item-Level Targeting
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...
Brian McLogan
Master How to use the segment additon postulate to find the missing length of a line
Master How to use the segment additon postulate to find the missing length of a line
Curated Video
IELTS Listening Tips: You Need to Prepare for Accents
Today you’ll learn amazing resources you need to prepare for various accents in IELTS Listening.
Brian McLogan
Writing a Two Column Proof to Prove Two Triangles are Congruent - Congruent Triangles
👉 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...
Brian McLogan
How to solve a absolute value inequality as an and statement one variable
👉 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...
Curated Video
KS2 Primary Maths Age 9-13 - Statistics: Pie Charts - Explained
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...
Curated Video
REST APIs with Flask and Python - Solution to Coding Exercise: Flow Control
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...
Curated Video
Learning Dart (Video 7)
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...
Curated Video
Complete Modern C++ - Functions Basics - Part I
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.
Brian McLogan
How to solve a one variable absolute value inequality or statement
👉 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...
Curated Video
Frontend Web Development Bootcamp - Build a Twitter Clone - Functions
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,...
Curated Video
The Complete Beginners Guide to Arduino - 2021 - Decision Making Using Comparison Operators
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...
Curated Video
Python for Everybody: The Ultimate Python 3 Bootcamp - Comparison Operators
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...