1. 8 bit data can have 256 numbers ranging from 00000000 to 111 111 11.



Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
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->11 , 111 , 111 എന്ന സംഖ്യയെ അതെ സംഖ്യകൊണ്ട് തന്നെ ഗുണിച്ചാൽ കിട്ടുന്ന സംഖ്യ എത്ര?....
QA->‘I have been touring different parts of the world. During these travels, I have had the good fortune to come into contact with several saints and maharshis. But I have frankly to admit that I have never come across one who is spiritually greater than Swami Sree Narayana Guru of Kerala” Whose words are these?....
QA->P can do a work in the same time in which Q and R together can do it. If P and Q work together, the work can be completed in 10 days. R alone needs 50 days to complete the same work. then Q alone can do it in....
QA->'No two electrons in an atom can have the same set of four quantum numbers' is?....
MCQ->8 bit data can have 256 numbers ranging from 00000000 to 111 111 11.....
MCQ->Which of the following statements are correct about the Bitwise & operator used in C#.NET? The & operator can be used to Invert a bit. The & operator can be used to put ON a bit. The & operator can be used to put OFF a bit. The & operator can be used to check whether a bit is ON. The & operator can be used to check whether a bit is OFF.....
MCQ->(256)0.16 x (256)0.09 = ?....
MCQ->How many bytes of memory will the following code reserve? #include<stdio.h> #include<stdlib.h> int main() { int p; p = (int )malloc(256 256); if(p == NULL) printf("Allocation failed"); return 0; }....
MCQ->Which of the following statements are correct about objects of a user-defined class called Sample? All objects of Sample class will always have exactly same data. Objects of Sample class may have same or different data. Whether objects of Sample class will have same or different data depends upon a Project Setting made in Visual Studio.NET. Conceptually, each object of Sample class will have instance data and instance member functions of the Sample class. All objects of Sample class will share one copy of member functions.....
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