All Hard Articles
This article concerns the step-by-step designing of serial port configuration in cisco packet tracer using serial interfaces se0/0/0 or se0/0/1. In the end, it will… Read More
CBSE Class 10 Physics Notes 2023-24 is a comprehensive guide for CBSE Class 10 students. The class 10 syllabus is designed to provide students with… Read More
In this article, we will learn about the Fast refresh in the NextJS project. Fast Refresh is a new hot reloading experience that gives you… Read More
Given 2D array players with three components [power, endurance, id]. A player needs training if it has strictly less power and endurance than any other… Read More
C is a very powerful and popular programming language. It was first developed in the 1970s. C language is used in programming Network drivers, Interpreters,… Read More
Given an array arr[] consisting of N positive integers, the task is to find the maximum value of the difference between the sum of elements… Read More
DE Shaw visited our campus (VJTI, Mumbai) in the first week of August 2021 for a 2-month software development internship. Round 1: Coding Test Number… Read More
Nitrogen is the lightest element in Periodic Table Group 15, also known as the pnictogens. Dinitrogen, a colourless and odourless diatomic gas with the formula… Read More
The Laplacian filter is used to detect the edges in the images. But it has a disadvantage over the noisy images. It amplifies the noise… Read More
Image sharpening is an effect applied to digital images to give them a sharper appearance. Sharpening enhances the definition of edges in an image. The… Read More
Correlation is a mathematical technique to see how close two things are related. In image processing terms, it is used to compute the response of… Read More
Round 1(Written Test – August 23, 2021): The first round was conducted on a platform named Edu thrill.  The test was for 30 minutes and… Read More
Prerequisites: Introduction of Pushdown AutomataConstruct Pushdown Automata for given languagesProblem– Construct PDA for the language L = {anba2n | n ≥ 0}.  This means the… Read More
Salesforce visited our campus in the last week of October for the role of Associate Technical Consultant. They were offering 6-month internship(for Batch of 2022),… Read More
Catalysis is a phenomenon in which the rate of a reaction is changed by using a substance known as a catalyst. A catalyst is a… Read More
Mobile technology is a type of technology in which a user utilizes a mobile phone to perform communications-related tasks, such as communicating with friends, relatives,… Read More
Mensuration is the branch of mathematics that deals with the calculation of parameters like weight, volume, area, perimeter, etc. of geometrical shapes. Mensuration is concerned… Read More
Design patterns is basically a solution or blueprint for a problem that we get over and over again in programming, so they are just typical… Read More
Pure substances exist in two forms: elements and compounds. Elements are the simplest chemical substances in which all of the atoms are the same. Compounds… Read More
Template literals are a new feature that was introduced in ECMAScript6, which offers a simple method for performing string interpolation and multiline string creation.  The… Read More