All Basic Articles
We all know about Wi-Fi, in our mobile, laptop everywhere Wi-Fi is supported. Wi-Fi is a wireless networking technology, by which we can access networks… Read More
Give an integer N and the task is to print hollow half diamond pattern. Examples: Input : 6 Output : # # # # #… Read More
MAC protocol is the first protocol layer above the Physical Layer in ad hoc .The primary task of any MAC protocol is to control the… Read More
1. Antivirus : Antivirus is a type of software program that helps in protecting the computer system from viruses. It detects the viruses in the computer… Read More
Swapping is a memory management technique used in multi-programming to increase the number of processes sharing the CPU. It is a technique of removing a… Read More
A program is a set of instructions that is aimed at performing specific tasks.A program is therefore a passive entity. A program that is executing… Read More
Twitter is a popular social network where users share messages called tweets. Twitter allows us to mine the data of any user using Twitter API… Read More
Have you ever faced an issue where you need to perform a task in background that will take up a lot of time to complete?… Read More
Sometimes while working with Python strings, we can have a problem in which we need to extract the frequency of all the words in a… Read More
Logical Clocks refer to implementing a protocol on all machines within your distributed system, so that the machines are able to maintain consistent ordering of… Read More
Files can be shared across the network via variety of methods – Using FTP i.e., file transfer protocol is used to transfer file from one… Read More
A Compiler is a software that typically takes a high level language (Like C++ and Java) code as input and converts the input to a… Read More
Google is a search engine that is used to search for information (someone or something in particular) on the Internet. You browse a lot of… Read More
Git: Git is a distributed version control system for tracking changes in source code during software development. It is designed for coordinating work among programmers,… Read More
This article focus on the find_one() method of the PyMongo library. find_one() is used to find the data from MongoDB.  Prerequisites: MongoDB Python Basics  Let’s… Read More
Deterministic Finite Automata (DFA) is defined as an abstract mathematical concept which is used to solve various specific problems in different software and hardware.In this… Read More
1. Structured Query Language (SQL): SQL is a domain-specific language used in programming and designed for managing data held in a relational database management system… Read More
We have seen many programming languages trending according to their functionality and popularity but languages are not meant to be used according to their popularity.… Read More
tcpdump is a packet sniffing and packet analyzing tool for a System Administrator to troubleshoot connectivity issues in Linux. It is used to capture, filter,… Read More