Questions

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 9458
Q:

The quality of sound produced by an instrument depends on the

A) Frequency B) Intensity
C) Number of overtones D) None of these
 
Answer & Explanation Answer: C) Number of overtones

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

30 9448
Q:

What is the maximum running land speed of Crocodile ?

A) 5 KMPL B) 12 KMPL
C) 15 KMPL D) 17 KMPL
 
Answer & Explanation Answer: D) 17 KMPL

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Animals and Birds

58 9442
Q:

When is the ' World environment Day ' celebrated

A) June 5 B) April 7
C) October 24 D) None of the above
 
Answer & Explanation Answer: A) June 5

Explanation:
Report Error

View Answer Report Error Discuss

39 9440
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 9439
Q:

Which of the following is an Abiotic factor?

A) Plants B) Water
C) Consumers D) Animals
 
Answer & Explanation Answer: B) Water

Explanation:

Abiotic and biotic factors are what make up an ecosystem.

 

Abiotic factors are all nonliving components of an ecosystem. These factors include chemical and geological features such as water or lack of water, soil, rocks, and minerals. Other abiotic factors include physical components such as the temperature and weather affecting the ecosystem.


The biotic factors in an ecosystem include all living things. All plants, animals, fungi, protists, and bacteria within an ecosystem make up that system's biotic factors. The biotic factors can be broken down further into producers, consumers, and decomposers.

The biotic factors present in an ecosystem are highly dependent on the abiotic factors that are present. Even slight changes to either factor can have a major consequence upon the system as a whole.

Report Error

View Answer Report Error Discuss

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

17 9430
Q:

First Bank to introduce ATM in India is ?

A) ICICI Bank B) HSBC Bank
C) HDFC Bank D) YES Bank
 
Answer & Explanation Answer: B) HSBC Bank

Explanation:

HSBC (Hongkong and Shanghai Banking Corporation) is the first bank to introduce ATM concept in India in the year 1987 in Mumbai.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Bank Clerk , Bank PO

12 9425
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 9423