Videos

Video thumbnail for Boolean Logic & Logic Gates: Crash Course Computer Science #3
10:07
Icon for www.youtube.comyoutube.com › watch

Boolean Logic & Logic Gates: Crash Course Computer Science #3

Today, Carrie Anne is going to take a look at how those transistors we talked about last episode can be used to perform complex actions. With the just two states, on and off, the flow of electricity can be used to perform a number of logical operations, which are guided by a branch of mathematics called Boolean Algebra. We’re going to focus ...
YouTube
· Mar 8, 2017
Video thumbnail for Searching with Boolean Operators
03:44
Icon for www.youtube.comyoutube.com › watch

Searching with Boolean Operators

Learn how to create a search strategy using the Boolean operators, "AND" and "OR". Contact us https://www.lib.uwo.ca/contact/ for more assistance. Searching With Boolean Operators is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license. http://creativecommons.org/licenses/by-nc-sa/4.0/deed.en_GB
YouTube
· May 30, 2017
Video thumbnail for Using Boolean Operators
02:14
Icon for www.youtube.comyoutube.com › watch

Using Boolean Operators

This video demonstrates how to use the Boolean operators AND, OR, and NOT to broaden or narrow database searches.
YouTube
· Aug 31, 2015
Video thumbnail for Boolean Operators
02:45
Icon for www.youtube.comyoutube.com › watch

Boolean Operators

Boolean operators – the words “AND, OR, and NOT” – are tools you can use to narrow or broaden your search results when searching for articles in library databases. The word AND links search terms to make your database search more specific, with fewer results. If you combine your search terms with the Boolean operator AND, you are ...
YouTube
· Jun 7, 2022
Video thumbnail for How Library Stuff Works: Boolean Operators (AND OR NOT)
03:44
Icon for www.youtube.comyoutube.com › watch

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.
YouTube
· Nov 28, 2016
Video thumbnail for Boolean Expression & Operators | Definition & Application
06:56
Icon for study.comstudy.com › learn

Boolean Expression & Operators | Definition & Application

Explore what a Boolean expression is and learn how to write a Boolean expression. Read the definition of Boolean operators and see what Boolean logic operators are.
Study.com
· Dec 22, 2013
Video thumbnail for 65. OCR GCSE (J277) 2.2 Boolean operators
03:32
Icon for www.youtube.comyoutube.com › watch

65. OCR GCSE (J277) 2.2 Boolean operators

OCR J277 Specification Reference - Section 2.2 Don't forget, whenever the blue note icon appears in the corner of the screen, that is your cue to take notes about the content being shown on the current slide. 00:00 Introduction 00:14 Boolean operators 02:08 Boolean expressions Comments are disabled on our videos because we want to ensure they ...
YouTube
· Dec 14, 2019
Video thumbnail for Boolean Algebra 2 – Simplifying Complex Expressions
19:05
Icon for www.youtube.comyoutube.com › watch

Boolean Algebra 2 – Simplifying Complex Expressions

This video follows on from the one about the laws of Boolean algebra. It explains some useful interpretations of the laws of Boolean algebra, in particular, variations of the annulment and distributive laws. It goes on to demonstrate how Boolean algebra can be applied to simplify complex Boolean expressions, and therefore how to simplify the ...
YouTube
· Nov 22, 2017
Video thumbnail for 5.3: Logical Operators: AND, OR - Processing Tutorial
09:55
Icon for www.youtube.comyoutube.com › watch

5.3: Logical Operators: AND, OR - Processing Tutorial

This video covers logical operators: && (logical AND) and II (logical OR) in the context of boolean expressions and conditional statements. Support this channel on Patreon: https://patreon.com/codingtrain Contact: https://twitter.com/shiffman Send me your questions and coding challenges!: https://github.com/CodingTrain/Rainbow-Topics Link to ...
YouTube
· Jul 18, 2015
Video thumbnail for Searching Effectively Boolean Operators
06:31
Icon for www.youtube.comyoutube.com › watch

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 the first strategy: using Boolean operators to narrow or broaden your search results.
YouTube
· Aug 3, 2018
Video thumbnail for Python Booleans (Comparison & Logical Operators) #6
09:49
Icon for www.youtube.comyoutube.com › watch

