PCBWay

Q.1. What do you mean by word ‘digital’?

Answer: Digital means sequence of numbers having finite precision.

Q.2. What is the difference between digital system and analog system?

Answer: A digital system is a combination of devices designed to manipulate logical information or physical quantities that are represented in digital form that is the quantities can take only discrete values.

Example of digital systems includes digital computers and calculators, digital audio and video equipments etc.

An analog system contains devices that manipulate physical quantities that are represented in analog forms. In an analog system, the quantities can vary over a continuous range of values.

Q.3. What is the difference between digital signal and binary signal?

Answer: A digital signal is defined as a signal which has only a finite number of distinct values. Digital signals are not continuous signal, they are discrete signals. If a digital signal has only two distinct values, i.e. 0 and 1 then it is called as a binary signal.

Q.4. What are the advantages of digital signal?

Answer: Advantages of digital signal are: Digital signals can be processed and transmitted more efficiently and reliably than analog signals. It is possible to store the digital data. Play back or further processing of the digital data is possible. The effect of noise (unwanted voltage fluctuations) is less. So digital data does not get corrupt.

Q.5. Define number system.

Answer: A number system defines a set of values used to represent quantity. Examples of number system are binary, octal, decimal, duodecimal, hexadecimal etc.

Q.6. How the resolution can be increased in floating point representation of numbers? Answer: More the number of bits used in fraction part better will be the resolution.

Q.7. What is the size of bit, nibble, byte, word and double word in terms of number of bits? Answer: Bit = 1 bits, Nibble = 4 bits, Byte = 8 bits, word = 16 bits, double word =  32 bits.

Q.8. Which code is called as minimum change code and why?

Answer: Gray code is called as minimum change code because it has a very special feature that only one bit will change, each time the decimal number is incremented.

Q.9. What is a INHIBIT gate?

Answer: It is basically an AND gate with one of its input negated by an inverter. In INHIBIT operation output is zero when blocking input is one.

Q.10. What is the advantage of fixed point representation compared to floating point representation?

Answer: Complexity and the cost of algorithm is less in fixed point representation, so it is suitable for time domain filtering.

Q.11. What is the advantage of floating point representation compared to fixed point representation?

Answer: Quantization error is small and dynamic range is high for floating point representation so it is suitable for frequency domain algorithm.

Q.12. What are ASCII codes?

Answer: ASCII is the abbreviation of American Standard Code for Information Interchange. It is a universally accepted alphanumeric code. It is used in most computers and other electronic equipment. Most computer keyboards are standardized with ASCII. When we press a key, the corresponding ASCII code is generated which goes in to the computer. ASCII has 128 characters and symbols. We need 7 bits to represent 128 characters. So ASCII is a 7 bit code.

Q.13. Which gate is known as coincidence detector?

Answer: XNOR gate is known as coincidence detector.

Q.14. Which gates are used in parity checking and parity generation of binary numbers?

Answer: XOR and XNOR gates.

Q.15. What are degenerated functions?

Answer: Degenerated functions are those which generate single operation.

Q.16. What do you mean by sampling jitter?

Answer: Sampling jitter is the error in placement of each block edge controlling the point when sampling begins.

Q.17. What do you mean by aperture jitter?

Answer:  The RMS variation in time of the sampling instant caused by jitter in the sample-hold command signal is known as aperture jitter. It is associated with sample and hold circuit.

Q.18. What are universal gates?

Answer: Universal gates are those gates with the help of which any gates can be designed. NAND and NOR gates are universal gates.

Q.19. What is the difference between static logic circuits and dynamic logic circuits?

Answer: Static logic circuits perform the logical operations with voltage levels while dynamic logic circuits are based on the capacitive nature of input of MOSFET, working by transferring stored charges corresponding to logic levels from one circuit to another with the help of clock signals.

Q.20. Why look ahead carry adder is faster than ripple adder?

Answer: Look ahead carry adder is faster; since carry is generated in parallel at all the stages of addition rather than sequentially as in ripple adder.

Q.21. What will be the number of possible combinations with n variables?

Answer: The number of possible combinations with n variables is 2n.

Q.22. What will be the number of possible Boolean function with n variables?

Answer: The number of possible Boolean function with n variables is 22n.

Q.23. What is the difference between compiler and interpreter?

Answer: Compiler- Programs that converts English like words of a high level language into the machine language of a computer. It needs a given program called source code and translates the program into the machine language, called object code.

Interpreter- It translates one statement at a time from a source code to an object code.

Q.24. What is the difference between simulator and emulator?

Answer: Simulator is just software which acts like hardware inside which we can see all electronic components and connect them in different manner to get the output while emulator is actual hardware.

Q.25. What is the difference between assembler and cross assembler?

Answer: Assembler- The program that translates an assembly language program from mnemonics to the binary machine code of the computer is called Assembler.

Cross Assembler- The program that translates the mnemonics of a particular microprocessor into the mnemonics of other microprocessor is called a Cross Assembler.

Q.26. How microprocessor works without internal memory?

Answer: Microprocessor consists of address, data and control buses with some internal registers to process the task through external memory.

Q.27. Define memory word.

Answer: Memory word is a group of bits in a memory that represents instructions of some type. For example, a register consisting of 8 flip flops can be used as a memory for storing an 8 bit word.

Q.28. What is direct memory access (DMA)?

Answer: DMA interface is used for transferring data directly between an external device and memory. The bus buffers in the microprocessor are disabled and go into a high impedance state during DMA transfer.

Q.29. What is PLD?

Answer: Programmable logic device (PLD) is an IC that contains a large number of interconnected logic functions. The user can program the IC for a specific function by selective breaking the appropriate interconnections.

Q.30. Define PAL and PLA.

