Instructional Video13:01
Crash Course

Symbolic AI

12th - Higher Ed
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...
Instructional Video8:53
Science Buddies

SImple Soil Moisture Sensor Circuit

K - 5th
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:...
Instructional Video4:00
Practical Ninjas

Introduction to Kmap | What is Minterm, Maxterm, Sum of Products and Product of Sum | DE.16

12th - Higher Ed
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...
Instructional Video11:05
Curated Video

C++ for Beginners - Truth Tables

Higher Ed
In this section, your instructor examines Boolean Operations This clip is from the chapter "Binary Operations" of the series "C++ for Beginners".Binary Theory
Instructional Video5:28
Brian McLogan

How to determine the truth table from a statement and determine its validity

12th - Higher Ed
👉 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...
Instructional Video4:14
Brian McLogan

Write a statement in conditional form and determine the truth ex 2

12th - Higher Ed
👉 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...
Instructional Video3:30
Brian McLogan

How to use a truth table and counter example to determine the truth value of a statement

12th - Higher Ed
👉 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...
Instructional Video9:35
Curated Video

The Complete Java Developer Course: From Beginner to Master - Logical Operators

Higher Ed
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...
Instructional Video5:34
Curated Video

Python 3 for Beginners: Booleans and Boolean Logic

Higher Ed
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...
Instructional Video9:40
Brian McLogan

CCSS What are truth tables and how can we create them for conditional statements

12th - Higher Ed
👉 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...
Instructional Video5:46
Brian McLogan

How to determine the truth of a statement using a truth table

12th - Higher Ed
👉 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...
Instructional Video8:59
Brian McLogan

Master Determine the Truth of conditional statements and which ones are logically equivalent

12th - Higher Ed
Master Determine the Truth of conditional statements and which ones are logically equivalent
Instructional Video4:55
Practical Ninjas

What is Half Adder | Adder circuit | Digital Circuit | DE.18

12th - Higher Ed
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...
Instructional Video8:56
Brian McLogan

Master Writing the truth table for a given statement

12th - Higher Ed
Master Writing the truth table for a given statement
Instructional Video6:40
Practical Ninjas

De Morgan’s Theorem | Understand circuit simplification | Boolean algebra basics

12th - Higher Ed
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....
Instructional Video6:00
Practical Ninjas

What are Basic logic gates? | Learn basic digital gates in 6 min | AND, OR and NOT gates | DE.10

12th - Higher Ed
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,...
Instructional Video4:14
Practical Ninjas

What are derived logic gates? | NAND gate | NOR gate | XOR gate | XNOR gate | DE.11

12th - Higher Ed
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.