Questions

Q:

The source of energy of the sun is

 

A) Nuclear fusion B) Photoelectric effect
C) Nuclear fission D) Chemical reaction
 
Answer & Explanation Answer: A) Nuclear fusion

Explanation:

The transformation of Hydrogen atoms into Helium atoms with an emission of vast amount of energy is called nuclear fusion which is the source of energy for the Sun.

 

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: Bank Exams

0 36636
Q:

Which of the statements given below are correct?

 

A) Rafael Nadal won the Tennis 2017 Wimbledon Championships Men's Singles.


B) Aryan Tari won the 2017 World Junior Chess Championship.


C) Viktor Axelsen won the Men's Singles Badminton 2017 BWF World Championships.

 

A) Only A B) Only B
C) Both B and C D) None of these
 
Answer & Explanation Answer: C) Both B and C

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: Bank Exams

2 36615
Q:

What is the output of this C code?

   #include <stdio.h>
    int main()
    {
        int a = 1, b = 1;
        switch (a)
        {
        case a*b:
            printf("yes ");
        case a-b:
            printf("non");
            break;
        }
    }

A) yes B) no
C) Compile time error D) yes no
 
Answer & Explanation Answer: C) Compile time error

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

7 36615
Q:

Which of the following is a popular programming language for developing multimedia webpages.

A) COBOL B) Java
C) BASIC D) Assembler
 
Answer & Explanation Answer: B) Java

Explanation:

Java is a general-purpose computer-programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible.

 

Which_of_the_following_is_a_popular_programming_language_for_developing_multimedia_webpages1548652333.jpg image


Java is used to develop mobile apps, web apps, desktop apps, games and much more...

Report Error

View Answer Report Error Discuss

158 36610
Q:

Which of the following statements are CORRECT?

I. Esters are sweet smelling substance.
II Esters are used in making perfumes.
III. Functional group of ester is R-O-RꞋ.

 

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

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

0 36588
Q:

What is the position of metallic ion and non-metallic ion in a chemical formula?

 

A) Metal ion at second position B) Non-metal ion at first position
C) Metal ion at first and non-metal ion at second position D) No option is correct
 
Answer & Explanation Answer: C) Metal ion at first and non-metal ion at second position

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

1 36570
Q:

A _______ is a software program used to view Web pages.

A) site B) host
C) link D) browser
 
Answer & Explanation Answer: D) browser

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

129 36559
Q:

Primary growth in plants occurs by

A. Vertical meristem

B. Lateral meristem

C. Intercalary meristem

D. Apical meristem

 

A) C & D B) A, B & D
C) A, B, C & D D) B, C & D
 
Answer & Explanation Answer: A) C & D

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: Bank Exams

0 36555