Questions

Q:

___ is the number of shells for elements of the 3rd period.

 

A) 1 B) 0
C) 2 D) 3
 
Answer & Explanation Answer: D) 3

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

0 6218
Q:

Gujarat is noted for the cultivation of 

A) Cotton B) Sugarcane
C) Saffron D) Jute
 
Answer & Explanation Answer: A) Cotton

Explanation:

Black soil coupled with favorable climatic conditions (Temperature of 21-320C and 30 -100 cm of rainfall) are responsible for cotton cultivation in Gujarat.

Report Error

View Answer Report Error Discuss

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

15 6216
Q:

Improve the bracketed part of the sentence.

Please pass me that (scissors).

A) scissor B) pair of scissor
C) pair of scissors D) no improvement
 
Answer & Explanation Answer: C) pair of scissors

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 6215
Q:

The agricultural price support program is an example of ___________.

 

A) a price ceiling B) a price floor
C) equilibrium pricing D) No option is correct
 
Answer & Explanation Answer: B) a price floor

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: Bank Exams

2 6213
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 6208
Q:

The Highest dam in india is the _________dam

A) Maithan B) Bhakra
C) Hirakud D) Machkund
 
Answer & Explanation Answer: B) Bhakra

Explanation:

The Bhakra dam is 226 metres high and is one of the highest dams in the world.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

4 6207
Q:

What is the resident set and working set of a process?

Answer

Resident set is that portion of the process image that is actually in real-memory at a particular instant. Working set is that subset of resident set that is actually needed for execution. (Relate this to the variable-window size method for swapping techniques.)

Report Error

View answer Workspace Report Error Discuss

1 6204
Q:

On the Kelvin scale ,the melting point of ice is

A) 373K B) 100K
C) 273K D) 0 K
 
Answer & Explanation Answer: C) 273K

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

12 6203