When working with strings in Python, you might need to part a string into substrings. Or on the other hand you may have to consolidate more modest lumps to shape a string. Python’s parted() and join() string strategies assist you Read More …
Author: Asma Mushtaq
How to Design Combinational Logic Circuits by using Metaheuristic Algorithm?
Introduction to Metaheuristic Algorithm How to Design Combinational Logic Circuits by using Metaheuristic Algorithm? Designing of combinational logic circuits is a dual problem. We have to make sure that the design is 100% functional and also, it must be an Read More …
how to represent Boolean functions in class of reversible logic circuits?
Introduction how to represent Boolean functions in class of reversible logic circuits? Specifically, we are talking about an algorithm for constructing minimal representation of multiple-output Boolean functions in reversible logic circuits. Our research will be on the problem that is Read More …
lab manual 9 digital logic design
lab9
lab manual 8 digital logic design
lab8
what is 2–digit Electronic Lock System?
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 …
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 …