ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

135 results

Otavio Santana
Java Best Practices: Avoiding Boolean Parameters for Cleaner Code - Explained with Examples

In this informative Java tutorial, discover why using boolean parameters in your methods can lead to hard-to-read and maintain ...

6:37
Java Best Practices: Avoiding Boolean Parameters for Cleaner Code - Explained with Examples

611 views

2 years ago

Otavio Santana
Goodbye, three-state Boolean! Learn how to do a better design

It is trivial that we must represent three states in our code, such as a valid, invalid, and uninitialized process. One way to express it ...

11:42
Goodbye, three-state Boolean! Learn how to do a better design

613 views

3 years ago

OSLIS Secondary Videos
Building Search Strings, Part 1: Boolean Operators

In this two-part tutorial, you'll learn strategies to help you combine search terms into effective search strings. This video focuses on ...

6:27
Building Search Strings, Part 1: Boolean Operators

64,591 views

8 years ago

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

9 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)

192,488 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

945 views

8 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

387 views

4 years ago

MedSearchSolution
This MeSH tutorial will dramatically improve your  literature search on PubMed

In this video tutorial, you will learn how to use MeSH terms to improve your literature search in PubMed. MeSH terms significantly ...

5:19
This MeSH tutorial will dramatically improve your literature search on PubMed

54,680 views

4 years ago

OSLIS Elementary Videos
Searching Effectively   Boolean Operators

In this two-part tutorial, you'll learn strategies to help you combine search terms into effective search strings. This video focuses on ...

6:31
Searching Effectively Boolean Operators

50,569 views

7 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

89,854 views

10 years ago

Meri (Engel) Kasprak - programming videos
If and While in Java

Using if, if else, and while statements in Java.

4:29
If and While in Java

185 views

8 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

4 years ago

The Mentor CodeLab
Defining Boolean Data Type - Programming For Beginners | #10

Programming For Beginners: Defining Boolean Data Type Boolean Data are the simplest of all, yet a Boolean is one of the most ...

7:47
Defining Boolean Data Type - Programming For Beginners | #10

16 views

2 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

731 views

10 years ago

J David Eisenberg
Chapter 4: if and else

Programs can do different things depending on whether a condition is true or false by using the if and else statements.

5:41
Chapter 4: if and else

167 views

2 years ago

COMPUTER & EXCEL SOLUTION
How to use boolean data type in Ms Access SQL@COMPUTEREXCELSOLUTION #msaccess

access Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

8:17
How to use boolean data type in Ms Access SQL@COMPUTEREXCELSOLUTION #msaccess

37 views

5 months ago

Inria Learning Lab
🐥 Essence of Dispatch: Taking Pharo Booleans as Example [W3S1-EN]

Mooc "Immersive Object Programming with Pharo" - English voice over Pharo (http://pharo.org) is a pure dynamic and reflective ...

8:53
🐥 Essence of Dispatch: Taking Pharo Booleans as Example [W3S1-EN]

918 views

5 years ago

J David Eisenberg
Chapter 2: Data Type Conversion in Java

You can use a *cast* to take an integer variable and ask Java to treat it as a double (and vice versa). This video gives you the ...

6:04
Chapter 2: Data Type Conversion in Java

224 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

Otavio Santana
Java's Encapsulation -  When the getter and setter became your enemy

Encapsulation is the key to a good code design, but how to archive it? Java developers automatically think about putting getter ...

12:08
Java's Encapsulation - When the getter and setter became your enemy

1,111 views

3 years ago