0/1-Knapsack-and-fractional-knapsack
November 23, 2023Communication
November 24, 2023GATE 2009
|
Question 5
|
(1217)8 is equivalent to
|
(1217)16
|
|
|
(028F)16
|
|
|
(2297)10
|
|
|
(0B17)16
|
Question 5 Explanation:
(1217)8 = (001 010 001 111)2
Divide the bits into groups, each containing 4 bits.
= (0010 1000 1111)2
= (28F)16
Divide the bits into groups, each containing 4 bits.
= (0010 1000 1111)2
= (28F)16
Correct Answer: B
Question 5 Explanation:
(1217)8 = (001 010 001 111)2
Divide the bits into groups, each containing 4 bits.
= (0010 1000 1111)2
= (28F)16
Divide the bits into groups, each containing 4 bits.
= (0010 1000 1111)2
= (28F)16
