Tentamen (uitwerkingen)
C959 WGU unit 3 questions and answers.
- Vak
- Instelling
boolean complement denoted with bar symbol reverses elements value (bar over)0=1 (bar over)1=0 boolean addition 0+0=0 0+1=1 1+0=1 1+1=1 boolean multiplication 0×0=0 0×1=0 1×0=0 1×1=1 ⊕ exclusive or XOR outputs 1 only when inputs are different 0⊕0=0...
[Meer zien]