Question
A rule is made by Central Government under Section 20
and laid before both Houses of Parliament under Section 22 for 30 days over two sessions. Both Houses then agree that the rule should not be made. What is the legal effect?Solution
Section 22 provides that if both Houses agree to modify/annul a notification/rule/regulation, it thereafter has effect only in the modified form or is of no effect, but “any such modification or annulment shall be without prejudice to the validity of anything previously done” under it.
What is the primary purpose of using private class members in object-oriented programming?
Encapsulation is often described as a "protective barrier" that prevents the data from being accessed by the code outside the class. This statement is:
A good hash function aims to achieve which of the following characteristics?
Which of the following statements correctly describes the ACID property "Durability" in database transactions?Â
Consider the following Python code:
list_a = [1, 2, 3]
tuple_b = (4, 5)
string_c = "hello"
dict_d = {"key1": 1, "key2": 2}
A DP solution for LCS is producing incorrect lengths. Upon inspection, the dp table is being filled, but the values don't match expected outcomes. Which...
 In a digital communication system’s block diagram, which of the below components can be found at the receiver?
What is the primary disadvantage of using open addressing for collision resolution compared to separate chaining, especially when the hash table becomes...
What is the primary function of a router in a network?Â
Which model uses probability of word occurrence based on previous n-1 words?