-
Draw the state
transition diagram for sequence detector for the
sequence 011. if the first bit detected is zero then
SCRH should be asserted when the second bit is 1 the
SCRH should remain asserted when the third bit is 1
the FOUND should be asserted and the SCRH should be
disasserted. No bits should be left.
-
ts=0.5 and Th=0.7 (for
the this is the setup time reqd and hold time reqd)
buffer has the delay of 1nsec
what is the setup time _________ns
what is the hold time ___________ns
a.

b.

-
for Each gate delay
time is 0.5
ns

a. For each gate
the delay time is 0.5 ns when will the glitch occur draw
the glitch waveform.
b. How the
circuit should be modified to avoid glitch.
-
describe the driving
inverter? What inverter is weak and which has more
strength? why?

-
what is the output of
the following circuit?

-
Draw the output waveform
for the following ckt
Vtp=Vtn=1V

-
obtain expression for the output (the i/ps
may not be in correct order)

-
Determine the output waveform input is


-

a.
What is the output waveform
b. What will happen when the AND gate is
replaced by OR gate
-
using 2:1 Mux and one inverter make XOR
gate
-
using 2:1 Mux make a transparent latch
(D f/f)
-
Design a ckt such that f (clk_out)=2 f
(CLK_in) that is frequency doubling circuit is needed

-
Find
the outputs of the following ckts

a). assume Vt = threshold
voltage
b).

c).
Software
questions:
Totally 20 questions
were asked
* Most of them from C and datastructures (in equal
nos)
* few from c++
-
Numbers sequential search has to
compare ______ elements on worst and _______numbers on
an average
-
-
Which of the following algorithm is not
applicable for lived list representation of numbers
1. binary search 2. Sequential search 3.
Selection sort
-
program to reverse a linked list all
the variables 3 left pair of statements they give, we
have to write the logic part
i.e. live
typedef struct link
{
int element;
struct link *next;
}code;
struct link rev(node *p)
{
node *t;
node *r=0;
while(p!=___)
{
t=____;
p=_____;
r=______;
}
return=______
-
exactly same type of question to check
whether the given string is palindrome or not
-
they gave one program and asked what it
is (it is fibonacci series)
-
int i=7;
printf(“%d”,i++*i++); what is the answer
-
int i=7;
printf(“%d”,i++*i++); what is the answer
7. struct code
{ int I;
int t;
}
/* some code */
main()
{
}
what is wrong ?
semicolon is missing after structure declaration
-
Selection
sort for N elements the no of comparisions needed and
no of swapping
-
One question from heap sort
-
One question about breadth
search
-
what is a language
* set of alphabet
* combination of alphabet
* strings of some alphabet
|