what is the hexidecimal number of 4100?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is scope rule in c?

597


What are the 5 types of organizational structures?

543


What are the different properties of variable number of arguments?

657


Explain the concept and use of type void.

619


What are the __date__ and __time__ preprocessor commands?

565






The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

759


What does a pointer variable always consist of?

655


Can the “if” function be used in comparing strings?

581


Are c and c++ the same?

623


What does != Mean in c?

579


Explain the difference between structs and unions in c?

570


Explain how do you generate random numbers in c?

614


Why array is used in c?

547


Why is it important to memset a variable, immediately after allocating memory to it ?

1546


what is bit rate & baud rate? plz give wave forms

1508