Introduction Indian Citizenship Act 1955: Indian citizenship is defined in the constitution of India, and regulated by Indian Citizenship Act 1955. This act contains all the related provisions about the citizenship of Indians in detail. If you are willing to know about Indian Citizenship Act 1955 in detail, then this article going to help you for that matter. Please read this article fully to gain all the related information about it. So, let’s start- What is Indian Citizenship Act 1955? The Indian Citizenship Act of 1955 is a law enacted by the Parliament of India that governs the acquisition and ... Read More
A matrix is a two-dimensional array of many numbers arranged in rows and columns form. Python does not have any data type to represent a matrix, but we can use a nested list or NumPy array as a matrix. See the below input output scenarios to understand how to interchange the first and last column elements of a matrix. Input Output Scenarios Assume we have a 3X3 matrix represented using a list of lists. And output matrix will be the resultant matrix whose first and last column elements are interchanged. Input matrix: [1, 3, 4] [4, 5, 6] [7, ... Read More
A matrix is a set of numbers arranged in rows and columns format. In python, a matrix can not be created directly. Instead, we can use a nested list or NumPy array as a matrix. The interchanging of first and last row elements of a matrix is demonstrated below. Input Output Scenarios Assume we have a 3X3 matrix represented using a nested list. and output matrix will be the resultant matrix whose first and last row elements are interchanged. Input matrix: [1, 2, 3] [4, 5, 6] [7, 8, 9] Output matrix: [7, 8, 9] [4, 5, ... Read More
Introduction The Preamble of the Constitution of India is a short starting detail that sets out the guiding motive and theories of the document and points out the origin from which the document receives its authority, meaning, the people. As a part of the Indian Polity of IAS Exam, it is an important section. Hence, this article will talk about the Text & Ingredients of the Preamble of the Constitution of India. You can also know about the Modified Version of the Preamble of India. The Preamble of India – Objective Resolution It was appropriated by the Constituent Assembly ... Read More
A Work Breakdown Structure (WBS) and a Project Plan are both essential project management tools, although they serve different purposes. The WBS gives a precise description of the project work and deliverables, whereas the project plan provides an overall roadmap for effectively completing the project. Read this article to find out more about WBS and Project Plan and how they are different from each other. What is WBS? A work breakdown structure (WBS) is a project's hierarchical breakdown into smaller, more manageable components. It separates the project into smaller, more precise tasks or work packages, which can then be ... Read More
Introduction The Preamble to the Constitution of India is a brief introduction that shows the fundamental principles and objectives of our Constitution of India. It is an essential element of any constitution, as it lays down the entire legal framework of the country. The Preamble of the Constitution of India provides purpose and direction to the Indian society, that is why we must know the Significance of the Preamble of the Constitution of India. So, if you are such a student, who is currently preparing for the Civil Services examinations, then now through this article you can understand the ... Read More
Unicast and Multicast are two methods for sending data over a network. Unicast is a one-to-one communication model in which a single sender delivers data to a single receiver, whereas multicast is a one-to-many communication model in which a single sender provides data to several recipients. Read this article to find out more about Unicast and Multicast and how they are different from each other. What is Unicast? Unicast is a type of computer network communication in which a single sender distributes data to a single recipient. In unicast communication, the sender sends a copy of the data to a ... Read More
Signaling protocols used in telecommunications networks include SS8 and the Signaling System. The Signaling System is a series of protocols designed by ITU-T for usage in telecommunication networks, whereas SS8 is a proprietary Signaling protocol developed by SS8 Networks. Read this article to find out more about SS8 and Signaling System and how they are different from each other. What is SS8? SS8 is a proprietary Signaling system that is used for lawful network interception and monitoring. It was developed by SS8 Networks, a US-based telecommunications and network security company. On telecommunications networks, SS8 provides real-time access to voice, data, ... Read More
Introduction Right to Equality under the Indian Constitution: Indian constitution provides the right to equality to its fellow citizens under article 14 of it. This right is guaranteed and protected by the supreme court of India. For the students of polity, this topic is extremely important as per the context of government examination. If you are also here to gaining all the information about Right to Equality under the Indian constitution in detail, then please be with us till the end of this article. So, let’s start- What Is Right to Equality? – What Is Article 14 Under Indian ... Read More
SIM and AIM are both abbreviations for telecommunications technologies used to deliver network services for mobile handsets. SIM is an abbreviation for Subscriber Identity Module, whereas AIM is an abbreviation for Application Identity Module. Read this article to find out more about SIM and AIM and how they are different from each other. What are SIM Cards? A SIM card is a small chip card that is inserted into a mobile device, such as a smartphone or tablet, to authenticate and identify the user on a mobile network. SIM cards store unique information about the user and their account, such ... Read More
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP