All Easy Articles
1. DOS Attack is a denial of service attack, in this attack a computer sends a massive amount of traffic to a victim’s computer and… Read More
Given two arrays A and B of size N and an integer K, the task is to find the maximum possible sum of array A… Read More
Internet of Things:  It  field of computer technology, where physical devices are communicating over the Internet. Devices are termed as things that are sensors, and… Read More
USB Rubber ducky is an HID device that looks similar to a USB Pen drive. It may be used to inject keystroke into a system,… Read More
The motherboard serves as a single platform to connect all of the parts of a computer together. It can be considered as the backbone of… Read More
For so many years, there is a debate between hackers and crackers. Both terms are linked with one subject which is Hacking. Hacking may be… Read More
Check if a given number N is a perfect square or not. If yes then return the number of which it is a perfect square,… Read More
Given an array A of size N where the array elements contain values from 1 to N with duplicates, the task is to find the… Read More
Given an array arr[] of size N, the task is to find the largest subarray which consists of all equal elements.Examples:   Input: arr[] = {1,… Read More
1. Arithmetic Pipeline : An arithmetic pipeline divides an arithmetic problem into various sub problems for execution in various pipeline segments. It is used for… Read More
1. Bandwidth: Bandwidth is defined as the width of the spectrum. Spectrum is the range of frequencies contained in the signal. Since bandwidth is the… Read More
This article aims to show how to measure the time taken by the program to execute. Calculating time helps to optimize your Python script to… Read More
As we have studied, signature is a way of authenticating the data coming from a trusted individual. Similarly, digital signature is a way of authenticating… Read More
In this article, we will learn how to make a Hexagon using Turtle Graphics in Python. For that lets first know what is Turtle Graphics.… Read More
A Regular Expression (or RegEx) is a special sequence of characters that defines a search pattern that is used for matching specific text. In Golang,… Read More
Given an array arr[] with N elements, the task is to find whether all the elements of the given array can be made 0 by… Read More
Given a circular array arr[] containing N integers, the task is to find the minimum number of colors required to color the array element such… Read More
Given a linked list with integer node values, the task is to find the sum of all Palindrome Numbers present as Node values.Examples:   Input: 13… Read More
The Beep function in C is used to make a Beep sound. It generates a tone on the speaker. The function is synchronous, i.e. it… Read More
Relational Algebra in DBMS These Set Theory operations are the standard mathematical operations on set. These operations are Binary operations that are, operated on 2… Read More