Relativity and Maxwell’s Equations
Author: Asma Mushtaq
Discuss the Electric Field of a Static and a Moving Charge
What is the Electrostatic Generator?
Electrostatic Generator What is the Electrostatic Generator? An electrostatic generator is also called the van de Graaff generator as it was put in practice by Van de Graaff and conceived by Lord Kelvin. It consists of a hollow spherical conductor Read More …
what are the Serial Transfer and Serial Shift Properties of Shift Registers?
what are the Serial Transfer and Serial Shift Properties of Shift Registers? what are the serial transfer and serial shift properties of shift registers? Serial Transfer is defined as “Transmission of information as sequential units. For example, if two computers Read More …
How to Determine the Overflow of Signed and Unsigned Numbers?
Why it is necessary to get the idea of overflow? Numbers represented in computer system have always have a specific range. It depends on how many bits your system process. Some systems are 32 bits while other are 64-bits. With the advancement in technology we have now larger bits processing systems. But they have limited range of numbers they can represent. Overflow refers to the condition when the given bits can not represent the given number. It means that number needs more bits for its representation. There is another situation where the number is small enough and not representable according to the given pattern of numbers. This is called underflow.
What are the Perfect Numbers? C++ Code for perfect Numbers Test
Introduction to Perfect Numbers Perfect numbers are a special kind of integer in mathematics. A perfect number is a positive integer that is equal to the sum of its proper divisors, excluding itself. In other words, the sum of the Read More …
What are the Applications of Zener Diode?
Introduction to Zener Diode What are the Applications of Zener Diode? Zener diode is the type of the diode that is designed for special purpose which is regulation. By the regulation we mean, maintaining constant voltages across its terminals. So Read More …
Introduction to PICKIT3 Burner/ Programmer/Debugger and its Interface with PIC18f4550
Basic Idea of PICKIT3 The PICKIT 3 is a popular programmer and debugger tool used in the development of microcontroller-based projects, particularly those involving PIC microcontrollers. It is developed by Microchip Technology, a leading provider of microcontroller and semiconductor solutions. Read More …
Indirect Measure Voltage and Exposure Time Device for Medical X-ray
Introduction X-rays machines are playing important role in today’s medical world. The invention of X-rays made easy diagnosis of the problem by their imaging technique. The x-rays are allowed to pass through the target and then diffracted after hitting the Read More …
What is the difference between microprocessor and microcontroller?
What is the difference between microprocessor and microcontroller? How are microprocessors and microcontrollers similar? Architectural Differences: Microprocessors vs Microcontrollers Other key differences: microprocessors vs. microcontrollers Application Scenarios: Microprocessors and Microcontrollers Both microprocessors and microcontrollers are internal components of electronic devices. Read More …