Zusammenfassung der Ressource
Frage 1
Frage
'Bit' means 'Binary digit'. A [blank_start]________[blank_end] contains [blank_start]________[blank_end] [blank_start]________[blank_end].
Antworten
-
Bit
-
Byte
-
1
-
2
-
4
-
8
-
256
-
Bits
-
Bytes
Frage 2
Frage
A pair of Hexadecimal numbers would take up how many bits to express in binary (assuming no leading zeros or anything)?
Frage 3
Frage
Generally (not just specifically in Python), the order of the following three steps is:
1. [blank_start]________[blank_end]
2. [blank_start]________[blank_end]
3. [blank_start]________[blank_end]
Frage 4
Frage
True or False:
An integer is immutable.