Questions

Q:

Rearrange the parts of the sentence in correct order.An inference is

P : the direct, logical one

Q : the likely or probable

R : conclusion rather than

 

A) PRQ B) QPR
C) RQP D) QRP
 
Answer & Explanation Answer: D) QRP

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 47161
Q:

How many times i value is checked in the below code?

       #include <stdio.h>
        int main()
        {
            int i = 0;
            do {
                i++;
                printf( "In while loopn" );
            } while (i < 3);
        }

A) 2 B) 3
C) 4 D) 1
 
Answer & Explanation Answer: B) 3

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

8 46605
Q:

The speed of light will be minimum while passing through

A) water B) vaccum
C) air D) glass
 
Answer & Explanation Answer: D) glass

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

465 46504
Q:

What will be output when you will execute following c code?

#include <stdio.h>
void main()

{
    int const SIZE = 5;
    int expr;
    double value[SIZE] = { 2.0, 4.0, 6.0, 8.0, 10.0 };
    expr=1|2|3|4;
    printf ( "%f", value[expr] );
}

A) 2.000000 B) 4.000000
C) 8.000000 D) Compilation error
 
Answer & Explanation Answer: D) Compilation error

Explanation:

Size of any array in c cannot be constantan variable.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

7 46493
Q:

As an object falls freely its ___________________.

 

A) kinetic energy gets converted into potential energy B) potential energy gets converted into kinetic energy
C) momentum gets converted into gravitational force D) gravitational force gets converted into momentum
 
Answer & Explanation Answer: B) potential energy gets converted into kinetic energy

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

14 46162
Q:

Which of the following group is NOT Dobereiner Triads?

 

A) Li, Na, K B) N, P Au
C) Cl, Br, I D) Ca, Sr, Ba
 
Answer & Explanation Answer: B) N, P Au

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

3 45973
Q:

IG full form in police department?

Answer

IG stands for Inspector General of Police. DIG(Deputy Inspector General ofPolice) is a One-star rank in the police service who works under IG.


IG_Full_form_in_Police_Department1542091017.jpg image

Report Error

View answer Workspace Report Error Discuss

Subject: General Awareness Exam Prep: CAT , Bank Exams , AIEEE
Job Role: IT Trainer , Bank PO , Bank Clerk , Analyst

173 45922
Q:

Give the common name for the following compound

CH32CH CH2 - Br

A) Isobutyl bromide B) Methyl bromide
C) Propyl bromide D) Butyl bromide
 
Answer & Explanation Answer: A) Isobutyl bromide

Explanation:
Report Error

View Answer Report Error Discuss

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

7 45895