⟩ Explain how to convert binary to gray code and vice-verse?
for eg: code is 1101
this must be convert binary to gray then first 1 written as it is, 1 XOR 1
,1 XOR 0, 0 XOR 1.
then the gray code is 1 0 1 1
for eg: code is 1101
this must be convert binary to gray then first 1 written as it is, 1 XOR 1
,1 XOR 0, 0 XOR 1.
then the gray code is 1 0 1 1
How to test on design and style in software?
Which of the following architectures is/are not suitable for realizing SIMD?1. vector processor2. array processor3. von neumann4. both array processor and von neumann
Explain what are semiconductor devices?
Explain how many type of resistor are there in diode?
What is the difference between Silicon Controlled Switch (SCS) and Gate Turn-off Switch (GTO)?
Describe transducer EI pickups in instrumentation and control engineering?
What are the differences between voltage and current controlled devices?
Why the input resistance of an ideal OP-AMP is infinite and output resistance is zero?secondly, how can we measure these resistances(input and output) in case of an ideal OP-AMP and Real OP-AMP in the following conditions when1- load is not connected.2- load is connected.
Explain in wave guides TEM wave propagation is not exit, give the physical interpretation?
Explain what is the Tri State of a Signal?