All Easy Articles
ER diagram is known as Entity-Relationship diagram. It is used to analyze to structure of the Database. It shows relationships between entities and their attributes.… Read More
As we all know Hadoop is an open-source framework which is mainly used for storage purpose and maintaining and analyzing a large amount of data… Read More
1. Process Image : Process image is an executable file required during the execution of any process. It consists of several segments related to the execution… Read More
The company came to hire SDE interns for the Oracle Fusion Applications and the eligible branches were 2nd year ECE, EEE, MnC, and CSE with… Read More
Hadoop Distributed File System i.e. HDFS is used in Hadoop to store the data means all of our data is stored in HDFS. Hadoop is… Read More
Hierarchical clustering in R Programming Language is an Unsupervised non-linear algorithm in which clusters are created such that they have a hierarchy(or a pre-determined ordering).… Read More
Data has become very important to us in recent times. Safety and Security of data is of paramount importance. There are several confidential and sensitive… Read More
Prerequisite – Instruction Formats 1. Three-Address Instructions : Three-address instruction is a format of machine instruction. It has one opcode and three address fields. One… Read More
K-Nearest Neighbor or KNN is a Supervised Non-linear classification algorithm. KNN in R Programming Language is a Non-parametric algorithm i.e. it doesn’t make any assumption… Read More
1. CouchDB : Apache CouchDB is an open-source document-oriented NoSQL database that uses multiple formats and protocols to store, transfer, and process its data, it… Read More
Given a binary string S, the task is to count the minimum number of jumps required to group all 1’s together. Examples: Input: S =… Read More
Alright, lets get this out of the way! The basics are pretty standard:  There are 8 bits in a byte Bits either consist of a… Read More
Sometimes, while working with Python Tuples, we can have a problem in which we need to perform the flattening of tuples, which have listed as… Read More
Given a non-empty string S, the task is to print the longest subsequence from the string S which contains alternating vowels and consonants. Note: If multiple… Read More
Given a non-negative integer N, the task is to find the Nth row of Pascal’s Triangle.  Note: The row index starts from 0.  Pascal’s Triangle: 1 1… Read More
Anscombe’s Quartet, comprising four datasets with nearly identical summary statistics, underscores the limitations of relying solely on numerical metrics. This article explores the quartet’s datasets,… Read More
ARPANET stands for Advanced Research Projects Agency NET. ARPANET was first network which consisted of distributed control. It was first to implement TCP/IP protocols. It… Read More
Given an integer N, the task is to print all numbers up to N in Lexicographical order. Examples:  Input: N = 15 Output: 1 10 11 12… Read More
R is an open-source programming language that is widely used as a statistical software and data analysis tool. R generally comes with the Command-line interface.… Read More
The Array.map() is an inbuilt TypeScript function that is used to create a new array with the results of calling a provided function on every… Read More