what is the hexidecimal number of 4100?

Answers were Sorted based on User's Feedback



what is the hexidecimal number of 4100?..

Answer / a,dinesh kumar

16|4100
16|256-4
16|16-0
16|1-0


the answer is 4100->1004

Is This Answer Correct ?    8 Yes 0 No

what is the hexidecimal number of 4100?..

Answer / rama

1004H is the hexadecimal conversion of 4100

Is This Answer Correct ?    4 Yes 1 No

what is the hexidecimal number of 4100?..

Answer / revathy

I think it is 1004
But JITENDRA, why do you think it's FA0

Is This Answer Correct ?    3 Yes 0 No

what is the hexidecimal number of 4100?..

Answer / shilpa

I Think 1004 h is correct ans
how come FA0 IS CORRECT
PLZ ANSWER TO ME IF MY ANS IS WRONG

Is This Answer Correct ?    2 Yes 0 No

what is the hexidecimal number of 4100?..

Answer / himanshu

(1004)H is the haxadecimal conversion of (4100)d

Is This Answer Correct ?    2 Yes 0 No

what is the hexidecimal number of 4100?..

Answer / ganges

1004 is the correct answer. One another way to solve the
problem is convert the decimal to binary then to the Hexa
(machine way!)

4100 (decimal) ->1,00 00,00 00,01 00 (binary) -> 1004 (hexa)

Is This Answer Correct ?    3 Yes 1 No

what is the hexidecimal number of 4100?..

Answer / oleg

We know that 4096=0x1000, and we just need to add
4100-4096=4 to 0x1000.
So 0x1000 + 4 = 0x1004.

Is This Answer Correct ?    4 Yes 3 No

what is the hexidecimal number of 4100?..

Answer / anilkumar927@gmail.com

Hi Jitrendra,
I hope that 1004 is the correct ANS.
still you have doubt about this please do it in calculator.

Is This Answer Correct ?    1 Yes 0 No

what is the hexidecimal number of 4100?..

Answer / yoganathan.m

THE GIVEN NO IS DECIMAL VALUE(4100) SO, FIRST WE NEED TO
CONVERT THAT VALUE IN TO BINARY VALUE.
THIS IS POSSIBLE BY DIVIDING BY 2 UP TO 0 OR 1.
THEN WE NEED TO SEPARATE THOSE VALUES BY 4 APART.
THEN USING 8421 RULE WE HAVE TO GIVE VALUE.
ie,4100 when divide we get 0001 0000 0000 0100.
the answer is exactly 1004.

Is This Answer Correct ?    1 Yes 1 No

what is the hexidecimal number of 4100?..

Answer / vishal ramawat

Simply open calculator in windows. switch to scientific
view, n check ANY answer :)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?

6 Answers   Google,


When should a far pointer be used?

0 Answers   Aspire, Infogain,


How can I ensure that integer arithmetic doesnt overflow?

0 Answers  


what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question

6 Answers  


find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

0 Answers   TCS,






Is c easy to learn?

0 Answers  


What is null character in c?

0 Answers  


Explain the process of converting a Tree into a Binary Tree.

0 Answers   Ignou,


what is c programing

11 Answers   Wipro,


what are two kinds of java

2 Answers  


write a program to generate address labels using structures?

0 Answers   SJC,


What is a class?

3 Answers  


Categories