Questions

Q:

Rearrange the parts of the sentence in correct order.

In punishment for the uprising,

P - ­called tributes, to participate
Q­ - each of the twelve districts must provide
R­ - one girl and one boy,

A) PRQ B) PQR
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 5916
Q:

Select the antonym of:

to sue

A) to absolve B) to litigate
C) to indict D) to solicit
 
Answer & Explanation Answer: A) to absolve

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 5915
Q:

The number of pincode postal regions in india is 

A) 5 B) 6
C) 7 D) 8
 
Answer & Explanation Answer: D) 8

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

24 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 5909
Q:

Who is the head of the committee formed to commemorate the 75 years of India's independence?

 

A) President B) External Affairs Minister
C) Home Minister D) Prime Minister
 
Answer & Explanation Answer: D) Prime Minister

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: Bank Exams

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