ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,522 results

Douglas Weathers
Conditional statements

We learn about conditional and biconditional statements. Meant to be watched before or after reading Chapter 2 of the open ...

4:08
Conditional statements

550 views

5 years ago

Christopher Stevens
Conditional Statements

Now that we have a basic understanding of decision structures, let's dive deeper into conditional statements. We'll look at more ...

13:24
Conditional Statements

41 views

1 year ago

Code.org
Bill Gates explains IF & IF/ELSE statements

IF Statements People make decisions every day. For example before you go outside you kind of have an IF statement that says, IF ...

0:45
Bill Gates explains IF & IF/ELSE statements

89,109 views

10 years ago

Dan Kornas
Python Programming Fundamentals | Python Conditionals

You'll explore comparison operators, logical operators (and, or), and how to create nested if statements for more complex ...

11:53
Python Programming Fundamentals | Python Conditionals

417 views

1 year ago

weecology
Introduction To `if` Statements In R

And the way these if statements work is they check to see if a conditional statement is true and if it is then they execute a particular ...

7:18
Introduction To `if` Statements In R

8,732 views

5 years ago

weecology
Introduction to Conditional Statements in R

And so if we ran a conditional statement to check if the state, the value in 'state', was equal to 'FL', we would get out this set of ...

11:52
Introduction to Conditional Statements in R

2,901 views

5 years ago

Google for Developers
R 2.3 - if() Statements, Logical Operators, and the which() Function

if-else statements are a key component to any programming language. This video introduces how to effectively use these ...

5:24
R 2.3 - if() Statements, Logical Operators, and the which() Function

110,398 views

12 years ago

Englishing
Lesson on First Conditional (1st episode) - (MUST WATCH the 2nd EPISODE too !)

The first is the simplest of all four, though you need to remember the formula well. In this lesson Mr. P./Marc will delve into four tips ...

6:41
Lesson on First Conditional (1st episode) - (MUST WATCH the 2nd EPISODE too !)

14,836 views

8 years ago

J David Eisenberg
Chapter 5: if statements

You use an if statement to make decisions about whether to take an action or not. You use an if/else statement to decide whether ...

6:18
Chapter 5: if statements

133 views

5 years ago

Code.org
Unplugged - Conditionals with Cards

Help us caption & translate this video! https://amara.org/v/YV49/

1:44
Unplugged - Conditionals with Cards

268,781 views

10 years ago

J David Eisenberg
Chapter 3: if and if/else statements

Learn about conditional statements.

5:37
Chapter 3: if and if/else statements

345 views

6 years ago

Géraldine Crahay
The conditional in French

When to use and how to form the present conditional in French? -- Created using Powtoon -- Free sign up at ...

3:05
The conditional in French

26 views

4 years ago

Hillary Fleenor
conditionals

Anything that returns True or False can be used as a conditional in an "if" statement, in a "for" loop, in a "while" loop. So this week ...

13:49
conditionals

164 views

6 years ago

Tim3R90
Conditional sentences in english

Just my homework. I had to make something connected with Helloween, while making a presentation of some grammar. Whether ...

2:01
Conditional sentences in english

251 views

14 years ago

Ajayraj Nadar
Python If, Elif, Else Tutorial for Beginners: Conditional Statements Explained + Challenges

In this Python tutorial for beginners, we dive into conditional statements (if, elif, else) to show you how to make decisions in your ...

7:47
Python If, Elif, Else Tutorial for Beginners: Conditional Statements Explained + Challenges

56 views

8 months ago

Sunil's Hindi Channel
12-1. The Conditional

The grammar point (page 206-209) is from Lesson 12 of the Book: Kumar Bhatt, S. (2007). Hindi - A Complete Course for ...

5:27
12-1. The Conditional

357 views

4 years ago

Spoken-Tutorial IIT Bombay
Conditional statements - English

if conditional statement is used to test some condition and if that condition is satisfied then execute the piece of code. if-else ...

8:10
Conditional statements - English

844 views

11 years ago

Tom Caswell
Truth-table for_If_then_HD.mp4 - YouTube.mp4

Video for Open Course Library Logic (PHIL&106), developed by Paul Herrick & Mark Storey.

4:26
Truth-table for_If_then_HD.mp4 - YouTube.mp4

1,989 views

14 years ago

Code.org
Conditionals with the Bee

This is part of Code Studio. Check it out at http://studio.code.org Help us caption & translate this video! https://amara.org/v/IYXn/

0:34
Conditionals with the Bee

8,810 views

10 years ago

weecology
Using if/else if/else Statements Inside of Functions in R

So that's the idea behind how we put if statements in functions. It's like adding any other code to a function. We take the core code ...

6:37
Using if/else if/else Statements Inside of Functions in R

7,408 views

5 years ago