Let's Tute
Microsoft Excel: Logical Statements and Nested IF Functions
This video is a tutorial on using logical statements and nested if functions in Microsoft Excel, demonstrated through VBA coding. The teacher explains the importance of understanding logical statements and provides examples of how to use...
Bethany Thiele, Art Teacher
Belief+Doubt by Barbara Kruger at the Hirshhorn | Informative Tour
Join me on a quick tour of the lower lobby of The Hirshhorn and learn about conceptual artist, Barbara Kruger.
Curated Video
Complete Python Scripting for Automation - Introduction to conditional statements; simple if condition
Conditional statements: Introduction to conditional statements; simple if condition This clip is from the chapter "Conditional statements" of the series "Complete Python Scripting for Automation".In this section, the author introduces...
Fun Robotics
Summary and Project [Datasets, Conditions I and II]
Summarize the class and explain the class project
Packt
If Statements & Comparison Operators
JavaScript Language Fundamentals: If Statements & Comparison Operators This clip is from the chapter "JavaScript Language Fundamentals" of the series "Modern JavaScript from the Beginning".In this section, you will learn the important...
Brian McLogan
Learn how to find the value a that makes the function continuous
👉 Learn how to find the value that makes a function continuos. A function is said to be continous if two conditions are met. They are: the limit of the function exist and that the value of the function at the point of continuity is...
Curated Video
Cash Flow Statements and Forecasts
This video provides an explanation of the differences between a cash flow statement and a cash flow forecast in financial management. The video goes on to demonstrate how to create a cash flow forecast by calculating cash inflows and...
Curated Video
GCSE Secondary English Age 13-17 - Writing: Writing for Impact Part 2 - Explained
SchoolOnline's Secondary English videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key skill in English Reading and Writing that students need to master in clear and easy to...
TLDR News
Does Johnson Understand How His Deal Affects Northern Ireland? - Brexit Explained.
Towards the end of last week, Johnson made some remarks in Northern Ireland to explain how his deal would impact the Great Britain/Northern Ireland border. The problem is many think he doesn't actually understand how it will work...
Curated Video
Julia for Data Science (Video 4)
Julia is an easy, fast, open source language that if written well performs nearly as well as low-level languages such as C and FORTRAN. Its design is a dance between specialization and abstraction, providing high machine performance...
Curated Video
C++ for Beginners - The "if", "else if", and "else" Statements
In this video, David examines decision making using the "if" and the "else" statements, to control program flow. This clip is from the chapter "Decision Making and Program Flow" of the series "C++ for Beginners".The "if", "else if", and...
Curated Video
Tips, Tricks, and Techniques for Node.js Development 4.4: Code Coverage
In this video, we will learn how to look at the coverage of our code. • Install istanbul • Show coverage measurements • Analyze our code coverage
The Business Professor
Off-Limits Topics of Business Conversations
Off-Limits Topics of Business Conversations
Programming Electronics Academy
For Loop Lesson: Arduino Course 5.4
A demonstration of how "for loops" are used in programming.
Curated Video
Beginning Python (Video 20)
Python is the becoming the language of choice for pretty much every arena. It is a very simple yet extremely powerful programming language. It is a scripting language that is widely used for prototyping to get work up and running in a...
Curated Video
C++ Developer - Introduction to Control Statements
This video introduces the control statements. This clip is from the chapter "Control Statements" of the series "The Complete C++ Developer Course".This section focuses on control statements and explains how to use them.
Brian McLogan
What are the different types of conditional statements
👉 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...
Curated Video
Learn and Master C Programming - If...else...Code Example: Checking high blood pressure readings
The author shows you an example that uses several if...else statements and also how to nest if statements using a blood pressure reader function that takes two numbers and gives you back your result as string. This clip is from the...
Let's Tute
Reading Financial Statements
In this video, a teacher explains how to read and interpret financial statements in a simple language. They compare the financial statements of two businesses and analyze important factors such as gross profit, expenses, cash management,...
APMonitor
Python 🐍 If Statements
Statements if and else tell the computer what to do based on a condition that is True or False. The elif statement is an additional if statement when there is more than one switching condition.
Brian McLogan
Solve and graph a compound inequality with or
👉 Learn how to solve and graph compound linear inequalities. A compound inequality is an inequality having more than 1 inequality sign. To solve compound inequalities, we use inverse operations, applying the inverse operation to each...
Curated Video
Zeno's Paradoxes of Motion
This video introduces Zeno's paradoxes of motion, which are thought experiments that challenge our understanding of movement. The paradoxes include Achilles and the turtle, the dichotomy paradox, and the arrow paradox. Through these...
Curated Video
C++ for Beginners - The "case" Statement
In this lesson, your instructor examines how to control program flow with a case statement. This clip is from the chapter "Decision Making and Program Flow" of the series "C++ for Beginners".The "if", "else if", and "else" Statements
Brian McLogan
Determining the truth of a conditional statement
👉 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...