Es gibt Leute, die verstehen was diese zwei Zeichen heißen ||?
-
Скобиформ :over18:replied to Скобиформ :over18: last edited by
Anyone down to join my sequel? *SQL jokes*
### OR Gate Example
**Inputs are:**
- **Input A**: `1010`
- **Input B**: `1100`**Do it:**
RESULT: ???---
We need to restart teaching people the basics. Someone new will pick it up. #EachOneTeachOne
-
Скобиформ :over18:replied to Скобиформ :over18: last edited by
I’ve got more SQL dad jokes tucked away in my trousers.
-
Скобиформ :over18:replied to Скобиформ :over18: last edited by
Okay...little help. mew.
In binary:
1 OR 1 = 1
1 OR 0 = 1
0 OR 1 = 1
0 OR 0 = 0 -
@scobiform Das ist definitiv ein logisches oder, die Tabelle ist schon richtig.
-
@gunchleoc 1010 OR 1100 ergibt 1110! Richtig!
-
@scobiform I can't wait for the sequel
-
@scobiform Für bitwise OR, ja.
-
@gunchleoc The inclusive OR?
-
GunChleocreplied to Скобиформ :over18: last edited by
@scobiform Bei ner nicht-typsicheren Sprache würde alles != 0 als 1 zählen, egal, wie lange die Zahlenkette ist.
-
@scobiform Was sie Symbole genau bedeuten, hängt auch von der Programmiersrache ab. In C/C++ ist
| bitwise OR, auf int-Typen
|| logisches OR, auf bool-Typ