Instructional Video4:02
Curated Video

Learn and Master C Programming - Using Ternary Operator

Higher Ed
We will see how we can use the C/C++ ternary operator.
r/>
This clip is from the chapter "Conditional Statements" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, learn the syntax to use...
Instructional Video7:52
Curated Video

Complete Java SE 8 Developer Bootcamp - Primitive Data Types

Higher Ed
The author dives into syntax and usage of primitive data types.
r/>
This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8 Developer Bootcamp".This section gives brief overview on...
Instructional Video11:36
Curated Video

Bash Shell Scripting - Conditional Tests

Higher Ed
This video focusses on conditional tests.<br/<br/>>

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 Video11:18
Curated Video

Complete Java SE 8 Developer Bootcamp - Operators: Part 1

Higher Ed
Learn the different operators available to Java, and just as important as per the order of precedence.
r/>
This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In this section, we...
Instructional Video7:56
Curated Video

Complete Java SE 8 Developer Bootcamp - Conditionals-If / Else If / Else

Higher Ed
Learn more about conditionals that allow us to write blocks of code that are executed if a certain state is true or false
r/>
This clip is from the chapter "Java Syntax" of the series "Complete Java SE 8 Developer Bootcamp".In...
Instructional Video7:56
Brian McLogan

Graphing a linear inequality with test points

12th - Higher Ed
πŸ‘‰ Learn how to graph linear inequalities written in slope-intercept 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...
Instructional Video2:50
Brian McLogan

Graphing an inequality when the slope is one ex 6

12th - Higher Ed
πŸ‘‰ Learn how to graph linear inequalities written in slope-intercept 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...
Instructional Video6:55
Curated Video

Java Programming for Complete Beginners - Java 16 - Step 18 - Understanding Primitive Variable Types in Java

Higher Ed
This video talks about understanding primitive variable types in Java.
r/>
This clip is from the chapter "Introduction to Java Programming with JShell Using Multiplication Table" of the series "Java Programming for Complete...
Instructional Video4:47
Curated Video

Adding Linear Expressions: Combining Like Terms

K - 5th
This video explains how to add linear expressions with rational coefficients by combining like terms. Review the commutative property of addition and discuss common mistakes, such as not following the order of operations and changing...
Instructional Video5:48
Curated Video

Learn and Master C Programming - Using if...else...conditional statements

Higher Ed
We will look at how to use if...else conditional statements in C and understand how they work. This clip is from the chapter "Conditional Statements" of the series "Learn and Master C Programming For Absolute Beginners!".In this section,...
Instructional Video8:36
Fun Robotics

Conditions Part 1

3rd - 12th
Defining conditions and their usage in Python programming
Instructional Video3:51
Brian McLogan

Learn how to determine the feasible region of 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 Video2:52
Brian McLogan

Solving a compound inequality - Free math help

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 Video3:14
Brian McLogan

Graphing an inequality with the variable on the right side and negative

12th - Higher Ed
πŸ‘‰ Learn how to solve one step inequalities. When solving one step inequalities we will use inverse operations to isolate the variable. To represent our solution we will graph on the number line and use open and closed points based on the...
Instructional Video20:27
Packt

Trie - II

Higher Ed
This is the second part of the two-part video that explains how to implement a trie.
<
br/>
This clip is from the chapter "Data Structures – Tries" of the series "Data Structures and Algorithms: The Complete Masterclass".This...
Instructional Video3:25
Curated Video

AZ-104: Microsoft Azure Administrator Full Course - Role Definitions

Higher Ed
In this video, we will cover role definitions.
r/>
This clip is from the chapter "Azure Governance and Compliance." of the series "AZ-104: Microsoft Azure Administrator Full Course".Learn about management groups and how to...
Instructional Video6:13
Curated Video

C++ Standard Template Library in Practice - Permutations

Higher Ed
The listener is new to algorithms and does not know about the permutation algorithms.

β€’ Introduce the listener to the std::is_permutation, std::next_permutation, and std::prev_permutation algo
rithm
β€’ Show how it works...
Instructional Video3:06
Curated Video

4 Terrific Tips for T/F/NG and Y/N/NG

9th - Higher Ed
Today, some tips for the toughest Reading questions- T/F/NG and Y/N/NG.





These questions are the bane of the IELTS candida

te’s existence!

Here are some tips to help you figure out the...
Instructional Video9:02
Packt

ES6 Sets

Higher Ed
Other Newer Features - ES2015+: ES6 Sets
<
br/>
This clip is from the chapter "Other Newer Features - ES2015+" of the series "Modern JavaScript from the Beginning".In this section, you will learn about the newer features of...
Instructional Video4:29
Brian McLogan

Solving a two step inequality when the variable is on the right

12th - Higher Ed
πŸ‘‰ Learn how to solve two-step linear inequalities and graph their solution. When solving two step inequalities we will use inverse operations, reverse order of operations and the properties of equality to solve. We will then graph our...
Instructional Video3:03
Brian McLogan

Applying distributive property to solve and graph an inequality

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 Video6:32
Curated Video

Multi-Paradigm Programming with Modern C++ - Specializing the Template

Higher Ed
Our β€œequal” function uses an epsilon to compare values. This works well with floating point types, but it’s inefficient for fixed point. We can try to specialize the function template, but how to do this in a generic way?

β€’...
Instructional Video7:22
Curated Video

Complete Modern C++ - Type Traits (C++11)

Higher Ed
This video shows you a few type traits and how to use them.
r/>
This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect forwarding,...
Instructional Video12:43
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Numbers, math, type casting and input

Higher Ed
Conclude our look at iterators, generators and popular functions associated with them with while loops and enumerate and zip functions
r/>
This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based...