Finished boolean questions

This commit is contained in:
tsmith372
2026-03-14 21:35:51 -04:00
parent 74f19abfcd
commit 34ddc1c612
4 changed files with 13 additions and 151 deletions

View File

@@ -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`