All Basic Articles
In this article, we will see what is Directive & Components in Angular JS, along with finding the relevant differences between Directive and Components, with… Read More
Pandas cut() function is used to separate the array elements into different bins . The cut function is mainly used to perform statistical analysis on… Read More
print() function in R Language is used to print out the argument to the screen. Syntax: print(x, digits, na.print) Parameters: x: specified argument to be… Read More
Inheritance means inheriting the properties of the superclass into the base class and is one of the most important concepts in Object-Oriented Programming. Since Golang… Read More
Polymorphism is the ability of a message to be displayed in more than one form. Polymorphism is considered one of the important features of Object-Oriented… Read More
1. Linear Pipeline : Linear pipeline is a pipeline in which a series of processors are connected together in a serial manner. In linear pipeline… Read More
compgen is a bash built-in command which is used to list all the commands that could be executed in the Linux system. This command could… Read More
Seaborn is an amazing visualization library for statistical graphics plotting in Python. It provides beautiful default styles and color palettes to make statistical plots more… Read More
Before going into details of “What are the challenges faced by software developers ? “. Let’s first know what is this Software Development ? and Who… Read More
1. Global System for Mobile communication (GSM): It is a mobile network widely used by mobile phone users around the world. In this, the information… Read More
Use case diagrams referred as a Behavior model or diagram. It simply describes and displays the relation or interaction between the users or customers and… Read More
Given a number N, the task is to generate the pyramid sequence pattern which contains N pyramids one after the other as shown in the… Read More
The Python pass statement is a null statement. But the difference between pass and comment is that comment is ignored by the interpreter whereas pass… Read More
Errors are the problems in a program due to which the program will stop the execution. On the other hand, exceptions are raised when some… Read More
Overall behavior of a system can be fully understood by Behavioral model. Behavioral Model is specially designed to make us understand behavior and factors that… Read More
Keywords are the words in a language that are used for some internal process or represent some predefined actions. It is a keyword that is… Read More
Prerequisites – Software design process Software design process | Set 2 Modern principles of software development Design means to draw or plan something to show… Read More
1. Two-Tier Database Architecture – In two-tier, the application logic is either buried inside the User Interface on the client or within the database on… Read More
What is CUDA? CUDA is a model created by Nvidia for parallel computing platform and application programming interface. CUDA is the parallel computing architecture of NVIDIA… Read More
System design is the process of designing the architecture and components of a software system to meet specific business requirements. The process involves defining the… Read More