Logical connectives

Logical NOR

In boolean logic, logical nor or joint denial is a truth-functional operator which produces a result that is the negation of logical or. That is, a sentence of the form (p NOR q) is true precisely when neither p nor q is true—i.e. when both of p and q are false. It is logically equivalent to and , where the symbol signifies logical negation, signifies OR, and signifies AND. In grammar, neither…nor are a pair of correlative coordinating conjunctions. The NOR operator is also known as Peirce's arrow. Peirce, in unpublished manuscripts, first considered it as a logical operator, and showed that it can express logical NOT, AND, and OR. , Sheffer, and Nicod were the first to discuss it in print. Quine introduced the symbol for it. As with its dual, the NAND operator (a.k.a. the Sheffer stroke—symbolized as either , or ), NOR can be used by itself, without any other logical operator, to constitute a logical formal system (making NOR functionally complete). Other terms for the NOR operator include Quine's dagger, the ampheck (from Ancient Greek ἀμφήκης, amphēkēs, "cutting both ways") used by Peirce, and neither-nor. Other ways of notating include, P NOR Q, and "Xpq" (in Bocheński notation). The computer used in the spacecraft that first carried humans to the moon, the Apollo Guidance Computer, was constructed entirely using NOR gates with three inputs. (Wikipedia).

Logical NOR
Video thumbnail

Logic - Types of Statements

An introduction to the general types of logic statements

From playlist Geometry

Video thumbnail

Logical Reasoning: Become A Better Thinker

Logical thinking is also known as analytical reasoning, critical thinking or abstract thinking. It is an important trait, especially among developers in the software development industry. Without the logic, they would not understand how the software works, nor would they produce a clean co

From playlist Problem Solving

Video thumbnail

Logic: The Structure of Reason

As a tool for characterizing rational thought, logic cuts across many philosophical disciplines and lies at the core of mathematics and computer science. Drawing on Aristotle’s Organon, Russell’s Principia Mathematica, and other central works, this program tracks the evolution of logic, be

From playlist Logic & Philosophy of Mathematics

Video thumbnail

Intro to Logical Statements

We begin our exploration into logic by analyzing LOGICAL STATEMENTS: 1) Define what a logical statement is 2) Recognize examples as logical statements or not logical statements 3) Use the symbols for "not", "and", and "or". 4) Break down a sentence into its logical structure. **********

From playlist Discrete Math (Full Course: Sets, Logic, Proofs, Probability, Graph Theory, etc)

Video thumbnail

The problem with `functions' | Arithmetic and Geometry Math Foundations 42a

[First of two parts] Here we address a core logical problem with modern mathematics--the usual definition of a `function' does not contain precise enough bounds on the nature of the rules or procedures (or computer programs) allowed. Here we discuss the difficulty in the context of funct

From playlist Math Foundations

Video thumbnail

SEM_012 - Linguistic Micro-Lectures: Equivalence (Logic)

What is a equivalence (in logic) and how is it used? Within less than two minutes Prof. Handke discusses and exemplifies the truth-conditions associated with this logical operator.

From playlist Micro-Lectures - Semantics

Video thumbnail

Logical Fallacies

In this video, you’ll learn about kinds of logical fallacies and how to spot them. Visit https://edu.gcfglobal.org/en/problem-solving-and-decision-making/ to learn even more. We hope you enjoy!

From playlist Critical Thinking

Video thumbnail

Connectives and its arithmetic semantics in Python

This video on logical connectives is basic but makes some important points for the upcoming SHA2 coding video. Previous video including a section on the history leading up to the notion of Turing completeness: https://youtu.be/CAUo5aNmvz8 Wikipedia links mentioned in this video: https://en

From playlist Logic

Video thumbnail

Logic - Logical Equivalence

An example demonstrating logical equivalence

From playlist Geometry

Video thumbnail

mod-27 lec-28 Logic Circuits

Fundamentals of Industrial Oil Hydraulics and Pneumatics by Prof. R.N. Maiti,Department of Mechanical Engineering,IIT Kharagpur.For more details on NPTEL visit http://nptel.ac.in

