generated from mwc/lab_encoding
Finished boolean questions
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
|
||||
|
||||
a >> 7
|
||||
|
||||
4. 10000000
|
||||
|
||||
a << 3
|
||||
|
||||
5. 01010000
|
||||
|
||||
~b << 4
|
||||
|
||||
6. 00001010
|
||||
|
||||
b >> 4
|
||||
|
||||
7. 01010000
|
||||
|
||||
~b << 4
|
||||
|
||||
8. 10101011
|
||||
|
||||
a ^ b >> 2
|
||||
|
||||
## Integer questions
|
||||
|
||||
These questions are difficult! Try exploring ideas with `Bits`
|
||||
|
||||
Reference in New Issue
Block a user