Instructional Video10:05
Let's Tute

Steps to Prepare Final Statements in Accounting Cycle

9th - Higher Ed
This video explains the steps to prepare final statements in accounting, including collecting data, recording and transferring, and finalizing. It also covers the importance of checking for errors and adjustments, and provides an...
Instructional Video6:29
Curated Video

Crafting Reason Statements and Providing Evidence in Argumentative Writing

K - 5th
In this video, the teacher explains the importance of crafting reason statements and providing relevant evidence in argumentative writing. The teacher reviews the difference between claim reasons and evidence, and provides examples to...
Instructional Video5:42
Curated Video

Creational Design Patterns in Modern C++ - Fluent Builder

Higher Ed
This video highlights an alternative implementation of the builder that uses a fluent interface. This clip is from the chapter "Builder" of the series "Creational Design Patterns in Modern C++".This section explains all about the...
Instructional Video3:09
Curated Video

Complete Modern C++ - The C++ Compilation Process

Higher Ed
This video explains the C++ build process in detail. • Structure of the match function • Learn implementation of match function • Usage example and generated assembly benchmark This clip is from the chapter "Basic Language Facilities" of...
Instructional Video7:24
Curated Video

Complete Modern C++ - Perfect Forwarding - Part I (C++11)

Higher Ed
This video introduces perfect forwarding, which is a very important concept implemented through R-value references. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type...
Instructional Video20:39
Curated Video

The Complete Java Developer Course: From Beginner to Master - Selection Control Statements

Higher Ed
This video explains about the selection control statements. This clip is from the chapter "Control Statements" of the series "The Complete Java Developer Course: From Beginner to Master".This section focuses on the fundamental concepts...
Instructional Video10:21
Curated Video

The Complete Ethical Hacking Bootcamp: Beginner To Advanced - If Else Statement

Higher Ed
This video teaches you about the if-else statement in Python. This clip is from the chapter "Python Basics" of the series "The Complete Ethical Hacking Bootcamp: Beginner To Advanced".In this section, you'll learn the basics of Python.
Instructional Video6:54
Brian McLogan

T Misconceptions Implied Domain

12th - Higher Ed
T Misconceptions Implied Domain
Instructional Video6:41
Curated Video

Python for Everybody: The Ultimate Python 3 Bootcamp - Chaining Operators Together

Higher Ed
Sometimes you need to check whether something is a match against multiple answers. Chaining comparison operators in Python lets you check against multiple answers. This clip is from the chapter "Intermediate Python" of the series "Python...
Instructional Video4:16
Curated Video

Python 3 for Beginners: If Statements and Code Blocks

Higher Ed
In this video, you will learn about the If statement in Python programming. You will see examples of how the If statement evaluates to true or false and how the corresponding code blocks are executed. The video also covers the use of...
Instructional Video2:31
Curated Video

Identifying Real World Ratios

9th - 12th
In this short math video we will answer a standardized math test question where we are asked to identify ratios that represent a real world situation. We will identify two correct statements from a list of five. We will review how to...
Instructional Video15:34
Curated Video

JavaScript Conditionals

Pre-K - Higher Ed
Every coding language needs a way of making decisions. It is conditional statements that allow code to make decisions. Mark demonstrates in this video
Instructional Video7:07
Curated Video

Complete Modern C++ - Exception Handling - Part V (Constructor and Destructor)

Higher Ed
This video explains exception handling in context of constructors and destructors. This clip is from the chapter "Exception Handling" of the series "Complete Modern C++".This section is about exception handling.
Instructional Video5:03
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - Condition Statements JavaScript

Higher Ed
In this video, we'll cover condition statements JavaScript. This clip is from the chapter "Learn JavaScript Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn how to write JavaScript, JavaScript...
Instructional Video13:56
Curated Video

Python for Data Analysis: Step-By-Step with Projects - Lists, Tuples, Sets, Dictionaries, Booleans

Higher Ed
This video introduces you to Python data structures such as lists, tuples, sets, dictionaries, Booleans. This clip is from the chapter "Python Crash Course" of the series "Python for Data Analysis: Step-By-Step with Projects".This...
Instructional Video8:35
Curated Video

Learn Go in 3 Hours - If/Else and For Statements

Higher Ed
The if/else statement is present in many languages, as is the for statement. Go provides a unique twist on both. • This video covers the if/else and for statements in Go, how they are both similar and different to the same statements in...
Instructional Video4:16
Curated Video

Question Tag English Grammar Lesson

Pre-K - Higher Ed
Question Tag English Grammar Lesson
Instructional Video7:26
Curated Video

Job-Ready SQL in an Afternoon - Logic Statements

Higher Ed
In this video, we will cover the logic statements. This clip is from the chapter "Conditionals and Arithmetic" of the series "Job-Ready SQL in an Afternoon".In this section, we will cover conditionals and arithmetic.
Instructional Video3:35
Curated Video

How to Calculate Cost After Markdowns

9th - 12th
In this short math video we will demonstrate we know ho to calculate cost after markdowns. We will first understand that the original cost of the item is on sale for 10% off. We will calculate 10% of the original cost and subtract the...
Instructional Video12:04
Curated Video

Selenium WebDriver Advanced - Industry Standard Framework - Log4j2 Configuration with Demo

Higher Ed
This video explains the configuration of Log4j2. This clip is from the chapter "Adding Logging to Framework" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, you will learn about adding logging...
Instructional Video5:37
Curated Video

Analyzing the Effects of Salt on the Melting of Ice - Harry's Experiment

9th - Higher Ed
The video discusses an experiment carried out by Harry to investigate how the temperature of crushed ice varies as it melts. Harry placed some crushed ice in a boiling tube and then placed the boiling tube in a beaker of water. The...
Instructional Video6:16
msvgo

Contrapositive and Converse of a Statement

K - 12th
It explains how to write contrapositive and converse of conditional statements.
Instructional Video7:42
Curated Video

Complete Modern C++ - if constexpr - I

Higher Ed
In this video, understand how compile time (if constexpr) performs conditional checks at compile time, thereby improving the performance of your code. This clip is from the chapter "C++17 Template Features" of the series "Complete Modern...
Instructional Video4:29
Curated Video

HTML CSS and JavaScript for Beginners - A Web Design Course - JavaScript Switch

Higher Ed
In this video, we'll cover JavaScript switch. This clip is from the chapter "Learn JavaScript Section" of the series "HTML CSS and JavaScript for Beginners - A Web Design Course".Learn how to write JavaScript, JavaScript code, functions,...