Breadth First Search (BFS) and Tree Traversal

Breadth First Search Example

Why we need tree structure in graph theory? What is the advantage and what are its applications? Trees are important to the structural understanding of graphs and to the algorithmic of information processing, and they play a central role in Read More …

How to Determine the Overflow of Signed and Unsigned Numbers?

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 Challenges in Embedded Systems Design?

What are the Challenges in Embedded Systems Design? What are the Challenges in Embedded Systems Design? Many embedded systems have substantially different design constraints than desktop computing applications. No single characterization applies to the diverse spectrum of embedded systems. However, Read More …

Implementation of Dipole Antenna using CST Microwave Studio

Dipole Antenna Design

Introduction In this article you will learn about the Implementation of Dipole Antenna using CST Microwave Studio. Here, we have describes a simple Dipole Antenna that has been proposed and reviewed for wireless applications using a resonating frequency of 2.4 Read More …