generated from mwc/lab_encoding
answered checkpoint 1
This commit is contained in:
12
questions.md
12
questions.md
@@ -21,16 +21,28 @@ The answers to the first two questions are given.
|
|||||||
|
|
||||||
3. 00000001
|
3. 00000001
|
||||||
|
|
||||||
|
~a >> 3
|
||||||
|
|
||||||
4. 10000000
|
4. 10000000
|
||||||
|
|
||||||
|
a << 3
|
||||||
|
|
||||||
5. 01010000
|
5. 01010000
|
||||||
|
|
||||||
|
a & ~b
|
||||||
|
|
||||||
6. 00001010
|
6. 00001010
|
||||||
|
|
||||||
|
~a & b
|
||||||
|
|
||||||
7. 01010000
|
7. 01010000
|
||||||
|
|
||||||
|
a & ~b
|
||||||
|
|
||||||
8. 10101011
|
8. 10101011
|
||||||
|
|
||||||
|
b | (~a >> 3)
|
||||||
|
|
||||||
## Integer questions
|
## Integer questions
|
||||||
|
|
||||||
These questions are difficult! Try exploring ideas with `Bits`
|
These questions are difficult! Try exploring ideas with `Bits`
|
||||||
|
|||||||
Reference in New Issue
Block a user