Python Booleans (Comparison & Logical Operators) #6

Boolean (sometimes shortened to Bool) is a data type that stores TRUE or FALSE data values as a single byte. 🔥 Want to learn Python, the right way? Get my interactive Python course: https://bit.ly/right-python In this video, we will learn about the boolean data type in Python that represents either True or False. After that, we will cover ...
YouTube
· Sep 4, 2020
Video thumbnail for C++ Tutorial - Boolean logical operators (TRUE / FALSE)
05:42
Icon for www.youtube.comyoutube.com › watch

C++ Tutorial - Boolean logical operators (TRUE / FALSE)

Learn how boolean logical operators help you test for logical true/false conditions in C++. Explore more C++ courses and advance your skills on LinkedIn Learning: https://www.linkedin.com/learning/topics/c-plus-plus?trk=sme-youtube_M136048R124-02-02_learning&src=yt-other This is an excerpt from "C++ Essential Training," a course on LinkedIn ...
YouTube
· Jul 28, 2021
Video thumbnail for Boolean And and Or Operators in Pseudocode
03:30
Icon for www.youtube.comyoutube.com › watch

Boolean And and Or Operators in Pseudocode

In this video we look at how to use the Boolean AND and Boolean OR operators to write more concise conditions in our decision statements. We look at simplifying a nested conditional statement as our example, but talk about other topics as well. These topics include when to use Boolean operators, how many we can use, and if there are limitations ...
YouTube
· Nov 19, 2023
Video thumbnail for Logic Gates | Boolean Algebra | Types of Logic Gates | AND, OR, NOT, NOR, NAND
21:38
Icon for www.youtube.comyoutube.com › watch

Logic Gates | Boolean Algebra | Types of Logic Gates | AND, OR, NOT, NOR, NAND

This lecture is about logic gates, Boolean algebra, and types of logic gates like or gate, not gate, and gate, nor gate, nand gate, etc. I will teach you a very easy concept of logic gates and boolean algebraic. Also, you will learn exam questions of logic gates. To learn more, watch this lecture till the end. #logicgates #BooleanAlgebra # ...
YouTube
· Jan 25, 2023
Video thumbnail for Learn JavaScript LOGICAL OPERATORS in 5 minutes ❗
05:42
Icon for www.youtube.comyoutube.com › watch

Learn JavaScript LOGICAL OPERATORS in 5 minutes ❗

// logical operators = used to combine or manipulate Boolean values // (true or false) // AND = && // OR = || // NOT = !
YouTube
· Oct 29, 2023
Video thumbnail for #8: Boolean and Comparison Operators in C Programming
14:42
Icon for www.youtube.comyoutube.com › watch

#8: Boolean and Comparison Operators in C Programming

Step by step video tutorials to learn C Programming for absolute beginners! In this video, we will learn about the boolean expressions in C Programming. More specifically, we will learn about boolean type, logical, and comparator operators that are used to create decision-making programs. And then we will explain to you, why you should learn ...
YouTube
· Dec 1, 2021
Video thumbnail for Logical operators in MATLAB
09:44
Icon for www.youtube.comyoutube.com › watch

Logical operators in MATLAB

This screencast discusses logical statements, Boolean variables in MATLAB, logical operators in MATLAB, and how to build a complex logical statement using operators for use in a program.
YouTube
· Mar 2, 2011
Video thumbnail for Python Logical Operators with Examples - APPFICIAL
02:29
Icon for www.youtube.comyoutube.com › watch

Python Logical Operators with Examples - APPFICIAL

A Boolean expression may be joined together with another Boolean expression using logical operators, such as the and operator or the or operator. and - True when both operands are true (Ex: a and b) or - True when either operand is true (Ex: a or b) not - True when the operand is false (Ex: !a) Subscribe to Appficial for more programming videos ...
YouTube
· Sep 15, 2021
Video thumbnail for Logical Operators − Exclusive OR
06:51
Icon for www.youtube.comyoutube.com › watch

Logical Operators − Exclusive OR

