ADVANCED TOPICS IN COMPILER DESIGN
CODE GENERATION FOR OBJECT ORIENTED LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Each employee of a company is assigned a unique identification number. All of the identification numbers are stored using 32 bits. For example, one employee has the identification number 1001 0110 0000 1110 1010 0101 1111 0000. Which of the following statements about the identification numbers is true?
|
Writing the greatest possible identification number in hexadecimal requires 8 hexadecimal digits.
|
|
Writing the greatest possible identification number in hexadecimal requires 16 hexadecimal digits.
|
|
Writing the greatest possible identification number in decimal (base 10) requires 5 digits.
|
|
Writing the greatest possible identification number in decimal (base 10) requires 8 digits.
|
Explanation:
There is 1 question to complete.