HTML is a subset of
View Answer Report Error Discuss
India derives its name from
The name India is originally derived from the name of the river Sindhu (Indus River).
Washing soda is used ______.
I. for removing permanent hardness of water
II. for disinfecting drinking water
III. as a cleaning agent for domestic purpose
What plaything was invented by Joe McVicker in 1956?
If the binary equivalent of 5.375 in normalised form is 0100 0000 1010 1100 0000 0000 0000 0000, what would be the output of the following program?
main()
{
float a = 5.375 ;
char *p;
int i;
p = ( char* ) &a ;
for ( i = 0; i <= 3 ; i++ )
printf ( " %02x ", (unsigned char ) p[i] );
}
00 00 AC 40
View answer Workspace Report Error Discuss
One of the best known tribal rebellions in Bihar, Known as Ulgulan (meaning Great Tumult), was launched by the Mundas under the leadership of:
Draw a Transmission Gate-based D-Latch?
The Transmission-Gate's input is connected to the D_LATCH data input (D), the control input to the Transmission-Gate is connected to the D-Latch enable inputs (EN) and the Transmission-Gate outputs is the D_LATCH output(Q)
Web applications are designed to interpret _____________ to display text, images etc.