Questions

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 14667
Q:

Which film won the Oscar Awards 2017 for the best picture category?

 

A) La La Land   B) The Sales Man  
C) Manchester by the sea D) Moon Light
 
Answer & Explanation Answer: D) Moon Light

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards
Exam Prep: Bank Exams

0 14652
Q:

The unit MIPS is used to measure the speed of a___.

A) Disk drive B) Tape drive
C) Printer D) Processor
 
Answer & Explanation Answer: D) Processor

Explanation:

MIPS refers millions instruction per sec and is used to measure the speed of Processor.

Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk

37 14645
Q:

India is a Tropical country but has a Monsoonal climate because 

A) Its real extent is vast B) It is surrounded by the sea
C) The Himalayas provide the barrier effect D) Land and sea breeze create monsoons
 
Answer & Explanation Answer: C) The Himalayas provide the barrier effect

Explanation:

The whole of India, south of the Himalayas can be climatically treated as a tropical country as the Himalayas provide the barrier effect. 

 

Indian subcontinent is separated from the rest of Asia by the lofty Himalayan ranges which block the cold air masses moving southwards from Central Asia.

  

 As a result, during winters, the northern half of India is warmer by 3°C to 8°C than other areas located on same latitudes.

  

During summer, due to over the head position of the sun, the climate in the southern parts resemble equatorial dry climate.

 

The seasonal reversal of winds in Arabian Sea and Bay of Bengal give India a typical tropical monsoon climate.

 

So Indian climate, to be precise, is Tropical monsoon type (a distinct wet and dry climate) rather than just a tropical or half temperate climate.

Report Error

View Answer Report Error Discuss

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

21 14630
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 14624
Q:

What would you do if you run out of ideas for a new Ad?

Answer

I would do the following if I run out of ideas for a new ad:


       - Word of mouth marketing


       - Direct marketing


       - Public opinions survey


       - Trade show/exhibition promotion etc.  

Report Error

View answer Workspace Report Error Discuss

10 14620
Q:

Which of the following sets of cities is located on the reference longitude for Indian standard time

A) Bangalore - Varanasi B) Chennai - Varanasi
C) Kakinada - Pondicherry D) Pondicherry - Varanasi
 
Answer & Explanation Answer: C) Kakinada - Pondicherry

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

39 14616
Q:

Which operation is not performed by computer?

A) Understanding B) Controlling
C) Processing D) Inputting
 
Answer & Explanation Answer: A) Understanding

Explanation:

A computer can perform inputting, processing and cotrolling but it can't perform understanding as it is has no brain. It can't earn from its previous experiances.

Report Error

View Answer Report Error Discuss

21 14611