Questions

Q:

Highest sugarcane producing state in India?

A) Maharashtra B) Uttar Pradesh
C) Gujarat D) Uttarakhand
 
Answer & Explanation Answer: B) Uttar Pradesh

Explanation:

Agriculture is the occupation of a majority of the Indian population. More than 65% of India's land area is under agriculture.

Sugarcane is one of the most popular multipurpose crops in India and no part of the sugarcane goes waste.

Uttar Pradesh is the highest sugarcane producing state in India followed by Maharashtra.

Report Error

View Answer Report Error Discuss

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

7 4447
Q:

 The first step in database development is which of the following?

A) Enterprise data modeling B) Logical database design
C) Physical database design and definition D) Database Implementation
 
Answer & Explanation Answer: A) Enterprise data modeling

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

0 4446
Q:

 A distributed database can use which of the following strategies?

A) Totally centralized one location and accessed by many sites B) Partially or totally replicated across sites
C) Partitioned into segments at different sites D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

0 4446
Q:

Name the processor lines of two major manufacturer?

Answer

High-end: Intel - Pentium (II, III, 4) AMD - Athlon. Low-end: Intel - Celeron, AMD - Duron. 64-bit: Intel - Itanium 2, AMD - Opteron.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

1 4446
Q:

Pinaka is a

A) a multi barrel rocket launcher developed by DRDO B) a rocket launcher developed by France
C) a missile developed by DRDO D) a missile imported from Russia
 
Answer & Explanation Answer: A) a multi barrel rocket launcher developed by DRDO

Explanation:

1. Pinaka is a multi barrel rocket launcher developed by the Defence Research and Development Organisation (DRDO) for the Indian Army.

2. The system has a maximum range of 40 km for Mark-I and 75 km for Mark-II, and can fire a salvo of 12 rockets in 44 seconds.

3. The system is mounted on a Tatra truck for mobility.

4. Actually, the meaning of Pinaka is Shiv Dhanush.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank PO , IT Trainer

7 4446
Q:

The Manu Smirit Mainly deals with

A) Social order Laws B) laws
C) Economics D) State craft
 
Answer & Explanation Answer: B) laws

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

4 4445
Q:

What is the difference between malloc() and calloc() functions?

Answer

As against malloc(), calloc() needs two arguments, the number of elements  to be allocated and the size of each element. For example,


 p = (int *) calloc (10, sizeof (int));


would allocate space for a 10- integer array. Additionally, calloc() would also set each of this element with a value 0.


Thus the above call to calloc() is equivalent to:


p = (int *) malloc (10 * sizeof (int));


memset (p, 0, 10 * sizeof( int ));

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 4445
Q:

The DBA can set the registry variable DB2_HASH_JOIN on or off because:

A) hash joins may require more resources to run. B) hash joins are not used unless outer joins are requested.
C) If hash joins are enabled, no other join method can be used. D) Hash joins are only needed when the tables are portioned using hash keys.
 
Answer & Explanation Answer: A) hash joins may require more resources to run.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: IBM Certification

8 4445