Discrete Mathematics: Logical Operators − Exclusive OR Topics discussed: 1. Exclusive OR operator. 2. Difference between Inclusive OR or Exclusive OR. 3. Definition of EX-OR operator. 4. Homework Problem on logical operators. Follow Neso Academy on Instagram: @nesoacademy(https://bit.ly/2XP63OE) Follow me on Instagram: @jaspreetedu(https ...
YouTube
· Apr 30, 2018
Video thumbnail for Logical Operators in C
12:09
Icon for www.youtube.comyoutube.com › watch

Logical Operators in C

C Programming & Data Structures: Logical Operators in C Topics discussed: 1. Types of logical operators in C: a. AND operator. b. OR operator. c. NOT operator. 2. Concept of short circuit in logical operators. 3. Example codes of logical operators. C Programming Lectures: https://goo.gl/7Eh2SS Follow Neso Academy on Instagram: @nesoacademy ...
YouTube
· Mar 28, 2018
Video thumbnail for Lec-10: Logical operators in Python | AND, OR, NOT | Python 🐍 for beginners
06:03
Icon for www.youtube.comyoutube.com › watch

Lec-10: Logical operators in Python | AND, OR, NOT | Python 🐍 for beginners

00:00 - logical operator 02:20 - example 👉Subscribe to our new channel:https://www.youtube.com/@varunainashots In Python, logical operators are used to combine multiple conditions or expressions and produce a Boolean result. There are three logical operators in Python: AND: It returns True if both the operands are True, otherwise, it returns ...
YouTube
· Feb 21, 2023
Video thumbnail for Logical Operators in Python
15:12
Icon for www.youtube.comyoutube.com › watch

Logical Operators in Python

Python Programming: Logical Operators in Python Topics discussed: 1. Introduction to Logical Operators in Python. 2. Logical AND (and) Operator. 3. Logical OR (or) Operator. 4. Logical NOT (not) Operator. Python Programming Playlist: https://youtube.com/playlist?list=PLBlnK6fEyqRiueC_HzwFallNO76hfXBB7 Follow Neso Academy on Instagram ...
YouTube
· Jun 17, 2023
Video thumbnail for Logical Operators In Java #20
09:00
Icon for www.youtube.comyoutube.com › watch

Logical Operators In Java #20

$1,000 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h The logical operators in java help you determine which code to run inside of if statements, however, they can be used anywhere related to booleans! I hope you enjoyed this logical operators in java tutorial! Full ...
YouTube
· Oct 1, 2020
Video thumbnail for Logical Operators in Java
06:19
Icon for www.youtube.comyoutube.com › watch

Logical Operators in Java

Java Programming: Logical Operators in Java Programming Topics Discussed: 1. Logical operators in Java. 2. Logical AND, OR, & NOT. 3. Combining conditions using AND & OR. 4. Negating Boolean values using NOT. Follow Neso Academy on Instagram: @nesoacademy (https://bit.ly/2XP63OE) Contribute: http://www.nesoacademy.org/donate Memberships: https ...
YouTube
· Mar 6, 2020
Video thumbnail for Logic Gates, Truth Tables, Boolean Algebra AND, OR, NOT, NAND & NOR
54:07
Icon for www.youtube.comyoutube.com › watch

Logic Gates, Truth Tables, Boolean Algebra AND, OR, NOT, NAND & NOR

This electronics video provides a basic introduction into logic gates, truth tables, and simplifying boolean algebra expressions. It discusses logic gates such as the AND, OR, NOT, NAND and NOR Gates. This video is for college students who are taking introduction to logic design. Full 2 Hour Video on YouTube: https://www.youtube.com/watch?v ...
YouTube
· Jan 22, 2021
Video thumbnail for Introduction to Boolean Algebra (Part 1)
18:11
Icon for www.youtube.comyoutube.com › watch

Introduction to Boolean Algebra (Part 1)

Digital Electronics: Introduction to Boolean Algebra (Part 1) Topics discussed: 1) The definition of Boolean algebra. 2) Use of Boolean algebra. 3) Complement rule of Boolean algebra. 4) AND rule of Boolean algebra. 5) OR rule of Boolean algebra. Follow Neso Academy on Instagram: @nesoacademy(https://bit.ly/2XP63OE) Follow me on Instagram ...
YouTube
· Apr 7, 2015
Video thumbnail for Boolean Algebra 1 – The Laws of Boolean Algebra
14:54
Icon for www.youtube.comyoutube.com › watch

Boolean Algebra 1 – The Laws of Boolean Algebra

This computer science video is about the laws of Boolean algebra. It briefly considers why these laws are needed, that is to simplify complex Boolean expressions, and then demonstrates how the laws can be derived by examining simple logic circuits and their truth tables. It also shows how some of these laws relate to familiar properties of base ...
YouTube
· Aug 30, 2017
Video thumbnail for LOGIC GATES, Truth tables, Boolean Algebra, AND, OR, NOT, NAND & NOR gates
12:08
Icon for www.youtube.comyoutube.com › watch

LOGIC GATES, Truth tables, Boolean Algebra, AND, OR, NOT, NAND & NOR gates

This video covers all basic logic gates and how they work. In this video I have explained AND, OR, NOT, NOR, NAND, XOR and XNOR gate along with their truth table. _____________________________________________________________ Enroll in my comprehensive engineering drawing course for lifetime access. You'll have access to all future videos ...
YouTube
· May 14, 2021
Video thumbnail for Python Booleans || Python Tutorial || Learn Python Programming
04:40
Icon for www.youtube.comyoutube.com › watch

Python Booleans || Python Tutorial || Learn Python Programming

𝙎𝙩𝙖𝙮 𝙞𝙣 𝙩𝙝𝙚 𝙡𝙤𝙤𝙥 𝙄𝙉𝙁𝙄𝙉𝙄𝙏𝙀𝙇𝙔: https://snu.socratica.com/python While Python has several numeric types, there is only one logical type: booleans. A boolean can only take 2 values: True or False. Today we answer all of your True or False questions... To learn Python, start our ...
YouTube
· Mar 18, 2015
Video thumbnail for LOGICAL OPERATORS || MATHEMATICS IN THE MODERN WORLD
23:44
Icon for www.youtube.comyoutube.com › watch

LOGICAL OPERATORS || MATHEMATICS IN THE MODERN WORLD

‼️SECOND QUARTER‼️ 🟣 GRADE 11: LOGICAL OPERATORS ‼️SHS MATHEMATICS PLAYLIST‼️ General Mathematics First Quarter: https://tinyurl.com/y5mj5dgx Second Quarter: https://tinyurl.com/yd73z3rh Statistics and Probability Third Quarter: https://tinyurl.com/y7s5fdlb Fourth Quarter: https://tinyurl.com/na6wmffu Business Mathematics ...
YouTube
· Nov 18, 2020
Video thumbnail for Logical operators in Python are easy 🔣
05:04
Icon for www.youtube.comyoutube.com › watch

Logical operators in Python are easy 🔣

#python #code #tutorial Python logical operators and or not tutorial example explained
YouTube
· Oct 17, 2022
Video thumbnail for Propositional Logic − Precedence of Logical Operators
06:20
Icon for www.youtube.comyoutube.com › watch

Propositional Logic − Precedence of Logical Operators

Discrete Mathematics: Precedence of Logical Operators Topics discussed: 1) Meaning of precedence. 2) Precedence table of logical operators. 3) Example on precedence of logical operators. 4) Problem on precedence of logical operators. Follow Neso Academy on Instagram: @nesoacademy(https://bit.ly/2XP63OE) Follow me on Instagram: @jaspreetedu ...
YouTube
· May 10, 2018
Video thumbnail for boolean operators
04:51
Icon for www.youtube.comyoutube.com › watch

boolean operators

Need to search a database? Watch this Boolean clip to learn how to combine search words and get the results you are looking for. Adapted from the materials created by The University of Auckland Library, NZ. This video is covered by a Creative Commons Attribution-Noncommercial-ShareAlike license.
YouTube
· Jun 16, 2009
Video thumbnail for Building Search Strings, Part 1: Boolean Operators
06:27
Icon for www.youtube.comyoutube.com › watch

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 the first strategy: using Boolean operators to narrow or broaden your search results.
YouTube
· Oct 2, 2017
Video thumbnail for DAY 17 | COMPUTER SCIENCE | II PUC | BOOLEAN ALGEBRA | L1
09:46
Icon for www.youtube.comyoutube.com › watch

DAY 17 | COMPUTER SCIENCE | II PUC | BOOLEAN ALGEBRA | L1

Class : II PUC Stream : SCIENCE AND COMMERCE Subject : COMPUTER SCIENCE Chapter Name : BOOLEAN ALGEBRA Lecture : 1 TOPICS COVERED : WEIGHTAGE OF THE CHAPTER, INTRODUCTION TO BOOLEAN ALGEBRA, TRUTH TABLE AND LOGICAL OPERATORS ...
YouTube
· Jul 14, 2020
Video thumbnail for Python Tutorial for Beginners 10 - Boolean, Comparison Operators and Logical Operators in Python
11:06
Icon for www.youtube.comyoutube.com › watch

Python Tutorial for Beginners 10 - Boolean, Comparison Operators and Logical Operators in Python

In this video I am going to show How to use Boolean, Python Comparison Operators and Python Logical Operators. So What is a Boolean value ? Boolean values in Python are the two constant objects which are False and True. Python Comparison Operators Operator Name Example Result == Equal x==y True if x is exactly equal to y. != Not equal x!=y True ...
YouTube
· Aug 30, 2018
Video thumbnail for Introduction to Number System | Logic Gates | Basic Boolean Algebra
16:49
Icon for www.youtube.comyoutube.com › watch

Introduction to Number System | Logic Gates | Basic Boolean Algebra

Computer Education for all provides Tutorial on the following topic BASICS OF DIGITAL COMPUTERS a) Number System, Basics of Logic Gates b) Basic of Boolean Algebra Introduction of the Unit: Number Systems Representation of expressions Number conversion Learn Boolean algebra Learn Boolean expressions Precedence of operators Associatively of ...
YouTube
· Nov 23, 2016
Video thumbnail for Learn C++ With Me #7 - Logical Operators (And, Or and Not)
12:25
Icon for www.youtube.comyoutube.com › watch

