UGC NET CS 2016 July- paper-2
March 14, 2024
Linked-List
March 14, 2024
UGC NET CS 2016 July- paper-2
March 14, 2024
Linked-List
March 14, 2024

UGC NET CS 2008-june-Paper-2

Question 8
The octal equivalent of the hexadecimal number FF is :
A
100
B
150
C
377
D
737
Question 8 Explanation: 
Step-1: Convert FF into binary number
(FF)16 = (1111 1111)2
Step-2: Divide binary number into 3 segments from LSB(Least significant bit).
Correct Answer: C
Question 8 Explanation: 
Step-1: Convert FF into binary number
(FF)16 = (1111 1111)2
Step-2: Divide binary number into 3 segments from LSB(Least significant bit).

Leave a Reply

Your email address will not be published. Required fields are marked *