Answer: Programmable array logic (PAL) –

  • It is a class of programmable logic devices.
  • Its AND array is programmable while its OR array is hard wired.

Programmable logic array (PLA) –

  • It is a class of programmable logic devices.
  • Both its AND and OR arrays are programmable.
  • It is also called as field programmable logic array (FLPA).

Q.31. What are the requirements of a logic family?

Answer: The requirements of a logic family are-

  • Propagation delay time is minimum.
  • Losses should be minimum.
  • It should be highly immune to noise.
  • The size should be minimum.

Q.32. What are the characteristics of Resistor Transistor logic (RTL)?

Answer: The characteristics of Resistor Transistor logic (RTL)are-

  • Very much compatible with other logic families.
  • It is very economical. Its design is easy.
  • It has poor noise immunity.
  • Its speed is low.
  • Power dissipation is low.
  • It has low threshold and fan out is also less.

Q.33. What are the characteristics of Diode Transistor logic (DTL)?

Answer: The characteristics of Diode Transistor logic (DTL) are-

  • In this transistor acts as inverting amplifier.
  • It possesses high speed.
  • It has low power dissipation.
  • Logic is performed by diodes.
  • Noise immunity and fan out is poor.

Q.34. What are the characteristics of Integrated Injection logic (IIL)?

Answer: The characteristics of Integrated Injection logic (IIL) are-

  • Its power consumption is low.
  • It has only one output per gate.
  • It has good packing density.
  • Speed is low.
  • Noise margin is poor.
  • One transistor is grown for each gate.

Q.35. What are the characteristics of Transistor Transistor logic (TTL)?

Answer: The characteristics of Transistor Transistor logic (TTL) are-

  • It has good current capability.
  • It is very economical.
  • Its switching speed is good.
  • It is compatible with DTL and CMOS.
  • Schottky type has very high switching speed and low power consumption.

Q.36. What are the characteristics of Emitter Coupled logic (ECL)?

Answer: The characteristics of Emitter Coupled logic (ECL) are-

  • It has low noise.
  • It has got fastest speed among all logic devices.
  • It needs good heat sinking.
  • Its cost is high. Both normal and inverted outputs are obtained.
  • Its power consumption is high.

Q.37. What are the characteristics of Metal Oxide Semiconductor logic (MOS)?

Answer: The characteristics of Metal Oxide Semiconductor logic (MOS) are-

  • MOS family uses negative logic for its operation.
  • It is very economical.
  • It is easier to make large complex chips.
  • It needs both positive and negative supplies.
  • Its speed is very low.

Q.38. What are the characteristics of complementary metal oxide semiconductor (CMOS)?

Answer: The characteristics of complementary metal oxide semiconductor (CMOS) are-

  • Noise margin is high.
  • Its power dissipation is very low.
  • Area used is more than MOS.
  • Processing is very complicated.
  • Its speed is very low.

Q.39. What do you mean by current hogging and which logic family has this problem?

Answer: Current hogging problem is due to different characteristics of transistor. Owing to these differences, the saturation voltages of the load transistors may be different. So when one transistor enters into saturation it will not allow other transistors to enter saturation and will take whole of the current supplied from the driver gate. This is known as current hogging. DCTL has the problem of current hogging.

Q.40. What is Fanout?

Answer: It is the maximum number of similar logic gate input that can be driven by a logic gate output without affecting the logic gate performance. High fanout is advantageous because it reduces the need for additional drivers to drive more gates.

Q.41. What are combinational circuits?

Answer: A combinational circuit is a logic circuit the output of which depends only on the combination of the inputs. The output does not depend on the past values of inputs or outputs. Hence combinational circuits do not require any memory.

Q.42. What is magnitude comparator?

Answer: A magnitude comparator is a combinational circuit that compares two numbers A and B and determines their relative magnitudes. The outcome of comparison is specified by three variables that indicates whether A>B, A<B or A=B.

Q.43. What is the range of temperature over which logic families works satisfactorily?

Answer:The temperature range is 0 to 70∘c.

Q.44. Which saturated logic family is suitable for large scale integration (LSI)?

Answer: Integrated Injection logic (IIL) is the only saturated bipolar logic suitable for large scale integration because of small silicon chip area required and low power consumption.

Q.45. What is the use of schottky TTL?

Answer: Schottky TTL removes the storage time of transistors by preventing them from going into saturation. This version increases the speed of operation without an excessive increase in power dissipation. This is the most popular version in new designs.

Q.46. What is the advantage of using open collector output in TTL logic gates rather than using totem pole output?

Answer: With Totem pole output wired-And operation is not possible in TTL gates which may lead to transistor burning. With open collector output wired-AND operation is possible.

Q.47. What are sequential circuits?

Answer: In the sequential circuit, the timing parameter comes into picture. The output of a sequential circuit depends on the present time inputs, the previous output and the sequence in which the inputs are applied. In order to provide the previous input or output, a memory element is required to be used. Thus a sequential circuit needs a memory element.

Q.48. How will you define the present state and next state of sequential circuit?

Answer: Present state- The data stored by the memory element at any given instant of time is called as the present state of the sequential circuit.

Next state- The combinational circuit operates on the external inputs and the present state to produce new outputs. Some of these new outputs are stored in the memory element and called as the next state of the sequential circuit.

Q.49. Define clock skew.

Answer: Clock skew is defined as the difference in time between the clock edges arriving at a pair of clock inputs.

Q.50. What is a flip flop?

Answer: Flip flop is also known as the basic digital memory circuit or in other words it is the basic memory element. It has two stable states namely logic 1 state and logic 0 state. It can store one bit of digital information therefore it is also called as 1-bit memory cell. We can design it by using NOR gates or NAND gates.