Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

1And in Conclusion\dots

2Exercises

Check your knowledge!

2.1Short Exercises

Solution to Exercise 1 #

(a) Little-Endian System

+0+1+2+3
...
0x10000x3F0xB30xAD0xD3
0x10040xEE0xFF0xC00x61
...

(b) Big-Endian System

+0+1+2+3
...
0x10000xD30xAD0xB30x3F
0x10040x610xC00xFF0xEE
...