Learn C++ With Me #7 - Logical Operators (And, Or and Not)

Welcome back to another C++ tutorial for beginners! For this video, I'll be showing you the logical operators in C++, including and, or, and not. You'll see exactly how to use them, as well as real life examples! 💻 AlgoExpert is the coding interview prep platform that I used to ace my Microsoft and Shopify interviews. Check it out and get a ...
YouTube
· Mar 25, 2021
Video thumbnail for 83. OCR GCSE (J277) 2.4 Combining Boolean operators
04:14
Icon for www.youtube.comyoutube.com › watch

83. OCR GCSE (J277) 2.4 Combining Boolean operators

OCR J277 Specification Reference - Section 2.4 Don't forget, whenever the blue note icon appears in the corner of the screen, that is your cue to take notes about the content being shown on the current slide. 00:00 Introduction 00:19 Recap of basic Boolean operators 00:36 Combining Boolean operators - Part 1 03:14 Combining Boolean operators ...
YouTube
· Oct 19, 2022
Video thumbnail for Logical Operators | C Programming Tutorial
10:33
Icon for www.youtube.comyoutube.com › watch

Logical Operators | C Programming Tutorial

An overview of how to use the logical operators in C which are sometimes called the Boolean operators: and (&&), or (||) and not (!). Source code: https://github.com/portfoliocourses/c-example-code/blob/main/logical_operator.c. Check out https://www.portfoliocourses.com to build a portfolio that will impress employers!
YouTube
· Jun 21, 2021
Video thumbnail for C++ Boolean and Logic Operators
08:44
Icon for www.youtube.comyoutube.com › watch

