All Easy Articles
Given two binary arrays arr1[] and arr2[] of the same size, the task is to make both the arrays equal by swapping pairs of arr1[… Read More
Given integers R and representing the radius of a circle and the angle formed at the center O by the sector AB (as shown in the… Read More
Question 13. Find the value of k if x – 3 is a factor of k2x3 – kx2 + 3kx – k Solution: Let, f(x) = k2x3… Read More
When we look inside today’s classical computers, we see a string of 0s and 1s being manipulated to produce calculations and results. Be it streaming… Read More
A data warehouse is Representable by data integration from multiple heterogeneous sources. It was defined by Bill Inmon in 1990. The data warehouse is an… Read More
History :In 1960, associate degree automaton model was introduced by Myhill and these days this automation model is understood as deterministic linear bounded automaton. After… Read More
Multitenancy in Cloud computing: Multitenancy is a type of software architecture where a single software instance can serve multiple distinct user groups. It means that… Read More
1. Compiler :Compiler, as name suggests, is a process that is used to convert code into machine instructions. It simply translates source code from high-level… Read More
The task is to build the bookshop management system using file handling in C++ that helps to keep track of all the book records in… Read More
AVL Tree: It is a self-balancing Binary Search Tree where the Balance Factor cannot be more than one for all nodes. Balance Factor can be… Read More
Prerequisite: Switch Statement in C/C++, Functions in C/C++, Loops in C and C++, C/C++ do-while loop with Examples Write a menu-driven program to perform below… Read More
If we want to access Private Field and method using Reflection we just need to call setAccessible(true) on the field or method object which you… Read More
NodeJS is a runtime environment on a V8 engine for executing JavaScript code with some additional functionality that allows the development of fast and scalable… Read More
This is a TODO application made on android studio IDE, code is written in JAVA, and data store in AWS DynamoDB and fetch to the… Read More
1. Emulation :Emulation, as name suggests, is a technique that enables host system to run software or use peripheral devices especially designed for guest system.… Read More
Prerequisite: Functional dependency and attribute closure In a relational database management, functional dependency is a concept that specifies the relationship between two sets of attributes… Read More
One component that improves the success of the Internet of Things is Cloud Computing. Cloud computing enables users to perform computing tasks using services provided… Read More
1. Structured Programming :Structured Programming, as name suggests, is a technique that is considered as precursor to OOP and usually consists of well-structured and separated… Read More
Prerequisite – Kernel in Operating System 1. MicroKernel:Micro Kernel, as the name suggests, is basically a software or code that usually contains a minimum number… Read More
TCS NQT or National Qualifier Test is for freshers with less than 2 years of work experience. Students with any degree/branch can apply. It is… Read More