Chapter 2 assessment 1

Question 1

What is the maximum byte sequence length that can be interpreted as a valid numerical value?

Question 2

Which of the following big endian values will be treated as a Boolean "False"?

#
Value

A

0x000000

B

0x700000

C

0x80

D

0x7000

E

0x8000

Last updated