Questions

Q:

For an inferior good demand falls when _________.

 

A) Piece rise   B) Price falls  
C) Income rise   D) Income falls  
 
Answer & Explanation Answer: C) Income rise  

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: Bank Exams

1 6286
Q:

During Processing data, programs, and processed information are held temporarily in _________

A) Secodary stoage B) ROM
C) RAM D) None of these
 
Answer & Explanation Answer: C) RAM

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer

20 6286
Q:

When did all the trade unions, except Ahmedabad Textile Labor Union, be unified?

 

A) 1930   B) 1928
C) 1932   D) 1933
 
Answer & Explanation Answer: A) 1930  

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: Bank Exams

0 6284
Q:

When and by whom the PIN coode system was introduced in India ?

A) Savinder Singh B) Shriram Bhikaji Velankar
C) D.R. Khullar D) Mahesh Barnwal
 
Answer & Explanation Answer: B) Shriram Bhikaji Velankar

Explanation:

The PIN code system was introduced on 15 th August 1972 by Shriram Bhikaji Velankar. Currently India has six digit post code and soon it will be converted in eight digits.

Report Error

View Answer Report Error Discuss

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

29 6284
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

4 6282
Q:

Select the word with the correct spelling.

 

A) oxidieser B) thespian
C) aproval D) secreetes
 
Answer & Explanation Answer: B) thespian

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 6282
Q:

What is the Maximum clock frequency in 8086?

Answer

5 Mhz is the Maximum clock frequency in 8086.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

2 6279
Q:

The heat from the sun reaches earth through Convection.

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

Explanation:

The given statement, The heat from the sun reaches earth through Convection is FALSE.


 


Heat from the sun actually reaches the earth through Radiation. The process occurs through electromagnetic radiation, specifically, in which molecules are warmed when the heat reaches them, and these molecules then warm other molecules touching them, which continues until we feel the sun's heat.

Report Error

View Answer Workspace Report Error Discuss

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

8 6278