Questions

Q:

The branch of agriculture science which deals with principles and practices of soil, water and crop management is called ______ ?

A) Agronomy B) Crop Farming
C) Horticulture D) Home Science
 
Answer & Explanation Answer: A) Agronomy

Explanation:

Agronomy deals with the methods which provide favourable environment to crop for higher productivity.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Job Role: Bank Clerk

9 4775
Q:

Between which one of the following pairs of ports does Panama Canal shorten the distance to the maximum?

A) Liverpool and Shanghai B) New York and Honolulu
C) Liverpool and Sydney D) New York and San Francisco
 
Answer & Explanation Answer: D) New York and San Francisco

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

18 4774
Q:

Fiscal Policy is concerned with

A) Government Spending and Taxation B) Money Supply
C) Government Spending, Money Supply and Taxation D) Taxation
 
Answer & Explanation Answer: A) Government Spending and Taxation

Explanation:

The two most widely recognized tools used to influence a Nation's Economic activity are Monetary policy and Fiscal policy.

 

    • Monetary policy is primarily concerned with the management of interest rates and the total supply of money in circulation and is generally carried out by central banks

 

    • Fiscal policy is the collective term for the taxing and spending actions of governments.

 

Report Error

View Answer Report Error Discuss

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

13 4773
Q:

Difference between bit rate and baud rate.?

Answer

Bit rate is the number of bits transmitted during one second whereas baud rate refers to the number of signal units per second that are required to represent those bits.


baud rate = bit rate / N


where N is no-of-bits represented by each signal shift.

Report Error

View answer Workspace Report Error Discuss

Subject: Networking
Job Role: Network Engineer

0 4771
Q:

Can I increase the size of a dynamically allocated array? < Yes / No> if yes, how?

Answer

Yes, using the realloc() function as shown below:


main()


{


        int *p;


        p = ( int *) malloc (20) ;


        t = p;


        t = (int *) realloc ( p, 40);


        if ( t == NULL )


        Printf (" Cannot reallocate, leaves previous allocated region unchanged ");


       else


       {


              if ( p ==t )


              ;  / * the array expanded at the same region */


             else


            { 


                 free ( p ); / * deallocate the original array */


                 p = t;  /* set p to newly allocated region */


             }


      }


}  

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 4771
Q:

A narrow strip of land connecting two large land masses is known as 

A) Strait B) Isthmus
C) Headland D) Bay
 
Answer & Explanation Answer: B) Isthmus

Explanation:

Isthmus of panama and Isthmus of Suez are well known examples

Report Error

View Answer Report Error Discuss

Filed Under: World Geography

3 4770
Q:

The composition of electrician solder is

A) lead-37%, tin-63% B) Iron-37%, tin-63%
C) lead-37%, Steel-63% D) Steel-37%, copper-63%
 
Answer & Explanation Answer: A) lead-37%, tin-63%

Explanation:
Report Error

View Answer Report Error Discuss

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

6 4770
Q:

What element is used in bright flashing advertising signs?

A) Neon B) Helium
C) Mercury D) Radon
 
Answer & Explanation Answer: A) Neon

Explanation:

Neon is the element that is used in bright flashing advertising signs as Neon particulary gives bright color.

Report Error

View Answer Report Error Discuss

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

6 4770