All Basic Articles
Prerequisite: Designing finite automata Let’s understand the cross product operation in Deterministic Finite Automata (DFA) with help of the below example- Designing a DFA for… Read More
Date and Time Function formats are different various database. we are going to discuss most common functions used in Oracle database. The function SYSDATE returns… Read More
Often during the problem solving we come across too many problems where we need to sort the list. But sometimes we would also want to… Read More
The <caption> tag is used to specify the caption of a table. Only one caption can be specified for one table. It is by default… Read More
exec command in Linux is used to execute a command from the bash itself. This command does not create a new process it just replaces… Read More
Pandas series is a One-dimensional ndarray with axis labels. The labels need not be unique but must be a hashable type. The object supports both… Read More
Lazy evaluation or call-by-need is a evaluation strategy where an expression isn’t evaluated until its first use i.e to postpone the evaluation till its demanded.… Read More
Hard Disk Drives(HDD) and Solid State Drives(SSD) both are data storage devices. Whereas HDDs are more traditional storage mechanisms, SSDs are newer and more sophisticated.… Read More
Given an array of N including positive and negative numbers only. The task is to find the length of the longest alternating (means negative-positive-negative or… Read More
numpy.subtract() function is used when we want to compute the difference of two array.It returns the difference of arr1 and arr2, element-wise. Syntax : numpy.subtract(arr1,… Read More
The Hello World! the program is the most basic and first program when you dive into a new programming language. This simply prints the Hello… Read More
scipy.stats.mean(array, axis=0) function calculates the arithmetic mean of the array elements along the specified axis of the array (list in python). It’s formula – Parameters… Read More
Given an array arr[] of N integers and an integer S. The task is to find an element K in the array such that if… Read More
top command is used to show the Linux processes. It provides a dynamic real-time view of the running system. Usually, this command shows the summary… Read More
A relational database contains two tables Student and Performance as shown below: The primary key of the Student table is Roll_no. For the Performance table,… Read More
Bootstrap: Bootstrap is a framework for front-end web development.it makes web development faster and easier. It contains HTML and CSS based design templates for various… Read More
Given a string, write a Python program that checks if the given string is keyword or not. Keywords are reserved words which cannot be used… Read More
The HTML Object property in HTML DOM is used to represent or access the HTML <html> element with in the object. The <html> element is… Read More
Round 1:  Round 1 is an online written test with a time limit of 2 hours. Round 1 has 8 sections to be answered by… Read More
What is the minimum number of 2-input NOR gates required to implement 4-variable function expressed in sum-of-minterms from as f = Σ(0, 2, 5, 7,… Read More