Question
Article 21: “No person shall be deprived of his life
or personal liberty except according to procedure established by law.” Consider: (1) This Article applies to non-citizens also. (2) “Procedure established by law” must be fair, just and reasonable. (3) Law under Article 21 must be enacted by Parliament only. (4) Article 21 includes the right to privacy.ÂSolution
(1) applies to any “person.” (2) is true due to Maneka Gandhi. (3) is incorrect—“law” may be any valid legislative law. (4) is correct (Puttaswamy).
In which scenario would para virtualization be preferred over full virtualization?Â
- Which of the following best defines the concept of Encapsulation in Object-Oriented Programming (OOP)?
In I/O scheduling, which of the following algorithms minimizes seek time but may lead to starvation of requests at the ends of the disk?Â
What will be the output of the following JavaScript code when executed?
let xhr = new XMLHttpRequest();
xhr.open("GET", "https://api.examp...
What will be the output of the following code when printList is called with a linked list containing the values 1 -> 2 -> 3?
class Node:
ďż˝...
In the Least Recently Used (LRU) page replacement algorithm, given the following reference string 4, 2, 4, 1, 5, 2, 3, 4, and assuming 3 frames, how man...
Which is/are Keyword in C++
Which of the following is not a valid difference between IPv4 and IPv6?Â
Consider a Binary Search Tree (BST) with the following values inserted in sequence: 45, 32, 50, 15, 40, 47, 60. What will be the in-order traversal of t...
 Which one of the following given statements possibly contains the error?