Question
A small company is a company whose paid-up capital and
turn over shall________________Solution
Companies (Specification of definitions details) Rules, 2014: Rule 2(1)(t) For the purposes of sub-clause (i) and sub-clause (ii) of clause (85) of section 2 of the Act, paid up capital and turnover of the small company shall not exceed rupees four crore and rupees forty crore respectively.
What is the primary purpose of the memory management process known as "compaction"?
___________________ is the amount of time taken to fulfill the request by the process. It can be calculated by taking the difference between the complet...
For which layer TCP IP suite does not provide any Protocol
Which of the following page replacement algorithms is considered optimal and aims to minimize the number of page faults?
Predict the output
list1 = ['physics', 'chemistry', 1997, 2000]
list2 = [1, 2, 3, 4, 5, 6, 7 ]
print "list1[0]: ", list1[0] ...
What is the primary purpose of a MAC (Media Access Control) ID in networking?
In the context of cloud computing, what is the main difference between containers and virtual machines?
There is a BST and below is the Pre order of the BST, What will be it’s In order
150 70 60 80 250 200 350
What is an effective method to enhance security compliance in data handling practices?
Predict the output
list1 = ['physics', 'chemistry', 1997, 2000]
list2 = [1, 2, 3, 4, 5, 6, 7 ]
print "list1[0]: ", list1[0]