Start learning 50% faster. Sign in now
Section 7A of SEBI Act Member not to participate in meetings in certain cases.—Any member, who is a director of a company and who as such director has any direct or indirect pecuniary interest in any matter coming up for consideration at a meeting of the Board, shall, as soon as possible after relevant circumstances have come to his knowledge, disclose the nature of his interest at such meeting and such disclosure shall be recorded in the proceedings of the Board, and the member shall not take any part in any deliberation or decision of the Board with respect to that matter.
CSS comments are placed within the ______.
Firewall is a type of
What is the main purpose of abstraction?
Consider the following sorting algorithms.
I. Quicksort II. Heapsort III. Mergesort
Which of them perform in least time in the worst case?
"Parity bits" are used for which of the following purposes?
What is the output of the following Python code snippet?
x = [1, 2, 3]
y = x
x.append(4)
print(y)
What does CSMA/CD stand for in the context of LAN technology?
In dynamic programming, what is memoization?
What is the primary difference between a breadth-first search (BFS) and a depth-first search (DFS) in graph traversal?
What happens to the memory allocated to a local variable when the function exits?