Question
What methods have been mentioned in the Minimum Wages
Act, 1948 for fixation and revision of minimum wages ?Solution
Section 5 of Minimum Wages Act- Procedure for fixing and revising minimum wages .—(1) In fixing minimum rates of wages in respect of any scheduled employment for the first time under this Act or in revising minimum rates of wages so fixed, the appropriate Government shall either— (a) appoint as many committees and sub-committees as it considers necessary to hold enquiries and advise it in respect of such fixation or revision, as the case may be, or (b) by notification in the Official Gazette, publish its proposals for the information of persons likely to be affected thereby and specify a date, not less than two months from the date of the notification, on which the proposals will be taken into consideration
What is the main goal of the Dining Philosophers Problem in computer science?
In pipelining, the CPU executes each instruction in a series of following stages: Instruction Fetching (IF) —–> Instruction Decoding (ID) —–> In...
Data warehouse has historical data
Which feature of Big Data refers to the speed of data generation and processing?
In a Max-Heap, what is the relationship between a parent node and its children?
When debugging an N-Queens problem solution using backtracking, a common issue is that the algorithm either finds no solutions or finds too many, includ...
Which of the following data structures is most suitable for implementing a priority queue with efficient insertion and deletion operations based on prio...
Which TCP feature improves performance specifically over wireless networks where packet loss occurs due to noise, not congestion?
What is the time complexity of the peek operation (accessing the top element without removing it) in a stack implemented using a singly linked list?
What is the best case time complexity of merge sort?