All Easy Articles
A sorting algorithm is an algorithm that makes the input data set arranged in a certain order. The fundamental task is to put the items… Read More
The std::string::rfind is a string class member function that is used to search the last occurrence of any character in the string. If the character… Read More
Prerequisite – Wireless Communication | Set 2 Earlier, we talked about various Authentication methods. Now we talked about another aspect of wireless security, The Integrity. Integrity… Read More
Database Security means keeping sensitive information safe and prevent the loss of data. Security of data base is controlled by Database Administrator (DBA).  The following… Read More
A typical computer has many registers and we need to transfer the information between these registers. A way to transfer the information is using the… Read More
PyAutoGUI is a Python module which can automate your GUI and programmatically control your keyboard and mouse. This article illustrates the GUI functions to create… Read More
Object-oriented programming: As the name suggests, Object-Oriented Programming or OOPs refers to languages that use objects in programming. Object-oriented programming aims to implement real-world entities… Read More
The timer modules in Node.js consists of functions that help to control the timings of code execution. It includes setTimeout(), setImmediate(), and setInterval() methods. 1.… Read More
In this article, we learn about how to create a popup message with the help of Alerter Library. It is better to use Alerter than… Read More
The findByIdAndUpdate() function is used to find a matching document, updates it according to the update arg, passing any options, and returns the found document… Read More
So far Java was supporting the imperative style of programming and object-oriented style of programming. The next big thing what java has been added is… Read More
The findOneAndUpdate() function is used to find a matching document and update it according to the update arg, passing any options, and returns the found… Read More
Introduction : A Queue is a linear structure that follows a particular order in which the operations are performed. The order is First In First… Read More
Given a positive integer N, count number of ways to write N as a sum of three numbers. For numbers which are not expressible print… Read More
In 1936, A method named as lambda-calculus was created by Alonzo Church in which the Church numerals are well defined, i.e. the encoding of natural… Read More
Prerequisite – Interrupts in 8085 microprocessor  1. Hardware Interrupt : Hardware Interrupt is caused by some hardware device such as request to start an I/O,… Read More
DSM implements distributed systems shared memory model in an exceedingly distributed system, that hasn’t any physically shared memory. The shared model provides a virtual address… Read More
1. Desktop: Desktop is a physical computer unit that consists of a monitor, CPU, keyboard, and mouse. It is a graphical user workspace on a… Read More
SQL injection is the most common threat to Data base system. It lead to loss of very secured or confidential data. It is nothing but… Read More
By definition, information residing in the Stable-Storage is never lost. Even, if the disk and CPU have some errors, it will never lose any data.… Read More