Questions

Q:

Who composed the Gayatri Mantra

A) Vishvamitra B) Vasishtha
C) Indra D) Parikshit
 
Answer & Explanation Answer: A) Vishvamitra

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

323 54986
Q:

1 kWh = __________ × 106J.

 

A) 36 B)  3.6  
C) 6.4   D) 64
 
Answer & Explanation Answer: B)  3.6  

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

1 54874
Q:

Which bacterium is used to turn milk to curd?

 

A) Streptomyces B) Vibrio
C) Lactobacillus D) Spirilla
 
Answer & Explanation Answer: C) Lactobacillus

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: Bank Exams

2 54848
Q:

Isobars are atoms of different chemical elements that have ______.

 

A) Same atomic number but different mass number B) Same mass number but different atomic number
C) Same mass number and same atomic number D) Different mass number and different atomic number  
 
Answer & Explanation Answer: B) Same mass number but different atomic number

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: AIEEE , Bank Exams

0 54787
Q:

What will be output of following c code?

#include <stdio.h>
int main()

{
    int x=123;
    int i={
         printf("c" "++")
    };
    for(x=0;x<=i;x++){
         printf("%x ",x);
    }
    return 0;

}

Answer

Output: c++0 1 2 3

Explanation: First printf function will print: c++ and return 3 to variable i.For loop will execute three time and printf function will print 0, 1, 2 respectively.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

97 54762
Q:

A sarcomere is best described as a

 

A) fixed structural unit within a myofibril bounded by Z lines. B) moveable structural unit within a myofibril bounded by H zones.
C) moveable structural unit within a myofibril bounded by Z lines. D) fixed structural unit within a myofibril bounded by A bands.
 
Answer & Explanation Answer: C) moveable structural unit within a myofibril bounded by Z lines.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: Bank Exams

1 54672
Q:

Choose the most appropriate answer:

Todar Mal was associated with________ in Akbar’s durbar.

A) Music B) Literature
C) Finance D) Law Reforms
 
Answer & Explanation Answer: C) Finance

Explanation:

Raja Todar Mal was the Finance Minister of the Mughal empire during Akbar's reign.

Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

2 54643
Q:

Factors that may influence enzyme activity?

 

A) pH B) Substrate concentration
C) Temperature D) All the above
 
Answer & Explanation Answer: D) All the above

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

0 54630