Introduction to problem what is 2–digit Electronic Lock System? Despite all sorts of security gadgets and locks, the rising rate of crime, as well as attacks by thieves, intruders, and vandals, researchers must continue to focus on finding a lasting Read More …
Month: November 2021
How to use sys.argv in Python
The sys module is one of the normal and as often as possible utilized modules in Python. In this article, we will walk you through how to utilize the sys module. We will find out with regards to what argv[0] Read More …
What is WebSocket and how it is different from the HTTP?
It isn’t in every case simple to know when it very well may be smarter to utilize HTTP demand/reactions versus WebSockets for your task, Universal Windows Platform application or not, particularly when you’re confronting such countless other basic choices for Read More …
what are the communication devices in different systems?
Introduction to communication devices? what are the best communication devices? Data communications serve as an interface between source and receiver with the help of transmission media like wireless cables etc. Data means various sort of information. Example: A common example Read More …
How to install pip in macOS?
In Python, utilizing Python bundles distributed by different designers in your own task is one thing that will make your life simpler. The Python Package Index, or PyPI, is an immense vault of code you can utilize. Figure out how Read More …
How to insert Spaces/Tabs in text using HTML/CSS?
The tab character can be embedded by holding the Alt and squeezing 0 and 9 together.,A new class can be made which gives a specific measure of dividing by utilizing the edge left property. The measure of the room could Read More …
How Artificial Intelligence is evolving in modern era of 2021?
Introduction to Artificial Intelligence Artificial Intelligence and its types. Artificial intelligence is a branch of computer science that deals with making computers think in a manner that is similar to human thought processes. The term “artificial” here means the use Read More …
What is Logical effort? How it effects the speed of digital circuitry?
Introduction to logical effort In this article I will explain logical effort and its examples. How it effects the speed of digital circuitry? The method of logical effort is a technique used to estimate the delay in a CMOS circuit, Read More …
How to find the square root of a number using Newton Raphson method?
What is the Newton Raphson Method(NR)? How to find the square root of a number using Newton Raphson method? This method falls in the category of open bracketing methods. It is also called the method of tangents as it determines Read More …
How fixed point method converges or diverges show with an example?
Introduction to fixed-point-method How to find the convergence of fixed point method. One of the numerical methods for solving transcendental equations or algebraic equations is fixed-point (FP) method. This falls in the category of open bracketing methods. Open bracketing methods Read More …