All Basic Articles
CSS comments are an integral part of coding in CSS. They are statements in your code that are overlooked by the compiler and not executed. The primary purpose… Read More
A Dart string is a sequence of UTF-16 code units. With the same rule as that of Python, you can use either single or double… Read More
The first quartile (Q1) and the third quartile (Q3) of a dataset are represented by the interquartile range (IQR), a statistical measure of statistical dispersion.… Read More
It is common to find the screen of your monitor limited and small while working with various applications or multiple windows. In this situation increasing… Read More
1. Radiowave Transmission : The radio waves have frequency range from 3 KHz to 1 GHz. These waves are easy to generate and these can travel… Read More
A CSV (Comma Separated Values) is a simple file format, used to store data in a tabular format. CSV file stores tabular data (numbers and… Read More
To replace all the substring of a string we make use of  replaceAll method in Dart. This method replaces all the substring in the given… Read More
data.matrix() function in R Language is used to create a matrix by converting all the values of a Data Frame into numeric mode and then… Read More
Imagine you are watching a horse race and like any other race, there are fast runners and slow runners. So, logically speaking, the horse which… Read More
Given an integer N, the task is to find two non-negative integers A and B, such that A2 – B2 = N. If no such… Read More
In PostgreSQL, the structure of an existing table can be modified using the ALTER TABLE statement. Syntax: ALTER TABLE table_name action; PostgreSQL supports the various… Read More
I was interviewed for Oracle Hyderabad for their oracle data cloud team in Dec 2019. The interview was at Hyderabad office. I was informed by… Read More
1. Thin clients : A thin client is a computer system that runs on a server based computing environment. They work by connecting to a… Read More
URL stands for Uniform Resource Locator. URL is the address of the website which you can find in the address bar of your web browser.… Read More
Given an array arr[] of N distinct integers, the task is to replace every element by smallest among all other remaining elements of the array.Examples:  … Read More
A structure or struct in Golang is a user-defined data type that allows to combine data types of different kinds and act as a record.… Read More
Whenever you bought any mouse whether it is simple mouse or a gaming mouse, it is written on it or in its specifications with numbers… Read More
Prerequisite – Process Synchronization Precedence Graph is a directed acyclic graph which is used to show the execution level of several processes in operating system.… Read More
Concurrency is the execution of multiple instruction sequences at the same time. It happens in the operating system when there are several process threads running… Read More
In the beginning times of computers and Internet, the data used was not as much of as it is today, The data then could be… Read More