Questions

Q:

Find the acceleration (in m/s2) of a body which accelerates from 15 m/s to 40 m/s in 2 seconds.

 

A) 12.5 B) 27.5  
C) 25 D) 55
 
Answer & Explanation Answer: A) 12.5

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

0 5911
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

3 5910
Q:

Select the antonym of

to brood

A) to repine B) to ignore
C) to fret D) to mope
 
Answer & Explanation Answer: B) to ignore

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 5906
Q:

Dollu Kunitha is a folk dance from

A) karnataka B) Kerala
C) Bihar D) Tamil Naidu
 
Answer & Explanation Answer: A) karnataka

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Culture

98 5901
Q:

What information does a supply schedule provide

 

A) It shows the supply for a product at various prices B) It shows the supply for different products at different prices
C) It shows the supply for a product at a single price point D) None of the above
 
Answer & Explanation Answer: A) It shows the supply for a product at various prices

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: Bank Exams

0 5899
Q:

Light is a ______________ wave.

 

A) longitudinal B) elastic
C) transverse D) mechanical
 
Answer & Explanation Answer: C) transverse

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

0 5898
Q:

What is MESI?

Answer

The MESI protocol is also known as illinois protocol due to its development the University of illinois at Urbana-Champaign and MESI is a widely used cache coherency and memory coherence protocol.


MESI is the most common which supports write-back cache. its use in personal computers became widespread with the introduction of intel's pentium processor to "support the more efficient write-back cache in addition to the write-through cache previously used by the Intel 486 processor"/

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

5 5898
Q:

Which of the following tribes does not share its name to a mountain peak ?

A) Khasi B) Jaintia
C) Gaaro D) Bheel
 
Answer & Explanation Answer: D) Bheel

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World History

14 5895