From playlist IIT Kharagpur: Fundamentals of Industrial Oil Hydraulics and Pneumatics (CosmoLearning Mechanical Engineering)

Video thumbnail

Let’s Build a Vacuum Tube Half Adder

In this episode, we build one of the most fundamental computing circuits: a half adder. Being built out of four 6AU6 pentodes running at just 24V makes it even cooler in my book! Thanks for watching!

From playlist Vacuum Tube Logic

Video thumbnail

How Computer Memory Works - Computerphile

How do logic gates store information? - We explore how computer memory works with Dr. Steve "Heartbleed" Bagley Domino Addition -- Numberphile: http://youtu.be/lNuPy-r1GuQ YouTube's Secret Algorithm: http://youtu.be/BsCeNCVb-d8 Opening up the 30yr old Mac: http://youtu.be/wFJrHuSXnZM

From playlist Logic Gates

Video thumbnail

Understanding Logic Gates | Computer Logic, Part 1

In this series, we take a look at the fundamentals of how computers work. We start with a look at logic gates, the basic building blocks of digital circuits. These gates include NOT, AND, OR, NAND, NOR, XOR, and XNOR. 0:00 Transistors 1:21 NOT 2:13 AND and OR 3:28 NAND and NOR 5:17 XOR a

From playlist Computer Logic

Video thumbnail

Vacuum Tubes: Episode 7 – Let’s Build an SR Flip Flop / Latch!

In this episode we put all of our knowledge about different tubes into one place and build some NOR gates, which we hook up into an SR Flip Flop. There’s lots of ways to go about building an SR Flip Flop and we take at three different ways on the breadboard. Thanks for watching! IBM Pi

From playlist Vacuum Tube Logic

Video thumbnail

4.2.3 Inverting Logic

MIT 6.004 Computation Structures, Spring 2017 Instructor: Chris Terman View the complete course: https://ocw.mit.edu/6-004S17 YouTube Playlist: https://www.youtube.com/playlist?list=PLUl4u3cNGP62WVs95MNq3dQBqY2vGOtQ2 4.2.3 Inverting Logic License: Creative Commons BY-NC-SA More informati

From playlist MIT 6.004 Computation Structures, Spring 2017

Video thumbnail

mod-26 lec-27 Basic Devices, Symbols and Circuits

Fundamentals of Industrial Oil Hydraulics and Pneumatics by Prof. R.N. Maiti,Department of Mechanical Engineering,IIT Kharagpur.For more details on NPTEL visit http://nptel.ac.in

From playlist IIT Kharagpur: Fundamentals of Industrial Oil Hydraulics and Pneumatics (CosmoLearning Mechanical Engineering)

Video thumbnail

Vacuum Tube Computer P.03 – Logic Unit

In this episode, we take a look at how to build the logic unit for our proof of concept! Of course, if we want to breadboard things, sometimes we have to simplify a little further, so we actually build a proof of concept for our proof of concept – Inception style. Here's more info on the

From playlist Vacuum Tube Computer

Video thumbnail

Vacuum Tube Computer P.17 – Building the Logic Unit and Results Register

In this episode we continue finish our work on the ALU by making the “LU” part – the Logic Unit. But, just the Logic Unit on its own doesn’t answer the big question, which is how well does the ALU interact with the Results Register. On the Proof of Concept we built once upon a time, we ran

From playlist Vacuum Tube Computer

Video thumbnail

An Introduction to Logic Gates

A simple introduction to logic gates, covering transistors, Boolean Algebra, AND OR NOT NOR NAND XOR and XNOR gates and how to build a very basic computer.

From playlist A Level Physics Revision

Video thumbnail

Understanding Logical Statements 1

U12_L1_T2_we1 Understanding Logical Statements 1

From playlist Algebra I Worked Examples

Related pages

Duality (mathematics) | Functional completeness | Sheffer stroke | NOR gate | Charles Sanders Peirce | Negation | Formal system | Willard Van Orman Quine | Truth table | Proposition | Boolean function | Logical conjunction | Logical disjunction | Boolean domain | Bitwise operation