Search Articles — Sudonull

Search Results

In this project

Preparation for live-coding: 15 techniques

https://sudonull.com/preparation-for-live-coding-15-techniques

Practical techniques for DSA interviews: from Easy tasks to XOR and debugging. Solve faster, avoid mistakes. Prepare for LeetCode tests in weeks.

SDR GPS on STM32: processing without ASIC

https://sudonull.com/sdr-gps-on-stm32-processing-without-asic

Create an SDR GPS receiver on STM32F4 with MAX2769. Bitwise XOR instead of multiplication, DMA capture 16 MHz. Guide for embedded developers. Study the code.

SIMD CSV parsing: nibble classification

https://sudonull.com/simd-csv-parsing-nibble-classification

Learn how to vectorize a CSV parser with ARM NEON: nibble tables, bit masks, prefix XOR. Code and algorithms for middle/senior developers. Read!

From the web

XOR gate - Wikipedia

https://en.wikipedia.org/wiki/XOR_gate

The XOR gate (sometimes EOR, or EXOR and pronounced as exclusive OR, ksor or sometimes EX-OR) is a digital logic gate that gives a true (1 or HIGH) output when the number of true inputs is odd.

XOR Gate - GeeksforGeeks

https://www.geeksforgeeks.org/digital-logic/xor-gate/

Jul 23, 2025 · The XOR or Exclusive OR Gate is a special type of logic gate used in digital electronics to perform the exclusive OR operation. This gate takes two inputs and produces an output depending …

Exclusive or - Wikipedia

https://en.wikipedia.org/wiki/Exclusive_or

The XOR operation preserves randomness, meaning that a random bit XORed with a non-random bit will result in a random bit. Multiple sources of potentially random data can be combined using XOR, …

XOR -- from Wolfram MathWorld

https://mathworld.wolfram.com/XOR.html

2 days ago · The binomial coefficient mod 2 can be computed using the XOR operation XOR , making Pascal's triangle mod 2 very easy to construct. For multiple arguments, XOR is defined to be true if …

XOR Gate - Truth table, Symbol, Diagram & Applications - Easy …

https://easyelectronics.co.in/xor-gate/

In this lecture, we are going to learn about the Logic of the XOR Gate in every detail. We will discuss what is XOR gate is, the symbol of the XOR gate, the XOR gate truth table, the XOR gate boolean …

XOR Calculator Online

https://xor.pw/

Calculate the exclusive or (XOR) with a simple web-based calculator. Input and output in binary, decimal, hexadecimal or ASCII.

XOR Gate & XNOR Gates: Truth Table, Symbol & Boolean Expression

https://www.electrical4u.com/exclusive-or-gate/

Feb 24, 2012 · What is an XOR Gate? An XOR gate (also known as an EOR, or EXOR gate) – pronounced as “Exclusive OR gate” – is a digital logic gate that gives a true (i.e. a HIGH or 1) output …

Logic Gates: AND, OR, NOT, NAND, NOR, XOR, and XNOR Operations

https://www.engineeringdevotion.com/electrical-sciences/lecture/logic-gates.html

Discover the fundamental logic gates in digital electronics: AND, OR, NOT, NAND, NOR, XOR, and XNOR. Learn their functions, truth tables, and applications in circuit design.

How Logic Gates Work: OR, AND, XOR, NOR, NAND, XNOR, and NOT

https://www.howtogeek.com/devops/how-logic-gates-work-or-and-xor-nor-nand-xnor-and-not/

May 27, 2021 · Welcome to XOR (exclusive OR), which solves this problem, much in line with standard human reasoning. This logic gate works like this: ... The input and output are the same as our OR …

Bitwise XOR Operator in Programming - GeeksforGeeks

https://www.geeksforgeeks.org/software-engineering/bitwise-xor-operator-in-programming/

Jul 23, 2025 · Bitwise XOR Operator is represented by the caret symbol (^). It is used to perform a bitwise XOR operation on the individual bits of two operands. The XOR operator returns 1 if the …

Trending Now