ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

55 results

J David Eisenberg
Chapter 5: The while loop

Learn how to repeat a section of code as long as a condition is true.

6:21
Chapter 5: The while loop

122 views

2 years ago

J David Eisenberg
Chapter 5: break and continue

The break statement lets you exit a loop from the middle; the continue statement takes you to the next iteration of a loop.

4:21
Chapter 5: break and continue

249 views

6 years ago

CMPUT 175
05   Repetition with while loops—CMPUT 175

Topics covered: - while-loops - Syntax - Writing conditions - Infinite loops 2018 © University of Alberta This work is licensed under ...

6:13
05 Repetition with while loops—CMPUT 175

3,050 views

8 years ago

Davishahl Numerical Methods
B9-3 While Loops
15:52
B9-3 While Loops

223 views

8 years ago

J David Eisenberg
Chapter 4: break and continue

The break statement lets you exit from a loop before the loop condition says it's complete. The continue statement lets you jump to ...

5:41
Chapter 4: break and continue

803 views

5 years ago

J David Eisenberg
Chapter 8: The while loop in Python

This is a loop to use when you don't know in advance how many iterations you need.

9:58
Chapter 8: The while loop in Python

266 views

7 years ago

Iris Kohler
[CBIS 112] Counters and Accumulators

A brief aside on how we can keep track of totals in our loops. Kosmic's former world record: ...

10:52
[CBIS 112] Counters and Accumulators

258 views

2 years ago

Dandalf
C++ if...else...if  -  loops  -  DeMorgan's Theorem  -  switch/case

This video discusses the if … else if … else control structure, some information on while and do loops, DeMorgan's Theorem and ...

13:20
C++ if...else...if - loops - DeMorgan's Theorem - switch/case

1,776 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

Meri (Engel) Kasprak - programming videos
Meri Help: Comparing flow charts and Pseudocode

Comparing Flow Charts and Pseudocode.

4:19
Meri Help: Comparing flow charts and Pseudocode

2,348 views

13 years ago

NPTEL IIT Bombay
Lecture 7 Part 1 : Loops

Loops.

14:49
Lecture 7 Part 1 : Loops

14,408 views

6 years ago

J David Eisenberg
Chapter 7: Using elif for a chain of conditions

If you are testing similar conditions and finding yourself writing a lot of else-if pairs, you can combine them to elif and save yourself ...

5:56
Chapter 7: Using elif for a chain of conditions

201 views

7 years ago

PurdueX CS180.1x
Program Structure

Purdue AP Computer Science A.

4:26
Program Structure

4,840 views

9 years ago

Khan Academy Computing
Nested for loops on JSTutor

A walk-through of a simple nested for loop in JavaScript, using JSTutor. Visualize it yourself at https://goo.gl/vmb3xZ.

4:45
Nested for loops on JSTutor

6,928 views

6 years ago

Spoken-Tutorial IIT Bombay
Iteration - English

We have spent quite a bit of time explaining the for loop. Let us now move on to the while loops. The while statement allows us to ...

6:04
Iteration - English

9,744 views

11 years ago

Meri (Engel) Kasprak - programming videos
merihelp.net: Using looping with graphics in Visual Logic

Creating some neat designs in the graphics section of visual logic by implementing loops.

14:27
merihelp.net: Using looping with graphics in Visual Logic

5,084 views

12 years ago

Bakhyt Bakiyev
Informatics 3rd lesson

Developing a software.

7:18
Informatics 3rd lesson

33 views

5 years ago

NPTEL IIT Bombay
Lecture 7 Part 2 : Mark averaging

Mark averaging.

11:34
Lecture 7 Part 2 : Mark averaging

10,059 views

6 years ago

Brian Lavender
Getting Started Code Blocks

This video illustrates writing your first C++ program using code blocks.

4:26
Getting Started Code Blocks

328 views

9 years ago

NPTEL IIT Bombay
Lecture 9 : Loops in various applications Part 1 :  Brute force algorithms

Loops in various applications Part 1 : Loops in various applications brute force algorithms.

17:09
Lecture 9 : Loops in various applications Part 1 : Brute force algorithms

9,223 views

6 years ago

J David Eisenberg
Chapter 5: Using braces in if statements

In this course, our style guidelines tell you to *always* use braces with if statements. This video explains the problems you could ...

6:30
Chapter 5: Using braces in if statements

144 views

5 years ago

J David Eisenberg
Chapter 5: Multi-way if-else-if chains

Nesting if/else statements to test multiple conditions -- and a convenient shortcut for writing such statements.

4:48
Chapter 5: Multi-way if-else-if chains

239 views

4 years ago

Meri (Engel) Kasprak - programming videos
meriehlp.net: Procedures and parameters in visual logic

Passing variables by value and reference to procedures in visual logic.

4:49
meriehlp.net: Procedures and parameters in visual logic

5,517 views

12 years ago

Meri (Engel) Kasprak - programming videos
merihelp.net: Visual Logic Bubble sort

Use the bubble sort to move items in parallel arrays into ascending order.

7:32
merihelp.net: Visual Logic Bubble sort

5,164 views

12 years ago

J David Eisenberg
Chapter 5: Using Braces with if/else Statements

When should you use braces around the body of an if/else? (Spoiler alert: always.)

4:54
Chapter 5: Using Braces with if/else Statements

538 views

4 years ago