Session 13 has these questions
Identify Integer Literal
Which of the following is not an Integer Literal?
A.
|
0x77
|
B.
|
077
|
C.
|
0c12
|
D.
|
245
|
Identify Integer Literal441
Which of the following is not an Integer Literal?
A.
|
239
|
B.
|
0239
|
C.
|
0x239
|
D.
|
0235
|
Value in Binary
What will be the value of 21 in binary format?
A.
|
10111
|
B.
|
11001
|
C.
|
10101
|
D.
|
10011
|
Order the following from lowest to highest value
Order the following from lowest to highest value. Unselect any unwanted statements using the check box.
Decimal equivalent
What will be the decimal equivalent of the literal 0b111101001?
A.
|
1E9
|
B.
|
751
|
C.
|
498
|
D.
|
489
|