Questions

Q:

The book 'Sudhir Sukta' was written by

A) Vishnu Wagh B) Nazir Ahmad Wani
C) Andrea Levy D) Tian Er
 
Answer & Explanation Answer: A) Vishnu Wagh

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

4 2078
Q:

Which error are you likely to get when you run the following program?

main()

{

  struct emp

  {

      char name[20];

      float sal;

  };

  struct emp e[10];

  int i;

  for ( i = 0 ; i <= 9; i++)

        scanf ( "%s %f" , e[i].name, &e[i].sal );

}

Answer

Floating point formats not linked

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2078
Q:

What smallest number should be added to 2401 so that the sum is completely divisible by 14 ?

A) 8 B) 7
C) 4 D) 5
 
Answer & Explanation Answer: B) 7

Explanation:
Report Error

View Answer Report Error Discuss

2 2077
Q:

What would be the output of the following program?

main()

{

    int i = -3, j =2, k =0, m ;

    m = ++j && ++i || ++k ;

    Printf ( "\n%d%d%d%d", i , j , k , m );

}

Answer

-2  3  0  1

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 2077
Q:

Where's MBR located on the disk?

Answer

Main Boot Record is located is sector 0, track 0, head 0, cylinder 0 of the primary active partition.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2077
Q:

What is the term for classifying and grouping organisms?

A) Homology B) Taxonomy
C) Biology D) Zeology
 
Answer & Explanation Answer: B) Taxonomy

Explanation:

The term for classifying and grouping organisms is Taxonomy. It is the science of defining and naming groups of biological organisms on the basis of shared characteristics.

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

2 2077
Q:

If the latitude and longitudinal extent of an Indian State/UT is 15o48’00’’N to 14o53’15’’N and 74o20’13’’E to 74o40’33’’E, then which one of the following is that State/UT ?

A) Puducherry B) Chandigarh
C) Goa D) Delhi
 
Answer & Explanation Answer: C) Goa

Explanation:

Delhi: Latitude-28.38 N, Longitude-77.12 E

Chandigarh: Latitude-30.44 N, Longitude-76.47 E

Puducherry: Latitude-11° 54' N, Longitude-79° 48' E

Goa: Latitude-15°29'N. N, Longitude-73°48'E.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

0 2077
Q:

Atoms of the same element can differ in

A) Atomic number B) Atomic mass
C) electrons D) None of the above
 
Answer & Explanation Answer: B) Atomic mass

Explanation:

Atoms of the same element can have same atomic number and number of electrons since, the atomic number is the number of protons and the number of protons and eectrons are the same in an element.

 

Hence, the atoms of the same element may differ in their atomic mass since it depends on the number of neutrons it holds and such atoms are called isotopes.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

1 2076