Questions

Q:

Centralisation is said to exist if 

A) Top Management retains most of the decision making authority B) Authority is shared with Managers at lower levels
C) Employees at all levels are allowed to take initiative in work related matters D) None of the above
 
Answer & Explanation Answer: A) Top Management retains most of the decision making authority

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Business Awareness

6 2930
Q:

What is buying forward?

Answer

It is an investment strategy that involves the buying of money market instruments or currencies in anticipation of a price rise or a future increase in demand. Buying forward allows an investor to take advantage of future and potential profits by buying now at alower price, and selling when prices rise.

Report Error

View answer Workspace Report Error Discuss

0 2929
Q:

The Survey of India was established in

A) 1851 B) 1767
C) 1857 D) 1771
 
Answer & Explanation Answer: B) 1767

Explanation:

The National Survey and Mapping Organization of the country under the Department of Science & Technology is The Survey of India. It was founded by The East India Company in the year 1767, head quartered in Dehradun.

 

 The_Survey_of_India_was_established_in1552044109.jpg image

 

The East India Company appointed James Rennell to survey the Bengal Presidency in 1767.

Report Error

View Answer Report Error Discuss

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

2 2928
Q:

 In enterprise data modeling, which is incorrect?

A) You review current systems. B) You implement the new database.
C) You describe the data needed at a very high level of abstraction. D) You plan one or more database development projects.
 
Answer & Explanation Answer: B) You implement the new database.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

1 2928
Q:

Isotopes of the atoms of same element have

A) same number of neutrons B) same number of protons
C) same atomic mass D) different chemical properties
 
Answer & Explanation Answer: B) same number of protons

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

2 2927
Q:

Point out the error, if any, in the while loop.

main()

{

  int i = 1;

  while ()

  {

     printf ( "%d", i++);

     if (i >10) 

     break ;

   }

}

Answer

The condition in the while loop is a must.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2927
Q:

public static void main string[] args Meaning is?

Answer

Here in this declaration public static void main string[] args, each keyword has its importance.


 


1. public - Here public is an access specifier which allows the main method to be accessible everywhere.


 


2. static - static helps the main method to get loaded without getting called by any instance/object.


 


3. void - void clarifies that the main method will not return any value.


 


4. main - It's the name of the method.


 


5. String[] args - Here we are defining a String array to pass arguments at the command line. args is the variable name of the String array.

Report Error

View answer Workspace Report Error Discuss

8 2927
Q:

Gun gopi krrishna was a maestro of which of the follwing dance forms

A) Manipuri B) Bharatanatyam
C) Kuchipudi D) Kathak
 
Answer & Explanation Answer: D) Kathak

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities

0 2927