All Easy Articles
We are given a semi circle with radius R. We can take any point on the circumference let it be P.Now, from that point P… Read More
Problem – Accept Strings that not ending with substring “THE”. Check if a given string is ending with “the” or not. The different forms of… Read More
Von-Neumann computer architecture: Von-Neumann  computer architecture design was proposed in 1945.It was later known as Von-Neumann architecture.  Historically there have been 2 types of Computers: … Read More
Given a Queue consisting of first n natural numbers (in random order). The task is to check whether the given Queue elements can be arranged… Read More
This article will give you information about the company, its recruitment process, sample questions that have been asked previously, lots of experiences shared by other… Read More
Nowadays data is everything and if someone wants to get data from webpages then one way to use an API or implement Web Scraping techniques.… Read More
Prerequisite – Turing Machine The language L = {0n1n2n | n≥1} represents a kind of language where we use only 3 character, i.e., 0, 1… Read More
Building GUI applications using the PYQT designer tool is comparatively less time-consuming than coding the widgets. It is one of the fastest and easiest ways… Read More
PasswordField is a part of javax.swing package . The class JPasswordField is a component that allows editing of a single line of text where the… Read More
Prerequisite – Encoder, Decoders Binary code of N digits can be used to store 2N distinct elements of coded information. This is what encoders and… Read More
Access-list (ACL) is a set of rules defined for controlling network traffic and reducing network attacks. ACLs are used to filter traffic based on the… Read More
Polygon is a closed figure with finite set of line segments joining one vertex to the other. The polygon comprises of set of (x, y)… Read More
Problem – Write a program to swap two 16-bit numbers using direct addressing mode where starting address is 2000 and the first 16-bit number is… Read More
to determine Schedulers are special system software that handles process scheduling in various ways. Their main task is to select the jobs to be submitted… Read More
To access the Internet, one public IP address is needed, but we can use a private IP address in our private network. The idea of… Read More
Prerequisite : Gaussian Elimination to Solve Linear Equations Introduction : The Gauss-Jordan method, also known as Gauss-Jordan elimination method is used to solve a system… Read More
Supernetting is the opposite of Subnetting. In subnetting, a single big network is divided into multiple smaller subnetworks. In Supernetting, multiple networks are combined into… Read More
Counters play a crucial role in digital logic circuits, enabling tasks such as clock frequency division and sequencing. This article explores the concept of ripple… Read More
Prerequisite : Tuples in C++ Structured binding is one of the newest features of C++17 that binds the specified names to subobjects or elements of… Read More
C++
Primary memory has limited storage capacity and it is volatile. Secondary memory overcomes this limitation by providing permanent storage of data in bulk quantity. Secondary… Read More