Questions

Q:

TEL minimise the knocking effect when mixed with petrol, it acts as_______

A) Positive catalyst B) Negative catalyst
C) Auto catalyst D) Induced catalyst
 
Answer & Explanation Answer: B) Negative catalyst

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

18 9013
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 8999
Q:

The stupa site which is not connected with any incident of lord Buddha's life is

A) Sarnath B) Bodh Gaya
C) Sanchi D) Kushinagar
 
Answer & Explanation Answer: C) Sanchi

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

7 8995
Q:

How can an organization determine the effectiveness of the Service Level Management process?

A) By checking contracts with suppliers B) By measuring customer satisfaction
C) By defining service levels D) By reporting on all incidents
 
Answer & Explanation Answer: B) By measuring customer satisfaction

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: ITIL Certification

0 8983
Q:

In the match between India and Pakistan at Jaipur on 02-10-1983, which new rule was introduced

A) Limit of overs wes reduced to 50 overs B) The rule of field restriction was taken
C) over throw runs were batsmans score D) Noballs & wides were debited to bowlers analysis
 
Answer & Explanation Answer: D) Noballs & wides were debited to bowlers analysis

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

15 8981
Q:

Cyanide is historically found in the following except

A) Teflon B) Cherries
C) Apricots D) All of the above
 
Answer & Explanation Answer: A) Teflon

Explanation:

Cyanide is historically found in the following except Teflon. Cyanide is found in the stones of cherries, apricots,...

Report Error

View Answer Report Error Discuss

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

5 8979
Q:

The state of california uses a mechanism known as

A) NOTS B) BOTS
C) LOTS D) POTS
 
Answer & Explanation Answer: A) NOTS

Explanation:

The state of California uses a mechanism known as NOTS.

 

NOTS stands for Negligent Operator Treatment System.

 

What is this:

It is a program that is known to rehabilitate chronic violators of the driving laws in California. It consists of a series of computer generated warning letters and sanctions against violators. It affects drivers with age 18 years old and above in California.

 

How it works:

The actions in this program are based on "negligent operator points" that is being recorded every time period. These are added continuously until it reaches a certain degree which it needs an administrative hearing. Points are being assigned depending on the degree of the offense. It would range from zero to three points.

Report Error

View Answer Report Error Discuss

Filed Under: World Geography
Exam Prep: Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO

2 8965
Q:

Unit of solid angle is

A) degree B) radian
C) steradian D) radian second
 
Answer & Explanation Answer: C) steradian

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

20 8956