Crash Course
Symbolic AI
Today we're going to talk about Symbolic AI - also known as "good old-fashioned AI". Symbolic AI is really different from the modern neural networks we've discussed so far, instead, it represents problems using symbols and then uses...
Science Buddies
SImple Soil Moisture Sensor Circuit
Build a simple soil moisture sensor (no programming required) that you can use for a science project! The sensor also works as a water level detector. Complete written instructions, including a parts list, can be found here:...
Practical Ninjas
Introduction to Kmap | What is Minterm, Maxterm, Sum of Products and Product of Sum | DE.16
This is an introductory video on K-maps in digital electronics series. What if instead of representing truth tables, we arranged in a grid format. This grid-like representation is called Karnaugh Map or Kmap. Each position in a grid...
Curated Video
C++ for Beginners - Truth Tables
In this section, your instructor examines Boolean Operations This clip is from the chapter "Binary Operations" of the series "C++ for Beginners".Binary Theory
Brian McLogan
How to determine the truth table from a statement and determine its validity
👉 Learn how to determine the truth or false of a conditional statement. A conditional statement is an if-then statement connecting a hypothesis (p) and the conclusion (q). If the hypothesis of a statement is represented by p and the...
Brian McLogan
Write a statement in conditional form and determine the truth ex 2
👉 Learn how to determine the truth or false of a conditional statement. A conditional statement is an if-then statement connecting a hypothesis (p) and the conclusion (q). If the hypothesis of a statement is represented by p and the...
Brian McLogan
How to use a truth table and counter example to determine the truth value of a statement
👉 Learn how to determine the truth or false of a conditional statement. A conditional statement is an if-then statement connecting a hypothesis (p) and the conclusion (q). If the hypothesis of a statement is represented by p and the...
Curated Video
The Complete Java Developer Course: From Beginner to Master - Logical Operators
This video explains how to perform various logical operations on variables and literals in Java. This clip is from the chapter "Introducing Java" of the series "The Complete Java Developer Course: From Beginner to Master".This section...
Curated Video
Python 3 for Beginners: Booleans and Boolean Logic
In this video, viewers will learn all about Booleans and Boolean logic. The video explains that Booleans can only have two possible values- true or false- and how to assign them to variables. The operators used for comparing numeric...
Brian McLogan
CCSS What are truth tables and how can we create them for conditional statements
👉 Learn how to determine the truth or false of a conditional statement. A conditional statement is an if-then statement connecting a hypothesis (p) and the conclusion (q). If the hypothesis of a statement is represented by p and the...
Brian McLogan
How to determine the truth of a statement using a truth table
👉 Learn how to determine the truth or false of a conditional statement. A conditional statement is an if-then statement connecting a hypothesis (p) and the conclusion (q). If the hypothesis of a statement is represented by p and the...
Brian McLogan
Master Determine the Truth of conditional statements and which ones are logically equivalent
Master Determine the Truth of conditional statements and which ones are logically equivalent
Practical Ninjas
What is Half Adder | Adder circuit | Digital Circuit | DE.18
This video walks you through the construction of half adder. The half-adder circuit is useful when you want to add one bit of numbers. A half adder is built using just two gates, an AND gate to give us the carry term and XOR gate to give...
Brian McLogan
Master Writing the truth table for a given statement
Master Writing the truth table for a given statement
Practical Ninjas
De Morgan’s Theorem | Understand circuit simplification | Boolean algebra basics
In this video, we will see how to optimize the digital circuits using Boolean Algebra. The famous De Morgan's theorem is explained using examples. The De Morgan's theorem is used widely for solving digital equations and simplifying them....
Practical Ninjas
What are Basic logic gates? | Learn basic digital gates in 6 min | AND, OR and NOT gates | DE.10
This video walks you through the creation of Truth tables, and construction of basic gates like AND, OR and NOT. Logic gates are the basic building blocks of any digital circuit. This video explains the logical significance of 0s and 1s,...
Practical Ninjas
What are derived logic gates? | NAND gate | NOR gate | XOR gate | XNOR gate | DE.11
This video takes the viewers, step by step to four different derived gates, i.e. NAND, NOR, Exclusive OR and Exclusive NOR. Watch this video to learn more and see the interesting practical applications explained using these derived gates.