Questions

Q:

Select the synonym of

eccentric

 

A) whimsical B) chronic
C) bona fide D) typic
 
Answer & Explanation Answer: A) whimsical

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 5943
Q:

The book ' Gullivers Travels ' was written by

A) Charles Lamb B) Charles Dickens
C) Alexander Dumas D) Jonathan Swift
 
Answer & Explanation Answer: D) Jonathan Swift

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

8 5941
Q:

The State having the highest density of population is 

A) Kerala B) Tamil Nadu
C) West Bengal D) Uttar Pradesh
 
Answer & Explanation Answer: C) West Bengal

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

7 5941
Q:

Wireless transmission can be done via

A) Infrared waves B) Radio waves
C) Microwaves D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

Wireless transmission can be done via any of the Infrared waves, Radio waves or Microwaves.

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

6 5940
Q:

Web applications are designed to interpret _____________ to display text, images etc.

 

A) HTML B) Hyperlinks
C) Computers D) World Wide Web
 
Answer & Explanation Answer: A) HTML

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

14 5937
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 5937
Q:

Which one do you need for tennis

A) A helmet B) A racket
C) Flippers D) A basket
 
Answer & Explanation Answer: B) A racket

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

12 5934
Q:

Quantitatively, the inertia of an object is measured by ______________.

 

A) its weight B) the product of its mass and velocity
C) its mass D) the product of its mass and acceleration
 
Answer & Explanation Answer: C) its mass

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams , CAT

0 5934