All Easy Articles
Google Cloud Storage is unified object storage. In reality, the GCS is the place where you can store and serve static binary assets either for… Read More
The purpose of this article is to send the value of the button to PHP back-end using AJAX in an HTML document. Approach: Create a… Read More
Firebase is a product of Google which helps developers to build, manage, and grow their apps easily. It helps developers to build their apps faster… Read More
Given integers V, T, and n representing the volume, temperature and the number of moles of a real gas, the task is to calculate the… Read More
Round 1 (Aptitude Test): This was the first round of the placement process. It was held on TCS ION platform and online proctoring was on… Read More
Amazon came for On Campus Recruitment for SDE Internship in September 2020 to our university. Students of B.Tech CSE, IT, ICT, MCA, and  M.Tech CSE… Read More
Given an HTML document having pill badges (In case if you don’t know what a pill badge then refer to this ) and the task… Read More
URL stands for Uniform Resource Locator. Any internet location available on the server is called a web URL, web address, or website. Each website or… Read More
Round 1: Around 10 easy level questions on debugging. Then 2 coding questions Longest Palindromic Substring Variation of closest K pair. You just have to… Read More
Prerequisite – Types of Network Topology Mesh Topology : In mesh, all the computers are interconnected to every other during a network. Each computer not… Read More
JSON (JavaScript Object Notation) is a script (executable) file which is made of text in a programming language, is used to store and transfer the… Read More
Round 1: Coding Round,  Held on HackerEarth on 31 March 2020. You will have 3 hrs to solve 3 questions(1-> Easy, 2-> Medium,3-> Hard) I… Read More
Different tests are used in statistics to compare distinct samples or groups and make conclusions about populations. These tests, also referred to as statistical tests,… Read More
Hebbian Learning Rule, also known as Hebb Learning Rule, was proposed by Donald O Hebb. It is one of the first and also easiest learning… Read More
Prerequisite: Create a Pandas DataFrame from Lists Pandas is an open-source library used for data manipulation and analysis in Python. It is a fast and… Read More
For writing a CSV file, the CSV module provides two different classes writer and Dictwriter. Here we will discuss 2 ways to perform this task… Read More
Every web application project typically includes a file named package.json, which serves as a repository of essential project metadata. This file encompasses information ranging from… Read More
Bootstrap is a CSS framework used for designing web pages. Bootstrap v4.5 is the latest release. Bootstrap along with HTML and JavaScript can be used… Read More
Handling files is an important part of any programming language. Java provides various in-built methods for creating, reading, updating, and deleting files. These methods are… Read More
The stack is a linear data structure which works on the LIFO concept. LIFO stands for last in first out. In the stack, the insertion… Read More