C++ Boolean and Logic Operators

If Else conditional statements in C++ and how to use them with the logical operators and or not in C++. By the end of this video, you will have a good understanding of boolean logic. C++ Playlist: https://www.youtube.com/playlist?list=PLnKe36F30Y4ZDNIOZ51sX25pWKQ1pkpTE Install C++ with VS Code: https://youtu.be/DMWD7wfhgNY Subscribe for more ...
YouTube
· May 2, 2021
Video thumbnail for UE5 Logical Operators AND, OR, NOT, NAND, NOR, XOR
11:13
Icon for www.youtube.comyoutube.com › watch

UE5 Logical Operators AND, OR, NOT, NAND, NOR, XOR

In this video, we learn how to use logical operators.
YouTube
· Jan 1, 2023
Video thumbnail for 2.2.3 Truth Tables for Logical Operators
09:36
Icon for www.youtube.comyoutube.com › watch

2.2.3 Truth Tables for Logical Operators

This video explains the truth table for each logical operator covered in this course: and, or, if ... then, and not. Students should take extra care to understand and memorize these truth tables.
YouTube
· Jan 25, 2021
Video thumbnail for Boolean Algebra for PLCs Explained | Basics
15:45
Icon for www.youtube.comyoutube.com › watch

Boolean Algebra for PLCs Explained | Basics

