Questions

Q:

' Asian Drama ', by Gunnar Karl Myrdal, is a book on which of the following subjects

A) Theatre Movement in Asia B) Economics
C) International Politics D) Look East Policy of India
 
Answer & Explanation Answer: B) Economics

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

19 11183
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 11182
Q:

How many daughter cells are produced in mitosis?

A) 2 B) 4
C) 8 D) None
 
Answer & Explanation Answer: A) 2

Explanation:

In Mitosis, one parent cell divides into 2 daughter cells with identical chromosomal number. However, in Meiosis, one diploid parent cell divides into 4 haploid daughter cells.

Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk

9 11159
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 11156
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 11150
Q:

In which decade was the Internet first implemented?

A) 1940s B) 1960s
C) 1970s D) 1980s
 
Answer & Explanation Answer: B) 1960s

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Inventions

17 11139
Q:

Only male frog produce croacking sound because ____

A) Female frog have no larynx B) Female frog have larynx but no vocal cord
C) Male frog have three pair of vocal cord D) Male frog can magnify their voice with the help of sound box
 
Answer & Explanation Answer: A) Female frog have no larynx

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

61 11135
Q:

Young Italy movement by led by two revolutionaries, One was "Mazzini" and Other was ?

A) Garibaldi B) Victor
C) Emmanuel D) Louis
 
Answer & Explanation Answer: A) Garibaldi

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World History

26 11131