De 1
De 1
27.Define cycles?
If an input change includes a feedback transition through more than unstable
state then such a situation is called a cycle.
49.What is a half-adder?
The combinational circuit that performs the addition of two bits are called a
halfadder.
50.What is a full-adder?
The combinational circuit that performs the addition of three bits are called a
halfadder.
51.What is half-subtractor?
The combinational circuit that performs the subtraction of two bits are called
ahalfsubtractor.
52.What is a full-subtractor?
The combinational circuit that performs the subtraction of three bits are
called a half- subtractor.
56.What is decoder?
A decoder is a combinational circuit that converts binary information
from ‘n’ input lines to a maximum of 2n unique output lines.
57.What is encoder?
A decoder is a combinational circuit that converts binary information
from 2nInput lines to a maximum of ‘n’ unique output lines.
58.Define Multiplexing?
Multiplexing means transmitting a large number of information units
over a smaller number of channels or lines.
59.What is Demultiplexer?
A Demultiplexer is a circuit that receives information on a single line and
transmits this information on one of 2n possible output lines
62.From the truth table of a half adder derive the logic equation
63.From the truth table of a half subractor derive the logic equation
64.From the truth table of a full adder derive the logic equation
65.What is code conversion?
If two systems working with different binary codes are to be
synchronized in operation, then we need digital circuit which converts
one system of codes to the other. The process of conversion is referred to
as code conversion.
74.From the truth table of a full subtractor derive the logic equation
86.Explain DRAM?
The dynamic RAM (DRAM) is an operating mod, which stores the
binary information in the form of electric charges on capacitors. The
capacitors are provided inside the chip by MOS transistors.
The stored charges on the capacitors tend to discharge with time and the
capacitors must be tending to discharge with time and the capacitors must
be periodically recharged by refreshing the dynamic memory.
DRAM offers reduced power consumption and larger storage capacity in
a single memory chip.
87.Explain SRAM?
Static RAM (SRAM) consists of internal latches that store the binary
information. The stored information remains valid as long as the power is
applied to the unit. SRAM is easier to use and has shorter read and write
cycle. The memory capacity of a static RAM varies from 64 bit to 1
mega bit.
91.What is VHDL?
VHDL is a hardware description language that can be used to model a
digital system at many level of abstraction, ranging from the algorithmic
level to the gate level.
The VHDL language as a combination of the following language.
Sequential language
Concurrent language
Net-list language
Timing specification
Waveform generation language.
Volatile memory Non-volatile memory
They are memory units which lose stored information when power is
turned off.
E.g. SRAM and DRAM
It retains stored information when power is turned off.
E.g. Magnetic disc and ROM
112.What is counter?
A counter is used to count pulse and give the output in binary form.
129.What is a register?
Memory elements capable of storing one binary word. It consists of a group
of flip-flops, which store the binary information.
147.Define hazards.
Hazards are unwanted switching transients that may appear at the output of a
circuit because different paths exhibit different propagation delays.