Question
Which of the following is not correct
statement?Solution
Constitution Article 86. Right of President to address and send messages to Houses—(1) The President may address either House of Parliament or both Houses assembled together, and for that purpose require the attendance of members. (2) The President may send messages to either House of Parliament, whether with respect to a Bill then pending in Parliament or otherwise, and a House to which any message is so sent shall with all convenient dispatch consider any matter required by the message to be taken into consideration.
The amortized cost of appending an element at the end of a dynamic array is:
If an algorithm takes $5n²  + 3n + 10$ steps for an input of size n, its Big O notation would be:
Which search algorithm is complete but not always optimal?
In the context of asymmetric encryption, which of the following is a key feature of public-private key pairs?
Which algorithm constructs a suffix tree in linear time?
Which OOP principle allows for restricting access to certain parts of an object while exposing only necessary parts for interaction?
What is the best-case time complexity of the binary search algorithm ?
A graph where edges have a direction (e.g., from A to B, but not necessarily B to A) is called a:
In a multi-dimensional array representing image pixel data, how is a specific pixel (e.g., at `[row][col]`) typically accessed in terms of memory addres...
Which of the following traversal methods is used to visit nodes in the order "left child, root, right child" in a binary tree?