Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the hexidecimal number of 4100?

Answers were Sorted based on User's Feedback



what is the hexidecimal number of 4100?..

Answer / rakesh ranjan

F001

is the correct answer

Is This Answer Correct ?    0 Yes 0 No

what is the hexidecimal number of 4100?..

Answer / tpt

4001 = 1*2^11 + 1*2^10 + 1*2^9 + 1*2^8 + 1*2^7 + 0*2^6 +
1*2^5 + 0*2^4 + 0*2^3 + 0*2^2 + 0*2^1 + 1*2^0

binary:
1111 1010 0001

hex/binary
0 0
1 1
2 10
3 11
4 100
5 101
6 110
7 111
8 1000
9 1001
A 1010
B 1011
C 1100
D 1101
E 1110
F 1111

so the hexadecimal format would be:
FA1

Is This Answer Correct ?    0 Yes 0 No

what is the hexidecimal number of 4100?..

Answer / honey

hexadecimal number of 4100 is FA0

Is This Answer Correct ?    2 Yes 4 No

what is the hexidecimal number of 4100?..

Answer / david e. west

I wonder if the nujmber 4100 was picked because it is only 4
more than the "round number" 4096, which is the typical page
size on most 32-bit MMU paging architectures and whose hex
value is 0x1000. Then just add 4 for 0x1004. (Or maybe I'm
over thinking it.)

Is This Answer Correct ?    0 Yes 2 No

what is the hexidecimal number of 4100?..

Answer / kantilal

hey oleg make it as 4095
4100-4095=5
0x1005

Is This Answer Correct ?    0 Yes 2 No

what is the hexidecimal number of 4100?..

Answer / jitrendra kr. arya

FA0

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More C Interview Questions

Sir i need notes for structure,functions,pointers in c language can you help me please

0 Answers   TCS,


main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }

11 Answers   HCL, Vector, Vector India, Vector Solutions, Wipro,


please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 Answers  


what is difference between #include<stdio.h> and #include"stdio.h"

4 Answers  


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

0 Answers  


What is sizeof int in c?

0 Answers  


Write a program to compare two strings without using the strcmp() function

42 Answers   Accenture, Arba Minch University,


What is getche() function?

0 Answers  


What is function and its example?

0 Answers  


In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a

2 Answers   BitWise,


How does free() know explain how much memory to release?

0 Answers  


macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration

12 Answers   HCL, Infosys, Microsoft,


Categories