Shift Registers What are the universal shift registers and their applications? A shift register is a type of digital circuit using a cascade of flip-flops where the output of one flip-flop is connected to the input of the next. They share a single clock signal, Read More …
Author: Asma Mushtaq
How to design a C++ project for a travel company infrastructure for booking seat?
Project Objective How to design a C++ project for a travel company infrastructure for booking seat? This project is about bus traveling company in which if we want to reserve our seat, we online book our seat in bus at Read More …
How to design a blood Glucometer?
How to design a blood Glucometer? How to design a blood Glucometer? Diabetes Mellitus is a condition that causes the blood glucose level to rise. The reason for this rise is that the body is not capable to produce sufficient Read More …
How near field metamaterials affect the quality factor of an excitation coil?
Introduction How near field metamaterials affect the quality factor of an excitation coil? Basically, in this article, first we take a look at how near field metamaterials (NF-MM) usually affect the quality factor (Q) of an excitation (i.e. source) coil. Read More …
How to print % using printf()?
The arrangement string is made out of nothing or more orders: customary characters (not %), which are duplicated unaltered to the result stream; and transformation details, every one of contention (and it is a blunder assuming deficiently numerous contentions are Read More …
How to calculate dot product of two vectors in Python?
In math, the speck item or otherwise called the scalar item is an arithmetical activity that takes two equivalent length groupings of numbers and returns a solitary number. Let us given two vectors An and B, and we need to Read More …
What are the differences between type and isinstance in Python
What is type() in Python? Python has an implicit capacity called type() that assists you with observing the class kind of the variable given as information. For instance, on the off chance that the information is a string, you will Read More …
How to find Segmentation Error in C & C++ ? (Using GDB)
What is Segmentation Error? – It is the runtime mistake caused in view of the memory access infringement. For Eg :- Stackoverflow, read infringement and so forth We regularly deal with this issue when working out with pointers in c++/c. Read More …
How to Create Array of Objects in Java?
Java Array Of Objects, as characterized by its name, stores a variety of items. Not at all like a customary cluster that store esteems like string, number, Boolean, and so forth a variety of items stores OBJECTS. The exhibit components Read More …
How to avoid undefined offset error in PHP?
Prior to finding how to keep away from the PHP unclear offset blunder, we should see what it is. The indistinct offset is the one that doesn’t exist inside an exhibit. It is like/learn-php.htmlArrayOutOfBoundException in Java. An endeavor to access Read More …