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 the structure pointer?

1644


Explain can you assign a different address to an array tag?

648


Give differences between - new and malloc() , delete and free() ?

612


Why is this loop always executing once?

617


Can you write the function prototype, definition and mention the other requirements.

664






Why c is called a mid level programming language?

607


what will be the output for the following main() { printf("hi" "hello"); }

9336


How can you be sure that a program follows the ANSI C standard?

1132


Are global variables static in c?

677


What header files do I need in order to define the standard library functions I use?

539


What is void main ()?

613


int far *near * p; means

3123


How can I generate floating-point random numbers?

609


Why is %d used in c?

567


What are the advantages of using linked list for tree construction?

645