Microcontroller is termed as “Computer-on-a-Chip“. It is named so, because not only the CPU, but RAM, ROM, I/O ports, Timer/Counter, Serial I/Os all are put together on a single microcontroller chip. Microcontrollers are task specific and are essentially used for…
Interview Experience – Aricent Technologies (On Campus)
Hello everyone, this is my interview experience at the on-campus placement drive of Aricent Technologies. Aricent visited our campus on 30th September 2015. Being from the Electronics & Communication Engineering (ECE) branch, I was very much excited about its visit,…
Interview Experience – WIPRO Limited – Telecom Domain (On Campus)
This is my interview experience for the post of Associate Telecom Engineer at Wipro Limited. Wipro visited our campus (JIIT Noida) for the first time to hire electronic students for their telecom domain. The selection procedure consisted of four parts:…
Interview Experience – Silicon Interfaces – for Trainee VLSI Design (Off Campus)
Hello everyone !!! This is my interview experience for the post of Trainee VLSI design at Silicon Interfaces, A software and VLSI Design centre. This post also presents my thoughts towards “What should be done to get noticed by VLSI…
Power Analysis in XILINX Xpower Analyzer
These are some simple steps which can be used to do the power analysis of a design using Xpower Analyzer which comes readily available in the ISE free web pack. ## Make sure your circuit can be synthesized. Then under…
Difference between Microprocessor & Microcontroller
When someone start dealing with Microprocessor; a very common doubt always strikes out in the initial phase: “What is the difference between Microprocessor and Microcontroller?” Let’s Define both microprocessor and microcontroller and then we will compare them. Microprocessor: We mean by…
Addition of 16-bit Numbers in 8085
This post would present you with assembly language program for 16-bit addition in 8085 microprocessor. The following Hex Code is a generic one for both no-carry and carry generation situation. // Manually store 1st 16-bit number in the memory location…
Addition of 8-bit Numbers in 8085
This post would present you with assembly language program for 8-bit addition in 8085 microprocessor. We will consider 2 different cases of addition (i) Addition of two 8-bit numbers generating no carry (ii) Addition of two 8-bit numbers generating a carry Addition…
NAND and NOR gate using CMOS Technology
For the design of any circuit with the CMOS technology; We need parallel or series connections of nMOS and pMOS with a nMOS source tied directly or indirectly to ground and a pMOS source tied directly or indirectly to Vdd.…
FAQs for Designing a Differential Amplifier
These are some of the commonly encountered questions regarding designing a Differential Amplifier – If you want to learn the basic design steps of a differential amplifier, then click here Q-1) When the design technology node changes, say from 180nm…