ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

48 results

McMaster Libraries
How Library Stuff Works: Boolean Modifiers "", *, ( )

Learn how to format your search using the Boolean Modifiers quotes " ", asterisk *, and parenthesis ( ),

3:35
How Library Stuff Works: Boolean Modifiers "", *, ( )

103,499 views

9 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

388 views

5 years ago

McMaster Libraries
How Library Stuff Works: Boolean Operators (AND OR NOT)

Learn how to use the Boolean Operators AND/OR/NOT to target and refine your search.

3:44
How Library Stuff Works: Boolean Operators (AND OR NOT)

193,911 views

9 years ago

Paul Carter
Boolean Blocks Part 1

If you are not yet an Open University student and would like to know more about learning to program using OUBuild or would like ...

2:28
Boolean Blocks Part 1

952 views

8 years ago

Code.org
CS in Algebra: Big Game Compound Booleans

Booleans allow us to answer yes or no questions. To more specific questions you'll need to deploy compound booleans.

2:01
CS in Algebra: Big Game Compound Booleans

732 views

10 years ago

PfauLibrary
Using Boolean Operators

This video demonstrates how to use the Boolean operators AND, OR, and NOT to broaden or narrow database searches.

2:14
Using Boolean Operators

90,064 views

10 years ago

J David Eisenberg
Chapter 3: The char and _Bool data types

These data types let you store single characters and true/false values.

2:40
Chapter 3: The char and _Bool data types

179 views

5 years ago

J David Eisenberg
Chapter 6: Using booleans to control a while loop:

You can use booleans in the condition of a while loop. This will avoid duplicate code in a loop that asks for user input.

3:13
Chapter 6: Using booleans to control a while loop:

246 views

4 years ago

Meri (Engel) Kasprak - programming videos
Classes and Objects in Java

Creating your first class and instantiating objects from it in Java.

3:17
Classes and Objects in Java

96 views

8 years ago

Meri (Engel) Kasprak - programming videos
Java 8 - working with dates

Calculating days until the user's next birthday.

3:45
Java 8 - working with dates

636 views

8 years ago

Jenks Library
Constructing a Search String

Learn how to combine keyword together into a search string using three search tips: Boolean search operators, quotation marks, ...

3:39
Constructing a Search String

3,452 views

7 years ago

Douglas Weathers
Boolean matrices

A useful tool in the study of relations is the Boolean matrix. Meant to be watched before or after reading Chapter 14 of the open ...

3:48
Boolean matrices

1,001 views

5 years ago

Loredana Cirstea
Oroboro - New Features 2

Oroboro - New Features 2 + Implemented in MeteorJs using SVG and React + Boolean operations: OR, AND, XOR, DIFF, DIV + ...

3:40
Oroboro - New Features 2

94 views

9 years ago

Code.org
Bill Gates explains IF & IF/ELSE statements
0:45
Bill Gates explains IF & IF/ELSE statements

89,114 views

10 years ago

J David Eisenberg
Chapter 9: Primitive and Reference Types

Primitives (int, double, etc.) have values stored in their memory locations. Objects have references to the memory where the data ...

1:42
Chapter 9: Primitive and Reference Types

1,727 views

6 years ago

Code.org
CS in Algebra: DataTypes

In this episode you'll explore evaluation blocks beyond arithmetic operations. Blocks exist for three different data types - Numbers, ...

2:04
CS in Algebra: DataTypes

1,824 views

10 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: Relational Operators
2:05
Chapter 4: Relational Operators

212 views

5 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

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

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

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

238 views

6 years ago