All Basic Articles
The HTML <strong> tag is used semantically to emphasize importance, conveying meaning to both sighted and screen readers. In contrast, the <b> tag is solely… Read More
The toArray() method is used to convert the given collection into a normal array. An array containing the values will be returned if the collection… Read More
In today’s technology-driven world, almost every organization (whether it be a startup or any big tech giant) is trying to automate its core functioning or… Read More
Given an array arr[] of size N, the task is to find the frequency of each distinct element present in the given array. Examples: Input:… Read More
The list doesn’t have random access operator [] to access elements by indices, because std::list internally store elements in a doubly-linked list. So, to access… Read More
Here, I am sharing my experience and the recruitment process of the company “Unthinkable Solutions” for the profile of “Software Developer”.  Round 1: Basically, the… Read More
The shuf command in Linux writes a random permutation of the input lines to standard output. It pseudo randomizes an input in the same way… Read More
Animation is the process of adding a motion effect to any view, image, or text. With the help of an animation, you can add motion… Read More
A Cuboid is a 3-dimensional box-like figure represented in the 3-dimensional plane. A cuboid has 6 rectangle-shaped faces. Each face meets another face at 90… Read More
There is no direct method to download and submit the form simultaneously, but we can perform this task if we control the form submission and… Read More
Basically the concept of spell check feature is used when we enter the grammatically incorrect words inside <input> or <textarea> fields in HTML form you… Read More
Factorize each of the following quadratic polynomials by using the method of completing the square Question 1. p2 + 6p + 8 Solution: p2 +… Read More
1. Switched Mode Power Supply (SMPS) : It is used to change from a specific DC voltage to another DC voltage level usually it reduces… Read More
I recently appeared for the Accenture recruitment process. They were offering 2 profile roles: Associate Software Engineer. Software Engineer/Full Stack Engineer. This was a Pool… Read More
In this article, we will learn how to create an array containing non-repeating elements in JavaScript. The following are the two approaches to generate an… Read More
Doesn’t matter if you’re a college student or a working professional – landing the DREAM JOB is a must on every individual’s priority list. And… Read More
Boxplot depicts the distribution of quantitative data facilitating comparisons between different variables, continuous or categorical. It is a common data dispersion measure. Boxplots consist of… Read More
Dynamic Website is a website containing data that can be mutable or changeable. It uses client-side or server scripting to generate mutable content. Like a… Read More
Serialization is the process of encoding the from naive data type to JSON format. The Python module json converts a Python dictionary object into JSON… Read More
Cube and Cube Roots are fundamental concepts in algebra and it is introduced in the early classes. The multiplication of a number to itself gives… Read More