A switch is connected to pin RC0 and an LED to pin RB7. Write a program to get a status of SW and send it to LED. To write a program to get the status of a switch connected to Read More …
How to Design an LED Flasher on Arduino Board?
How to design an LED Flasher on Arduino Board How to design an LED Flasher on Arduino Board. An LED flasher is a simple circuit that is used for blinking the LED for a specific interval of time. That time Read More …
A Guide to Choosing the Right PC Case Size for Your Needs

In this Article you will find a guide about choosing the Right PC Case Size for Your Needs. PC cases are an essential component when building your own PC. While there is a myriad of aesthetics to choose from, the Read More …
Integral calculus: Definition, formulas, types, and examples

Introduction In calculus, integrals are used to find the volume and area of the region. This branch of calculus also provides graphs of the integral functions. Integral is used to solve the complex problems of calculus with respect to integrating Read More …
Difference Between Von Neumann and Harvard Architecture

VON Neumann Architecture: Before answering what is the difference between the Von Neumann and Harvard Architecture lets see what are their definitions. VON Neumann is a computer architecture that was described by mathematician and physicist John Von Neumann. He gave Read More …
How to Design a 4 bit Magnitude Comparator Circuit? Example

Two numbers are greater or less than :
To illustrate whether A is greater than or less than B, we check the relative magnitudes of pairs of significant digits, starting from the most significant digit. If the two digits of a pair are same, we compare the next lower significant pair of digits. The comparison continues till a pair of unequal digits is reached.
What is the File Register of PIC Microcontroller?
The File register of PIC Microcontroller Basically there is a program memory (code) and data memory in the PIC microcontroller. The data memory is a Read/Write memory (static RAM) and it is also called the file register of PIC microcontroller. Read More …
What is the Flag Register of PIC Microcontroller?
What is the Flag Register of PIC Microcontroller? What is the Flag Register of PIC Microcontroller? In general, PIC flag register is an 8-bit register. It is also referred to as status register. Even though status register is 8-bits wide, Read More …
How to Design a 4-bit Arithmetic Logic Unit (ALU)? DLD Project
Introduction How to Design a 4-bit Arithmetic Logic Unit (ALU)? 4-bit ALU (Arithmetic Logic Unit) is to perform mathematical operations (such as addition and subtraction) and logical operations (such as AND and OR) on 4-bit binary numbers. Components and Equipment Read More …
How to Design a Digital Stopwatch? Digital Logic Design Project

Introduction How to Design a Digital Stopwatch? A stopwatch is a timepiece designed to measure the amount of time that elapses between its activation and deactivation. To start and stop the time, and measure the time elapsed. Take continuous measurements Read More …