Questions

Q:

Something that saves your money is

A) Cost-effective B) Economical
C) Both A & B D) None of the above
 
Answer & Explanation Answer: C) Both A & B

Explanation:

Something that saves your money is cost-effective and is also called as economical.

Report Error

View Answer Report Error Discuss

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

0 2122
Q:

Metal present in haemoglobin?

A) magnesium B) aluminium
C) iron D) copper
 
Answer & Explanation Answer: C) iron

Explanation:

Haemoglobin is a protein what carries oxygen in the blood and contains iron metal in it.

Report Error

View Answer Report Error Discuss

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

4 2122
Q:

The world's most liveable city 2018?

A) Melbourne B) Damascus
C) Dhaka D) Vienna
 
Answer & Explanation Answer: D) Vienna

Explanation:

Vienna has become the world's most pleasant city to live in by topping the Global Liveability Index of the Economist Intelligence Unit by dislodging Melbourne, the Austrian capital.

 

While Damascus retained the last place and Dhaka, Bangladesh's capital was in second last place in the annual survey examined 140 metropolitan cities.

Report Error

View Answer Report Error Discuss

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

2 2122
Q:

An electron and a proton starting from rest get accelerated through potential difference of 100kV. The final speeds of the electron and the proton are Ve and Vp respectively. Which of the following relations is correct?

A) Ve > Vp B) Ve < Vp
C) Ve = Vp D) Cannot be determined
 
Answer & Explanation Answer: A) Ve > Vp

Explanation:

Both when accelerated through a potential difference of 100KV, they will have the same energy. The mass of the electron is less than the mass of a proton, hence it will move faster(momentum).

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

3 2122
Q:

Which of the following pair is INCORRECT?
I. Parsec - Distance
II. Barrel - Liquid
III. Light year - Time

A) Only III B) Only I and III
C) Only II D) All are correct
 
Answer & Explanation Answer: A) Only III

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

3 2122
Q:

In the following code in which order the functions would be called?

a = ( f1 ( 23,14 ) * f2 ( 12/4) ) + f3() ;

Answer

The order may vary from compiler to compiler.


Here the multiplication will happen before the addition , but in which order the functions would be called is undefined. In an arithmetic expression the parentheses tell the compiler which operands go with which operators but do not force the compiler to evaluate everything within the parentheses first.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2122
Q:

How would you find the length of each string in the following Program?

main()

{

    char *str[] = { "Frogs", "Do", "Not" , "Die" , "They" , "Croak!"};

    printf ("%d%d", sizeof (str), sizeof (str[0]));

}

Answer

main()


{


   char *str[] = { "Frogs", "Do", "Not", "Die." , "They", "Croak!" };


   int i;


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


         printf ("\n%s%d", str[i], strlen( str[i]));


}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 2121
Q:

Who among the following, played an important role in the struggle for italian independence and unification?

A) Bismarck B) Giuseppe Mazzini
C) Giuseppe Garibaldi D) Both (b) and (c)
 
Answer & Explanation Answer: D) Both (b) and (c)

Explanation:

The struggle for Italian independence and unification was organised by the two famous revolutionaries of Italy Giuseppe Mazzini and Giuseppe Garibaldi. The movement led by them is known as the 'Young Italy' movement. It aimed at the independence and unification of Italy and the establishment of republic there.

Report Error

View Answer Report Error Discuss

Filed Under: World History

0 2121