Question
Consider the following statements: (1) Freedom as
to payment of taxes for the promotion of any particular religion is given in Article 30 of the Indian Constitution. (2) Right of minorities to establish and administer educational institutions is given in Article 27 of the Indian Constitution. Which of the statements given above is/are correct?Solution
The correct answer is D
A queue follows which principle for data access?
Which of the following is the main objective of the 3rd Normal Form (3NF) in database normalization?
Which data structure uses FIFO (First In, First Out)?
What is the fundamental role of the Domain Name System (DNS) in computer networks?
Which of the following is a non-linear data structure?
Which of the following is a key characteristic of an effective Management Information System (MIS)?
Which design pattern is best suited for ensuring that a class has only one instance and provides a global point of access to it?
Consider the following Python code for calculating the length of the LCS:
def lcs_length(text1, text2):
  m = len(text1)
  ...
In network architecture, what is the primary advantage of a mesh topology over a star topology?
- Computer Architecture
Which architectural feature is crucial for improving the performance of modern multi-core processors?