ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

131 results

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,143 views

10 years ago

Meri (Engel) Kasprak - programming videos
Java Switch Case Statement

Java Switch Case Statement.

1:18
Java Switch Case Statement

3,339 views

8 years ago

J David Eisenberg
Chapter 5: Nested if statements

Some decision structures require you to put if statements inside if statements. That's called a “nested if” statement.

3:10
Chapter 5: Nested if statements

109 views

5 years ago

J David Eisenberg
Chapter 5: “Short Circuit” Evaluation of Conditions

Java doesn't always have to evaluate both operands of a compound condition. See how it can “short circuit” the evaluation.

2:37
Chapter 5: “Short Circuit” Evaluation of Conditions

448 views

4 years ago

J David Eisenberg
Chapter 6: The for loop

The for loop is a shorthand for a while loop; it specifies the initial loop variable, the continuation test, and the action after each ...

3:04
Chapter 6: The for loop

261 views

4 years ago

Fred Otto DiscoverE Program
[Intro to App Design] 1.9.2 - Conditionals and Comparisons

These videos were made for DiscoverE's second MOOC, Intro to App Design, which was released in October 2015. This is a free ...

1:39
[Intro to App Design] 1.9.2 - Conditionals and Comparisons

129 views

10 years ago

Fred Otto DiscoverE Program
[Intro to App Design] 1.9.1 - Conditionals and Comparisons

These videos were made for DiscoverE's second MOOC, Intro to App Design, which was released in October 2015. This is a free ...

1:51
[Intro to App Design] 1.9.1 - Conditionals and Comparisons

155 views

10 years ago

J David Eisenberg
Chapter 5: Using a while to get input

Use a *while* loop to repeatedly get input in a program.

3:21
Chapter 5: Using a while to get input

313 views

6 years ago

Meri (Engel) Kasprak - programming videos
merihelp.net- Conditional Logic, nested if.mp4

merihelp.net- Conditional Logic, nested if.mp4.

1:36
merihelp.net- Conditional Logic, nested if.mp4

232 views

14 years ago

J David Eisenberg
Chapter 5: The do/while loop

The do/while loop is guaranteed to execute the loop body at least once.

2:02
Chapter 5: The do/while loop

298 views

6 years ago

J David Eisenberg
Chapter 3: Compound Conditions

Use of && (and), || (or), and ^ (exclusive or) to combine conditions.

3:14
Chapter 3: Compound Conditions

353 views

6 years ago

J David Eisenberg
Chapter 4: Using a Boolean to control an input loop

In a preceding video, we had duplicated code to read the user input outside the loop and inside the loop. To avoid duplicated ...

3:38
Chapter 4: Using a Boolean to control an input loop

390 views

5 years ago

J David Eisenberg
Chapter 4: Overloaded Methods

You can have multiple methods with the same name as long as the number and/or types of the parameters is different.

3:34
Chapter 4: Overloaded Methods

449 views

4 years ago

J David Eisenberg
Chapter 5: The while loop

Introduction to loops, with the *while* loop, which continues as long as a condition is true.

3:23
Chapter 5: The while loop

361 views

6 years ago

J David Eisenberg
Chapter 4: Using loops for user input

A while loop lets your programs repeatedly ask for user input until they enter a “sentinel value” to tell you they have finished.

3:26
Chapter 4: Using loops for user input

207 views

5 years ago

Meri (Engel) Kasprak - programming videos
If Else statements in JavaScript

If Else statements in JavaScript.

2:18
If Else statements in JavaScript

46 views

8 years ago

Fred Otto DiscoverE Program
[Intro to App Design] 1.16.1 - While-Loops

These videos were made for DiscoverE's second MOOC, Intro to App Design, which was released in October 2015. This is a free ...

2:14
[Intro to App Design] 1.16.1 - While-Loops

98 views

10 years ago

J David Eisenberg
Chapter 1: A First Java Program

This video shows the building blocks you use for every Java program you'll write in this course. One additional note: The program ...

2:59
Chapter 1: A First Java Program

1,170 views

6 years ago

Spoken-Tutorial IIT Bombay
Conditional Branching - English

Conditional Branching Explain booleans: %T(True) and %F(False)- they form the basis for the if statement. First explain 'if' and ...

3:41
Conditional Branching - English

11,226 views

11 years ago

Playful Python
A clean way to compare multiple values

A nice, clean way to compare multiple values in an "if condition" is to use tuples. Check out this short to see how. #python ...

1:28
A clean way to compare multiple values

124 views

3 years ago