Instructional Video11:19
Crash Course

Programming Basics: Statements & Functions: Crash Course Computer Science

12th - Higher Ed
Today, Carrie Anne is going to start our overview of the fundamental building blocks of programming languages. We’ll start by creating small programs for our very own video game to show how statements and functions work. We aren’t going...
Instructional Video8:08
Curated Video

EXCEL DATA: IF, AND, OR functions

Pre-K - Higher Ed
Explore logical functions like IF, AND, OR, paving your path to logical thinking in Excel.
Instructional Video1:15
Fun Robotics

Summary and Project [Datasets, Conditions I and II]

Higher Ed
Summarize the class and explain the class project
Instructional Video19:02
Packt

If Statements & Comparison Operators

Higher Ed
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...
Instructional Video21:59
APMonitor

Java ☕ If Statements

10th - Higher Ed
We humans can make decisions. If someone tells you to turn off the stove if the food is done. You can go check the food and then either turn it off if it's done or leave it one if not. So far we have learned programming that let's us...
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. 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 covers the various...
Instructional Video26:16
APMonitor

Python 🐍 If Statements

10th - Higher Ed
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.
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 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...
Instructional Video4:05
Brian McLogan

Writing conditional statements

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 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 Video2:44
Brian McLogan

Rewriting a statement as a conditional statement

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:43
Brian McLogan

Learn to write a statement as a conditional statement and label it's parts

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 Video1:16
Brian McLogan

Learn to determine the hypothesis and conclusion of a conditional statement

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 Video1:49
Brian McLogan

How to determine the converse from a conditional statement

12th - Higher Ed
👉 Learn how to find the converse of a statement. The converse of a statement is the switching of the hypothesis and the conclusion of a conditional statement. If the hypothesis of a statement is represented by p and the conclusion is...
Instructional Video21:07
APMonitor

Matlab 👩‍💻 If Else Statements

10th - Higher Ed
If and else statements tell the computer what to do based on a true or false condition. Condition operators can combine multiple conditions to correctly direct the program to different sections of code.
Instructional Video0:57
Brian McLogan

Learning to write the converse of a conditional statement

12th - Higher Ed
👉 Learn how to find the converse of a statement. The converse of a statement is the switching of the hypothesis and the conclusion of a conditional statement. If the hypothesis of a statement is represented by p and the conclusion is...
Instructional Video5:38
Curated Video

Core Java Programming Course- Nested If - Condition

Higher Ed
This video explains the "Nested If" condition. This clip is from the chapter "Basic Concepts of Java Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the basic concepts that...
Instructional Video21:14
Packt

Validating if User Interface (UI) Elements Are Disabled or Enabled with Attributes

Higher Ed
This video explains how to validate if the UI elements are disabled or enabled with attributes. This clip is from the chapter "Selenium WebDriver: Techniques to Automate Web Elements" of the series "Selenium WebDriver with Java - Basics...
Instructional Video7:47
Brian McLogan

Master Write a conditional statement, its inverse, converse and contrapositive

12th - Higher Ed
Master Write a conditional statement, its inverse, converse and contrapositive
Instructional Video2:38
Curated Video

Core Java Programming Course- If - Condition

Higher Ed
This video explains the "If" loop. This clip is from the chapter "Basic Concepts of Java Programming" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the basic concepts that are needed...
Instructional Video7:49
Curated Video

The Complete Excel Guide: Beginners to Advanced - If Statements

Higher Ed
The aim of this video is to understand the If statements. This clip is from the chapter "Excel 2019 Beginners: Advanced Formula Creation" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll explore and...
Instructional Video13:29
Curated Video

Bash Shell Scripting- simple if and if-else conditional statement

Higher Ed
This video shows how to use the simple if and if-else conditional statement. 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 covers...