Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/27/08 16:57
Read: times


 
#159387 - Not BCD!
Responding to: ???'s previous message
Pranita Mandakhalikar said:
the bcd value of 480 (111100000) i.e 240

How do you make that out?

BCD = Binary-Coded Decimal. This means taking each 4-bit group (or "nibble") to represent one decimal digit.

Thus 48010 would be represented in BCD as:
  4    8    0
0100 1000 0000;

Similarly, 24010 would be represented in BCD as:
  2    4    0
0010 0100 0000;



List of 27 messages in thread
TopicAuthorDate
tachometer            01/01/70 00:00      
   schematic, please            01/01/70 00:00      
      Datasheet?            01/01/70 00:00      
      reply to tachometer            01/01/70 00:00      
         Resistor to processor too.            01/01/70 00:00      
            the schematic is            01/01/70 00:00      
               Limitation of base current to 2N2222?            01/01/70 00:00      
               in effect            01/01/70 00:00      
   another option            01/01/70 00:00      
      What is your part in this assignment?            01/01/70 00:00      
   thanks            01/01/70 00:00      
      Don't panic            01/01/70 00:00      
      RE: dont have enough knowledge on microcontrollers            01/01/70 00:00      
   CODE            01/01/70 00:00      
   expecting a reply now            01/01/70 00:00      
      Not BCD!            01/01/70 00:00      
         how to solve?            01/01/70 00:00      
            your task            01/01/70 00:00      
               trying!!            01/01/70 00:00      
   not found !!!!            01/01/70 00:00      
      Trivial solution: compare/subtract            01/01/70 00:00      
         thanks a lot!!!            01/01/70 00:00      
            google or paper and pen            01/01/70 00:00      
   something weird            01/01/70 00:00      
      treading dangerous waters            01/01/70 00:00      
      Nothing weird            01/01/70 00:00      

Back to Subject List