Question
What is the requirement for transferring shares, along
with any special rights, to an active Member of a Producer Company as per the Companies Act?Solution
Section 378ZD. Transferability of shares and attendant rights: (2) A Member of a Producer Company may, after obtaining the previous approval of the Board, transfer the whole or part of his shares along with any special rights, to an active Member at par value.
Which of the following best describes the nature of TCP (Transmission Control Protocol) as a connection-oriented protocol?
In a virtual memory system, which of the following techniques is used to maintain the illusion that each process has its own dedicated memory space?Â
What is the primary function of the Program Counter (PC) in a CPU?
State true or false
A ping of death attack involves sending a malformed packet to a targeted machine, resulting in deleterious behavior such ...
Which of the following IPC mechanisms allows two unrelated processes to communicate by mapping a region of physical memory into their respective virtual...
Which of the following is an example of SaaS?
Which of the following best explains why communication latency is generally higher in microservices compared to monolithic architectures?Â
Which of the following network traffic tool can capture not only passwords, but any type of data passing through a network, like usernames, email addres...
In object-oriented programming, when defining an interface method, which of the following statements is true regarding method parameters?
Predict the output
list1 = ['physics', 'chemistry', 1997, 2000]
list2 = [1, 2, 3, 4, 5, 6, 7 ]
print "list1[0]: ", list1[0]