Questions

Q:

A cube of edge 15 cm is immersed completely in a rectangular vessel containing water . If the dimensions of the base of vessel are 20 cm x 15 cm, find the rise in water level

 

A) 11.25cm B) 11.56cm
C) 11.66cm D) 10.86cm
 
Answer & Explanation Answer: A) 11.25cm

Explanation:

Increase in volume = Volume of the cube = (15 x 15 x 15) cm3.

 

\Rise in water level = volume/area = (15 x 15 x 15)/(20 x 15) cm = 11.25 cm.

Report Error

View Answer Report Error Discuss

7 14399
Q:

From the given words, select the word which cannot be formed using the letters of the given word.

ILLUSTRIOUS

A) Lust B) Trust
C) Riot D) Rust
 
Answer & Explanation Answer: B) Trust

Explanation:
Report Error

View Answer Report Error Discuss

0 14389
Q:

What color does blue and yellow make?

A) Green B) Black
C) Red D) White
 
Answer & Explanation Answer: A) Green

Explanation:

Mixing of blue and yellow colors make Green Color.

                                 400px-Color_mixture.svg_1521793884.png image

 

RYB (an abbreviation of red–yellow–blue) is a historical set of colors used in subtractive color mixing and is one commonly used set of primary colors. It is primarily used in art and design education, particularly painting.

RYB predates modern scientific color theory, which has determined that cyan, magenta, and yellow are the best set of three colorants to combine, for the widest range of high-chroma colors.

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration , IT Trainer

2 14387
Q:

Full form of BCG is 

A) Bacillus Cholera Germ B) Bacillus Calmette Guerin
C) Bacillus Curative Gene D) Bacillus Cholera Guerin
 
Answer & Explanation Answer: B) Bacillus Calmette Guerin

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

81 14373
Q:

Arrange the following words as per order in the dictionary

1. Diffident

2. Difficult

3.Different

4.Diffidence

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

Explanation:
Report Error

View Answer Report Error Discuss

0 14359
Q:

what will be the output of the following code?

class Value
{
    public int i = 15;
}
public class Test
{
    public static void main(String argv[])
    {
        Test t = new Test();
        t.first();
    }
    public void first()
    {
        int i = 5;
        Value v = new Value();
        v.i = 25;
        second(v, i);
        System.out.println(v.i);
    }
    public void second(Value v, int i)
    {
        i = 0;
        v.i = 20;
        Value val = new Value();
        v =  val;
        System.out.println(v.i + " " + i);
    }
}

A) 15 0 2 B) 15 0 0
C) 15 20 0 D) 15 0 20
 
Answer & Explanation Answer: D) 15 0 20

Explanation:
Report Error

View Answer Report Error Discuss

9 14341
Q:

Pen name of Rabindranath Tagore?

A) Bhanu Simha B) Gurudev
C) Kabiguru D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

Pen names have had a certain place of their own in the world of writing. Pen names are something which every writer comes across at some time in their careers.

 

Indian author to use a pen name Bhanu Simha is Rabindranath Tagore. He also has Gurudev, Kabiguru as his pen names.

Report Error

View Answer Report Error Discuss

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

33 14331
Q:

During rainy season wooden doors are difficult to open or closure because of  ?

A) Imbibition B) Plasmolysis
C) Diffusion D) Osmosis
 
Answer & Explanation Answer: A) Imbibition

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE , Bank Exams

92 14329