Questions

Q:

The country in which Yak is found

Answer

Tibet

Report Error

View answer Workspace Report Error Discuss

56 8254
Q:

Which of the following is a comparison operator in SQL?

A) LIKE B) BETWEEN
C) = D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

LIKE, BETWEEN and = operators are used for comparison in SQL. Comparison operators test whether two expressions are the same. Comparison operators can be used on all expressions except expressions of the text, ntext, or image data types.

Report Error

View Answer Report Error Discuss

Filed Under: Oracle Certification
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk

35 8253
Q:

Who amongst the following is a famous Sarod player

A) Zakir Hussain B) Hari Prasad Chourasia
C) Ram Narain D) Amjad Ali Khan
 
Answer & Explanation Answer: D) Amjad Ali Khan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities

6 8253
Q:

In exo-biology we study about ________

A) External structure of living beings B) Life present on the earth
C) Life present in the other layer of earth atmosphere D) Life found in space and on other satellite
 
Answer & Explanation Answer: D) Life found in space and on other satellite

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

14 8243
Q:

All variables in PHP start with which symbol?

A) % B) !
C) $ D) &
 
Answer & Explanation Answer: C) $

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming
Exam Prep: Bank Exams

38 8238
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

7 8237
Q:

In the following question, four words are given out of which one word is correctly spelt. Select the correctly spelt word.

A) constituet B)  iliterrate
C)  conctituet D) constitute
 
Answer & Explanation Answer: A) constituet

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

57 8231
Q:

What is the gram formula mass of Li2SO4?

A) 101.2487 B) 109.9446
C) 111.2687 D) 106.5871
 
Answer & Explanation Answer: B) 109.9446

Explanation:

The term gram formula mass is synonymous with molecular mass. So, to get this, we must add molar mass of all the elements in this compound.

 

Given compound is Lithium Sulphate - Li2SO4

Elemental calculation ::

Li  -  Lithium   -   6.941    -     2   -   13.88200 %
S  -  Sulfur     -    32.065   -    1   -   32.065 %
O  -  Oxygen   -   15.9994  -    4   -   63.9976 %

Now, total = 12.6264 + 29.1647 + 58.2090 = 109.9446 

 

Hence, the gram formula mass of Li2SO4 = 109.9446.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration , IT Trainer

4 8227