Arrays.toString() technique: Arrays.toString() strategy is utilized to return a string portrayal of the substance of the predetermined exhibit. The string portrayal comprises a rundown of the exhibit’s components, encased in square sections (“[]”). Adjoining components are isolated by the characters Read More …
Author: Asma Mushtaq
How to Run a Python Script
Python is a notable undeniable level programming language. The Python script is fundamentally a record containing code written in Python. The document containing python script has the expansion ‘.py’ or can likewise have the augmentation ‘.pyw’ assuming it is being Read More …
How to Fix a 401 Unauthorized Error?
The 401 Unauthorized Error is a HTTP status code blunder that addressed the solicitation sent by the customer to the server that needs substantial verification qualifications. It very well might be addressed as 401 Unauthorized, Authorization required, HTTP mistake 401-Unauthorized. Read More …
Python String | split()
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 …
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 …