The video talks about basic Boolean algebra rules and operations which are a must for implementing logic control via PLCs. Things are explained through an industrial example to make the point for refreshing Boolean algebra knowledge. The AND, OR and NOT gates are explained along with pneumatic, electrical and electronic implementation. Moreover ...
YouTube
· Jun 19, 2021
Video thumbnail for Python-3 - Decisions and Boolean Logic
13:22
Icon for www.youtube.comyoutube.com › watch

Python-3 - Decisions and Boolean Logic

Video topics include: making decisions with IF and ELSE, Boolean expressions and relational operators, nested decisions and ELIF, logical operators, and Boolean variables
YouTube
· Jun 12, 2016
Video thumbnail for Logical Operators in C | What is logical operator? And it's types in C programming
10:15
Icon for www.youtube.comyoutube.com › watch

Logical Operators in C | What is logical operator? And it's types in C programming

What is Operators? Explain it's types with Example Program. 👇👇👇 https://www.youtube.com/playlist?list=PLqleLpAMfxGCQBaYYmZs0Rq7lXGOqUkFg Please Subscribe our channel... Learning c and Oops Like our Facebook Page... Learning c and Oops Don't forget to tag our channel... #learningcwithprogramming
YouTube
· Mar 18, 2020
Video thumbnail for Boolean Operators in Flowcharts
04:27
Icon for www.youtube.comyoutube.com › watch

Boolean Operators in Flowcharts

In this video we look at Boolean Operators such as AND and OR, and how they effect the decisions we make when we develop a flowchart. These can often be used to simplify our processes, which is exactly what we want. Additionally, to make things easier to read complex decision symbols, we look how to resize symbols in Lucid Chart. # Playlist ...
YouTube
· Oct 24, 2023
Video thumbnail for Boolean algebra in digital electronics | importance of Boolean algebra in digital electronics
06:41
Icon for www.youtube.comyoutube.com › watch

Boolean algebra in digital electronics | importance of Boolean algebra in digital electronics

Boolean algebra in digital electronics contains explanation of what is boolean algebra?, importance of boolean algebra in digital electronics, boolean logic in for digital circuit, boolean operator and boolean function. these are the topics covered in this video. The initial section of the video explains what is boolean algebra and who invented ...
YouTube
· Apr 15, 2024
Video thumbnail for Java LOGICAL OPERATORS are easy! ❕
11:26
Icon for www.youtube.comyoutube.com › watch

Java LOGICAL OPERATORS are easy! ❕

#java #javatutorial #javacourse In Java, logical operators are used to combine or negate Boolean expressions, allowing conditions to be evaluated together. (&& for "and
YouTube
· Dec 5, 2024
Video thumbnail for Python Operators: Logical/Boolean Operators
09:05
Icon for www.youtube.comyoutube.com › watch

Python Operators: Logical/Boolean Operators

Python Operators: Logical/Boolean Operators Operators are symbols using which we can perform various operations like addition, subtraction, greater than etc. on values or variables. Logical operators compare two Boolean values and output their result. While and and or operators compare/take two expressions, not operator is unary in nature that ...
YouTube
· Sep 10, 2024