Instructional Video4:15
Curated Video

TypeScript for Beginners - Logical Operators

Higher Ed
This video introduces you to the logical operators and demonstrates how to use them. This clip is from the chapter "Operators" of the series "TypeScript for Beginners".This section introduces you to operators and explains how to use them.
Instructional Video8:39
Curated Video

C++ Developer - Relational Operators

Higher Ed
This video explains the relational operators. This clip is from the chapter "Fundamentals of C++" of the series "The Complete C++ Developer Course".This section discusses the fundamentals of C++.
Instructional Video3:30
Brian McLogan

How to use a truth table and counter example to determine the truth value of a statement

12th - Higher Ed
👉 Learn how to determine the truth or false of a conditional statement. A conditional statement is an if-then statement connecting a hypothesis (p) and the conclusion (q). If the hypothesis of a statement is represented by p and the...
Instructional Video11:40
Curated Video

Complete Java SE 8 Developer Bootcamp - The Object Class

Higher Ed
Learn about overriding Object's toString, equals, and hashCode methods. This clip is from the chapter "Polymorphism" of the series "Complete Java SE 8 Developer Bootcamp".The author introduces you to the unique property of polymorphism...
Instructional Video7:05
TLDR News

The Hunter Biden Email Scandal Explained: What's Real? Will it Impact 2020? - TLDR News

12th - Higher Ed
In recent weeks the Trump campaign have been increasing their attacks on Biden, more specifically his son Hunter. There have been a lot of accusations thrown around and claims made so in this video we're going to answer two key...
Instructional Video3:19
Brian McLogan

Learn how to solve as well as graph a compound inequality with or

12th - Higher Ed
👉 Learn how to solve compound inequalities and graph their solution on a number line. A compound inequality is an inequality having more than 1 inequality sign. To solve compound inequalities, we use inverse operations, applying the...
Instructional Video2:36
Curated Video

Core Java Programming Course- Editing a Text File Using Apache Commons IO

Higher Ed
This video explains how to edit a text file using Apache Commons IO. This clip is from the chapter "Working with Text Files (Apache Commons IO)" of the series "Learn How to Code: The Complete Core Java Programming Course".This section...
Instructional Video6:35
Curated Video

Excel VBA Programming The Complete Guide - The AND & OR Logical Operators

Higher Ed
Multiple conditions can be checked with the And and Or logical operators. In this lesson, we apply these principles to conditional logic across two columns. This clip is from the chapter "Conditionals" of the series "Excel VBA...
Instructional Video5:48
Brian McLogan

Graphing a system of inequalities

12th - Higher Ed
👉 Learn how to graph a system of inequalities. A system of inequalities is a set of inequalities which are collectively satisfied by a certain range of values for the variables. To graph a system of inequalities, each inequality making...
Instructional Video5:54
Brian McLogan

How to graph a linear inequality when you have multiple fractions

12th - Higher Ed
👉 Learn how to graph linear inequalities written in standard form. Linear inequalities are graphed the same way as linear equations, the only difference being that one side of the line that satisfies the inequality is shaded. Also broken...
Instructional Video2:42
Brian McLogan

Solve an inequality by appyling the distributive property

12th - Higher Ed
👉 Learn how to solve multi-step linear inequalities having parenthesis. An inequality is a statement in which one value is not equal to the other value. An inequality is linear when the highest exponent in its variable(s) is 1. (i.e....
Instructional Video4:18
Python Programmer

EDA Python - 08-4_comparison_and_membership

Higher Ed
A look at how to apply booleans to make comparisons and check whether a list contains a specific value.
Instructional Video19:46
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Functions - implementation step by step

Higher Ed
Add previously built read functionality to the student class using static and regular methods, along with another special method __eq__ to test for equality based on custom definition This clip is from the chapter "Python in-depth" of...
Instructional Video9:17
Curated Video

Complete Python Scripting for Automation - Boolean result operations

Higher Ed
Complete String Operations: Boolean result operations This clip is from the chapter "Complete String Operations" of the series "Complete Python Scripting for Automation".You will learn about Basic operations on strings and strip, split...
Instructional Video3:45
Brian McLogan

How to graph and shade a system of linear inequalities

12th - Higher Ed
👉 Learn how to graph a system of inequalities. A system of inequalities is a set of inequalities which are collectively satisfied by a certain range of values for the variables. To graph a system of inequalities, each inequality making...
Instructional Video16:14
APMonitor

Java ☕ Loops

10th - Higher Ed
I recently wrote a computer program to solve Sudoku puzzles. As part of the program, I needed to the computer to check every empty box on the grid. Sudoku is played on a 9 by 9 grid. That means I would have to check 81 times. It wouldn't...
Instructional Video14:07
Curated Video

Data Science and Machine Learning with R - Vectors: Coercion

Higher Ed
This video explains coercion. This clip is from the chapter "Data Types and Structures in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This video explains data types and structures in R.
Instructional Video4:32
Curated Video

Bash Shell Scripting - String Comparison Operators

Higher Ed
This video focusses on string comparison operators. This clip is from the chapter "Operators" of the series "Mastering Bash Shell Scripting: Automate your daily tasks [Updated for 2021]".This section focuses on operators.
Instructional Video3:31
Brian McLogan

Graphing the system of two linear inequalities with two horizontal line

12th - Higher Ed
👉 Learn how to graph a system of inequalities. A system of inequalities is a set of inequalities which are collectively satisfied by a certain range of values for the variables. To graph a system of inequalities, each inequality making...
Instructional Video13:31
Let's Tute

IELTS Reading: Understanding True, False, Not Given Questions

9th - Higher Ed
In this video, the teacher discusses the true, false, not given question type in the reading section of the IELTS exam. They explain the importance of understanding the given information and locating the answer based on keywords in the...
Instructional Video13:26
Brave Wilderness

SCREAMING SKULL Frozen in Time!

6th - 8th
On this episode of Base Camp, Coyote and Mario discuss the new series Beyond Dinosaurs! They reminisce of how much fun it was to learn from and look through the fossil archive of renowned paleontologist Peter Larson, coming across...
Instructional Video11:14
Curated Video

Core Java Programming Course- Quantifiers in RegEx (regular expressions)

Higher Ed
This video explains the various quantifiers in RegEx. This clip is from the chapter "Regular Expressions" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various regular expressions...
Instructional Video3:40
Brian McLogan

How to determine if a point lies on a line or not using the point and the equation

12th - Higher Ed
👉 Learn all about points lines and planes. In this playlist, we will explore how to how to identify, write, label all points lines, and planes. We will learn how to determine the distance between two points as well as the midpoint. Learn...
Instructional Video5:55
Curated Video

TypeScript for Beginners - Map in action

Higher Ed
In this video, you will learn about map in action. This clip is from the chapter "More Types" of the series "TypeScript for Beginners".This section primarily focuses on types of maps and expressions.