User Tools

Site Tools


notes:discrete:fall2024:projects:blf0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
notes:discrete:fall2024:projects:blf0 [2024/04/11 14:00] – created wedgenotes:discrete:fall2024:projects:blf0 [2024/04/11 14:04] (current) – [AND] wedge
Line 1: Line 1:
 ======BLF0====== ======BLF0======
  
-=====BITWISE LOGIC=====+=====LOGIC===== 
 +^  key  ^  value  | 
 +|  0  |  false  | 
 +|  1  |  true  |
  
-====BITWISE AND====+Truth tables consist of one or two inputs (A, B), and an output (X) 
 +====AND====
  
-====BITWISE OR====+^  A  ^  B  ^  X  | 
 +|  0  |  0  ^  0  | 
 +|  0  |  1  ^  0  |  
 +|  1  |  0  ^  0  |  
 +|  1  |  1  ^  1  |  
 +====OR====
  
-====BITWISE NOT====+====NOT====
  
-====BITWISE XOR====+====XOR====
  
 ====NAND==== ====NAND====
Line 22: Line 31:
  
 ====BIT MASKING==== ====BIT MASKING====
 +
 +=====BITWISE LOGIC=====
 +
 +====BITWISE AND====
 +
 +====BITWISE OR====
 +
 +====BITWISE NOT====
 +
 +====BITWISE XOR====
 +
notes/discrete/fall2024/projects/blf0.1712858441.txt.gz · Last modified: 2024/04/11 14:00 by wedge