Questions

Q:

Mica is available abundantly in

A) Andhra Pradesh, Jharkand, Bihar B) Bihar, Gujarat, Telangana
C) Andhra Pradesh, Karnataka, Jharkand D) Telangana, Andhra Pradesh, Bihar
 
Answer & Explanation Answer: A) Andhra Pradesh, Jharkand, Bihar

Explanation:

According to 2005 - 2006 census - Jharkand

According to 2011 - 2012 census - Andhra Pradesh

 

are the highest producers of Mica in India.

Report Error

View Answer Report Error Discuss

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

33 10594
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 10588
Q:

why 8085 processor, is called an 8 bit processor?

Answer

Because 8085 processor is 8 bit ALU (arithmetic logic review). Similarly 8086 processor has 16 bit ALU.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

19 10583
Q:

For Galvanizing Iron which of the following Metals is used?

A) Zinc B) Lead
C) Aluminium D) Copper
 
Answer & Explanation Answer: A) Zinc

Explanation:

For_Galvanizing_Iron_which_of_the_following_Metals_is_used1556263648.jpg image

 

For_Galvanizing_Iron_which_of_the_following_Metals_is_used1556263660.png image

Report Error

View Answer Report Error Discuss

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

20 10575
Q:

In a Certain Country 1/2 of 5 = 3. If the same proportion holds, what is the value of 1/3 of 10 ?

A) 4 B) 6
C) 8 D) 10
 
Answer & Explanation Answer: A) 4

Explanation:

Let 1310 = x 

=> 3x = 10

 

Given that 125=3

 

Therefore, 52x = 10 

 

=> x = 10/3 = 4.

Report Error

View Answer Report Error Discuss

Filed Under: Math Puzzles
Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank Clerk

20 10572
Q:

What color does blue and yellow make?

A) Green B) Black
C) Red D) White
 
Answer & Explanation Answer: A) Green

Explanation:

Mixing of blue and yellow colors make Green Color.

                                 400px-Color_mixture.svg_1521793884.png image

 

RYB (an abbreviation of red–yellow–blue) is a historical set of colors used in subtractive color mixing and is one commonly used set of primary colors. It is primarily used in art and design education, particularly painting.

RYB predates modern scientific color theory, which has determined that cyan, magenta, and yellow are the best set of three colorants to combine, for the widest range of high-chroma colors.

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration , IT Trainer

2 10570
Q:

" Kamarupa " is the old name of ______ state ?

A) Bihar B) Assam
C) Bengal D) Odisha
 
Answer & Explanation Answer: B) Assam

Explanation:

Alternately it is also called as Pragjyotisha before British rule.

Report Error

View Answer Report Error Discuss

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

21 10569
Q:

Which among following is called "Gift of the Nile" ?

A) China B) India
C) Iraq D) Egypt
 
Answer & Explanation Answer: D) Egypt

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World History

32 10553