1. Binary-coded-decimal numbers use only binary numbers between 0000 and 1001.



Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->If ROSE is coded as 6821, CHAIR is coded as 73456 and PREACH is coded as 961473, what will be the code for SEARCH....
QA->If PALE is coded as 2134, EARTH is coded as How can is PEARL be coded in that language....
QA->The sum of squares of two numbers is 80 and the square of difference between the two numbers is Find the product of two numbers.....
QA->If DELHI is coded as 73541 and CALCUTTA as 82589662, how can CALICUT be coded ?....
QA->Find the binary equivalent of decimal number 31?....
MCQ->If the binary eauivalent of 5.375 in normalised form is 0100 0000 1010 1100 0000 0000 0000 0000, what will be the output of the program (on intel machine)? #include<stdio.h> #include<math.h> int main() { float a=5.375; char p; int i; p = (char)&a; for(i=0; i<=3; i++) printf("%02x\n", (unsigned char)p[i]); return 0; }....
MCQ->Binary-coded-decimal numbers use only binary numbers between 0000 and 1001.....
MCQ->Convert the 1000 0000 0000 1111 signed binary number to decimal number.....
MCQ->Binary-coded-decimal 0111 1001 0011 is ________ in binary.....
MCQ->Each of the seven friends viz. P,Q,R,S,T,U and V joined seven different courses viz. MBA, MBBS, Law, Engineering, Arts, Science and Commerce (None of the given information necessarily in the same order) on seven different days of the same week i.e., Monday to Sunday. Only three people joined after S. Only two people joined between S and the one who joined Law. Only three people joined between the one who joined law and the one who joined Engineering. Only one person joined between V and the one who joined Arts. V joined before the person who joined Arts. V neither joined on Tuesday nor Wednesday. V did not join Engineering. Only three people joined between V and R. P joined on the day immediately before the one who joined Commerce. Neither S nor T joined Commerce. Q joined MBBS. P did not join Science. Qs.The one who joined Science, joined in which of the following days ?....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution