Instructional Video1:24
Brian McLogan

How to determine the contrapositive of a conditional statement

12th - Higher Ed
πŸ‘‰ Learn how to find 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 of a statement is represented...
Instructional Video5:23
Englishing

Lesson on "WOULD" (conditional, polite requests, repeated actions in the past, expressing desire)

9th - Higher Ed
The modal verb "would" is the past of will, and is mostly used in the 2nd and 3rd conditionals. However, it is also used in other situations for example for polite requests. Mr. P. will list other situations where we could use...
Instructional Video0:56
Brian McLogan

Finding the conditional probability from a two way frequency table

12th - Higher Ed
πŸ‘‰ Learn how to find the conditional probability of an event. Probability is the chance of an event occurring or not occurring. The probability of an event is given by the number of outcomes divided by the total possible outcomes....
Instructional Video4:05
Curated Video

Excel VBA Programming The Complete Guide - The If Then Statement

Higher Ed
The conditional If statement is the heart of programming. It allows our macro to have multiple branches --- different pathways to take depending on a given condition. In this lesson, we explore the technical syntax for implementing an...
Instructional Video5:01
Curated Video

Solving Problems / English Grammar Lesson

Pre-K - Higher Ed
Solving Problems / English Grammar Lesson
Instructional Video1:09
Brian McLogan

Learning to write the contrapositive of a conditional statment

12th - Higher Ed
πŸ‘‰ Learn how to find 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 of a statement is represented...
Instructional Video6:21
Englishing

Lesson on Adverbial Clauses: CONCESSIVE (Though, Although, Even though, While, etc.)

9th - Higher Ed
A clause which begins with a subordinating conjunction is called a subordinate clause. There are three kinds of subordinate clauses: Adverbial, Relative, Reported. In this lesson, Mr. P./Marc looks at β€œadverbial clauses”. There are...
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 Video9:08
The Learning Depot

Verb Mood: Indicative, Imperative, and Subjunctive | Properties of Verbs

12th - Higher Ed


Mood is a property of verbs that shows the mood, or attitude, of the speaker. Mood is used to denote whether the speaker is stating or asserting a fact, asking a question, expressing a condition, or giving a...
Instructional Video8:17
Englishing

Lesson on ELLIPSIS - leaving out words (Italians are more cunning than I am)

9th - Higher Ed
This video is about ellipsis. Ellipsis is to leave out words that are considered unnecessary. Used mainly in spoken English.

This lesson is intended for elementary students who wish to learn English grammar, and for those levels...
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.
r/>
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,...
Instructional Video7:26
Curated Video

Job-Ready SQL in an Afternoon - Logic Statements

Higher Ed
In this video, we will cover the logic statements.<br<br/>/>

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 Video5:02
Instructional Video6:16
msvgo

Contrapositive and Converse of a Statement

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

Giving Advice In English

Pre-K - Higher Ed
In this lesson, we are giving advice in English. Do you often give advice? Let's look at the grammar needed for giving advice in English.
Instructional Video5:31
Curated Video

Practical Python: Learn Python Basics Step by Step- Python 3 - Conditions with If

Higher Ed
In this video, the author demonstrates conditional statements using the IF structure.
r/>
This clip is from the chapter "Python Basics- Level 3" of the series "Practical Python: Learn Python Basics Step by Step- Python 3".In...
Instructional Video13:52
Curated Video

While and Do...While Loops

Pre-K - Higher Ed
Loops are important coding constructs that allow you to execute code while some condition is true. Mark demonstrates two common types of loops in this video.
Instructional Video3:45
Brian McLogan

How to create a tree diagram from a word problem

12th - Higher Ed
πŸ‘‰ Learn how to find the conditional probability of an event. Probability is the chance of an event occurring or not occurring. The probability of an event is given by the number of outcomes divided by the total possible outcomes....
Instructional Video5:14
Curated Video

Intro To Python Programming - Else Statements

Pre-K - Higher Ed
Not every conditional is evaluated as true. In this section of the course, you'll create else statements to work with false conditions.
Instructional Video4:53
Brian McLogan

Learn how to create a box and whisker plot for a set of data

12th - Higher Ed
πŸ‘‰ Learn how to find the mean, the median, and the mode of a set of data. The (arithmetic) mean of a set of data is the average of the set of data and is obtained by adding up the numbers in the set of data and dividing it by the count of...
Instructional Video9:40
Brian McLogan

CCSS What are truth tables and how can we create them for conditional statements

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 Video5:46
Brian McLogan

How to determine the truth of a statement using a truth table

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

What is a conditional statement and 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 Video5:02
Curated Video

Learn and Master C Programming - Using Conditional Compilation

Higher Ed
We see how we can use conditional directives to compile code based on some defined values...etc.
r/>
This clip is from the chapter "Preprocessor Directives" of the series "Learn and Master C Programming For Absolute...