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:

 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:

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

"National Volunteer Day" is observed on ____ ?

A) 1st October B) 21st September
C) 11th October D) 29th September
 
Answer & Explanation Answer: B) 21st September

Explanation:

"National Volunteer Day" & "International Peace Day" are observed on 21st september every year.

Report Error

View Answer Report Error Discuss

Filed Under: Important Days and Years
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

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

What place is designated as 0 degrees longitude?

A) Greenwich B) Prime meridian
C) Tibet D) Norway
 
Answer & Explanation Answer: A) Greenwich

Explanation:

The place which is designated as 0 degrees longitude is Greenwich, England.

Report Error

View Answer Report Error Discuss

1 2927