 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | What is the weighted code in the binary number system? | 
| Answer» Weighted binary codes are those binary codes which obey the positional weight principle. Each position of the number represents a specific weight. Several systems of the codes are used to express the decimal digits 0 through 9. In these codes, each decimal digit is represented by a group of four bits. | |