1. In computing there are 8 bits to a byte, what are 4 bits called?

Answer: Nibble

Reply

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

Comments

Tags
Show Similar Question And Answers
QA->In computing there are 8 bits to a byte, what are 4 bits called?....
QA->One byte is equal to how many bits?....
QA->ഇന്ത്യയിലെ ആദ്യ ക്ലൌഡ് കമ്പ്യുട്ടിംഗ് (Cloud Computing) അധിഷ്ഠിത ' ഇ - ട്യുട്ടർ ടാബ് ലറ്റ് കമ്പ്യുട്ടർ '(e-Tutor Tablet) വികസിപ്പിച്ചത് എവിടെ ?....
QA->A collection of four bits is called?....
QA->ഒരു Tera Byte (TB)എന്നത് എത്ര GBയാണ്? ....
MCQ->What will be the output of the C#.NET code snippet given below? byte b1 = 0xAB; byte b2 = 0x99; byte temp; temp = (byte)~b2; Console.Write(temp + " "); temp = (byte)(b1 << b2); Console.Write (temp + " "); temp = (byte) (b2 >> 2); Console.WriteLine(temp);...
MCQ->What will be the output of the C#.NET code snippet given below? byte b1 = 0xF7; byte b2 = 0xAB; byte temp; temp = (byte)(b1 & b2); Console.Write (temp + " "); temp = (byte)(b1^b2); Console.WriteLine(temp);...
MCQ->Which of the following are legal lines of code? int w = (int)888.8; byte x = (byte)1000L; long y = (byte)100; byte z = (byte)100L;...
MCQ->Which of the following statements are correct about data types? If the integer literal exceeds the range of byte, a compilation error will occur. We cannot implicitly convert non-literal numeric types of larger storage size to byte. Byte cannot be implicitly converted to float. A char can be implicitly converted to only int data type. We can cast the integral character codes....
MCQ->Assertion (A): A two byte instruction of 8085 has an operation code in first byte and operand / address in the second byte.Reason (R): If an instruction is too long it is possible to reduce its length by a number of methods.

...
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