1. What is the 1's complement of 0000 1111 0010 1101 number?






Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->1101. ആരുടെആത്മകഥയാണ് ഒരു സര്‍ജന്റെഓര്‍മ്മക്കുറിപ്പുകള്‍ ?....
QA->1111. രണ്ടാം അലക്‌സാണ്ടർ എന്ന് സ്വയം വിശേഷിപ്പിച്ചത് ആര്?....
QA->What is the number of electrons in an atom of atomic number Z and mass number A?....
QA->Which nuclides having the same number of neutrons but different number of protons or mass number?....
QA->The three-fifth of a number is 40 more than the 40 percent of the same number. The number is :....
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->What is the 1's complement of 0000 1111 0010 1101 number?....
MCQ->Convert the 1000 0000 0000 1111 signed binary number to decimal number.....
MCQ->Consider the following statements: In the 2's complement representation, negative numbers are stored in sign magnitude form.Taking 2's complement is equivalent to sign change.In a 4 bit complement representation of a binary number A.In the 2's complement representation the most significant bit (MSB) is zero for a positive number. Of these, the only true statements are....
MCQ->Am equivalent 2's complement representation of the 2's complement number 1101 is....
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