Question
Interim Dividend can be paid out of which of the
following?Solution
Interim Dividend Board of Directors of a company may declare interim dividend during any financial year or at any time during the period from closure of financial year till holding of the annual general meeting Interim dividend can be paid out of •      surplus in the profit and loss account or •      profits of the financial year for which such interim dividend is sought to be declared or •      profits generated in the financial year till the quarter preceding the date of declaration of the interim dividend
Consider the Quick Sort algorithm with the last element as the pivot. For the array [7, 2, 1, 6, 8, 5, 3, 4], what will be the state of the array *after...
Which of the following characteristics is NOT essential for cloud computing?
Which of the following statements correctly describes the ACID property "Durability" in database transactions?Â
Which is not a access modifier in java?
In n-gram models, what does 'n' represent?
Which of the following statements best describes the concept of a computing model in computer science?
Consider the following C++ code:
#include
#include
class Printer {
public:
  void print(int n...
Complete the Python code to check if a string email matches a simple email pattern (e.g., [email protected]).
import re
def is_valid_email(e...
Which algorithm is used for constraint satisfaction problems?
Which of the following language is used for specifying style sheets for XML documents?Â