Searching for "1010"

Q:

Refer the below data table and answer the following question.

Five points are to be deducted from the students average of marks scored because of poor attendance. What will be the students net average marks scored?

A) 39 B) 34
C) 29 D) 44
 
Answer & Explanation Answer: A) 39

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Table Charts
Exam Prep: Bank Exams

Q:

Select the related number from the given alternatives.

10001 : 10101 :: 101 : ?

A) 11 B) 201
C) 100 D) 121
 
Answer & Explanation Answer: B) 201

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Analogy
Exam Prep: Bank Exams

Q:

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] );

}

Answer

00 00 AC 40

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

Q:

Convert the following from binary format to hexadecimal

11001010.11110101.10000011.11101011

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

Q:

Convert the following from binary format to decimal IP address.

11001100.00110011.10101010.01010101

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

Q:

Convert 10100010111101011001110110001011 2 to dotted decimal.

Answer

Convert to dotted hexadecimal first, and then convert each hexadecimal number pair to decimal.

A2.F5.9D.8B then 162.245.157.139

Report Error

View answer Workspace Report Error Discuss

Subject: CCNP