Instructional Video6:29
Curated Video

Conditional Statements

6th - Higher Ed
What is a conditional statement, and how (from that conditional statement) do you create a converse, inverse, and contrapositive?
Instructional Video10:45
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution - Virus Detection Algorithm with Asymmetric Arrays

Higher Ed
In this video, we will discuss the solution to the exercise on virus detection algorithm with the help of asymmetric arrays from the previous video.
<
br/>
This clip is from the chapter "Algorithms and Data Structures - Intermediate...
Instructional Video5:08
Curated Video

Vue.js 3 and Firebase for Beginners - Detecting Auth Changes

Higher Ed
This video explains how we can detectany auth changes using the useAuth file.
<
br/>
This clip is from the chapter "Authentication" of the series "Vue.js 3 and Firebase for Beginners".This section is all about authentication and how...
Instructional Video14:41
Curated Video

The Art of Doing - Web Development for Beginners - Conditional Statements

Higher Ed
In this video, we will cover conditional statements in JavaScript, including if-else statements and the conditional (ternary) operator. You will learn how to use these statements to make decisions in our code based on Boolean...
Instructional Video5:13
Curated Video

Behavioral Design Patterns in C++ - Null Object Pattern

Higher Ed
This video explores the null object pattern, a behavioral design pattern that allows for the handling of null values in a program in a more efficient and safe way. It is also an alternative to null check condition.
<
br/>
This clip...
Instructional Video5:13
Curated Video

Behavioral Design Patterns in C++ - Dynamic Array - III

Higher Ed
In this video, we will attempt to configure the array class for both single and multi-thread access using a Boolean.
<
br/>
This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section,...
Instructional Video5:14
Curated Video

Behavioral Design Patterns in C++ - Introduction-Strategy Pattern

Higher Ed
This video provides an introduction to strategy.<br<br/>/>

This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.
Instructional Video5:36
Curated Video

Behavioral Design Patterns in C++ - Spreadsheet Application - IV

Higher Ed
In this video, we will refactor our design to use the strategy pattern step-by-step.
<
br/>
This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the...
Instructional Video3:57
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-State

Higher Ed
This video talks about the pros and cons of the State design pattern.<br<br/>/>

This clip is from the chapter "State" of the series "Behavioral Design Patterns in C++".This section focuses on the State design pattern.
Instructional Video4:37
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - For Loops

Higher Ed
In this video, you will learn about for loops.
<
br/>
This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will be...
Instructional Video3:53
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Control Flow / 018

Higher Ed
This video explains control flow in JavaScript along with an example.
<
br/>
This clip is from the chapter "Control Flow" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...
Instructional Video8:29
Curated Video

Nested Conditional Statements

3rd - 12th
What are nested conditional statements?
Instructional Video9:59
Curated Video

Conditions in Coding

3rd - 12th
Learn what is conditions in coding
Instructional Video5:27
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - JavaScript Conditional (Ternary) Operator

Higher Ed
This video introduces you to the JavaScript conditional (ternary) operator.
<
br/>
This clip is from the chapter "JavaScript Introduction" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section introduces...
Instructional Video14:49
APMonitor

Python 🐍 Curve Fit with Step Test Data

10th - Higher Ed
The Scipy curve_fit function determines two unknown coefficients (dead-time and time constant) to minimize the difference between predicted and measured response values. Pandas imports the data and the dataframe header is...
Instructional Video6:38
Programming Electronics Academy

If Statements in Programming: Arduino Course 5.1

Higher Ed
A demonstration of how "if statements" are used in programming.
Instructional Video20:03
Curated Video

Complete Python Scripting for Automation - Introduction to conditional statements; simple if condition

Higher Ed
Conditional statements: Introduction to conditional statements; simple if condition
r/>
This clip is from the chapter "Conditional statements" of the series "Complete Python Scripting for Automation".In this section, the author...
Instructional Video4:57
Brian McLogan

What are the different types of conditional statements

12th - Higher Ed
👉 Learn how to find the inverse, the converse, and the contrapositive of a statement. The contrapositive of a statement is the switching of the hypothesis and the conclusion of a conditional statement and negating both. If the hypothesis...
Instructional Video1:33
Brian McLogan

Writing a statement in conditional form and labeling the hypothesis and conclusion

12th - Higher Ed
👉 Learn how to label the parts 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 conclusion is...
Instructional Video9:42
Curated Video

Bash Shell Scripting- if elif elif else conditional statement

Higher Ed
This video explores the if elif elif else conditional statement.
r/>
This clip is from the chapter "Conditional Statements - simple if, if-else, if elif elif else" of the series "Complete Bash Shell Scripting".This section...
Instructional Video5:28
Brian McLogan

How to determine the truth table from a statement and determine its validity

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

Determining the truth of a conditional 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 Video1:08
Brian McLogan

How to write a statement in conditional form

12th - Higher Ed
👉 Learn how to write a statement in conditional form. 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 conclusion is...
Instructional Video2:23
Brian McLogan

Determining that conditional and contrapositive are logically equivalent statements

12th - Higher Ed
👉 Learn how to show that two statements are logically equivalent. Two statements are said to be logically equivalent if they contain the same logical content. i.e. if both statements convey the same meaning. A conditional statement and...