Questions

Q:

Net National product of a country is

A) GDP minus depreciation allowances B) GDP plus net income from abroad
C) GNP minus net income from abroad D) GNP minus depreciation allowances
 
Answer & Explanation Answer: D) GNP minus depreciation allowances

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

1 6233
Q:

What is the currency of cuba?

A) Kuna B) Peso
C) Dollar D) None
 
Answer & Explanation Answer: B) Peso

Explanation:

Peso is the currency of Cuba

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

33 6226
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 6217
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 6217
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:

Microwave communication uses high-frequency.

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

Microwaves are high-frequency signals in the 300 MHz to 300 GHz range. This is in contrast to radio signals, which are typically broadcast in all directions. Radio signals operate in the 3 Hz to 300 MHz range.


Microwave signals are used for both satellite and ground-based communications.

Report Error

View Answer Workspace Report Error Discuss

Subject: Physics
Exam Prep: AIEEE , Bank Exams , GATE
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

5 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 6205
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 6204