Question
Definition of prospectus was given under which Section?
Solution
Section 2(70) “prospectus” means any document described or issued as a prospectus and includes a red herring prospectus referred to in section 32 or shelf prospectus referred to in section 31 or any notice, circular, advertisement or other document inviting offers from the public for the subscription or purchase of any securities of a body corporate.
- Which layer of the OSI Model is responsible for ensuring error-free delivery of data between source and destination?
Which type of firewall is specifically designed to monitor and filter incoming and outgoing traffic based on predetermined security rules and is capable...
In terms of processor performance, which factor has the greatest impact on reducing instruction execution time for computationally heavy applications? ...
Which of the following page replacement algorithms results in the lowest page-fault rate for a given reference string but is often impractical to implem...
Operator overloading in C++
Which of the following code snippets correctly implements a singly linked list in Java, including the ability to insert a new node at the beginning?
State true or false
Confidentiality, integrity and availability, also known as the CIA triad, is a model designed to guide policies for infor...
Which of the following accurately describes the primary benefit of server virtualization in a data center environment?Â
What will be the output of the following code when the pop method is executed?
class Stack:
  def __init__(self):
    s...
Which layer in the OSI model corresponds to the Transport layer in the TCP/IP model and is responsible for end-to-end communication, error correction, a...