Technicalsymposium.com - New Updates Alerts-Subscribe


Our Telegram Channel - Join Us


Our Free Email Alerts - Join Us



Important Note:Login & Check Your
Email Inbox and Activate Confirmation Link

Our Whatsapp Group - Join Us



Download Free Placement Materials with Answers





Free Placement Papers PDF





In assembler relocatable code generated by ...!!??

asn: indirect addressing

int v,u;

while(v != 0)

{

t = v % u;

v = u;

u = t;

}

find the time complexity of the above program.

x is passed by reference, y passed by value.

x = 3, y = 2;

foo(x, y)

var integer x, y;

{

x = x + 2;

y = y + 3;

}

main()

{

x = 5;

y = 5;

foo(x, y);

print (x, y);

} output of the above pseudo code.

How many flip flops you require for modulo 19 counter.

ring counter's initial state is 01000. after how many clock cylces will it return to the initial state.

some boolesn expression of the form x'y'z' + yz + .. ( something like this) find the simplified expression

given 6 bit mantissa in 2s complement form and 4 bit exponent is in excess-4 form in a floating point representation, find the number

ans -(something) * ( 2 to the power 3)

A signed no is stored in 10-bit register, what is the max and min possible value of the number.

Aptitude

log( X**3 + Y**3) where x=3/4 y=1/4

log(3) , log(7) & log(2) is given ...

ans:-0.385

last question of paper ..

sum of money of A & B =Rs.10

diffrence of A + B = Rs.9

ans : 50 pesa

one paper is equlely folded 50 times... what is new thikness of paper..

ans: 2**50

connect nine point without take-off pen & without overlapping line segment

1 2 3 4

* * * 5

* * * 6

0* * * 7

ans: start with 0 to 1 to 7 to 0 to 4 .

A room is 30 X 12 X 12. a spider is ont the middle of the samller wall, 1 feet from the top, and a fly is ont he middle of the opposite wall 1 feet from the bottom. what is the min distance reqd for the spider to crawl to the fly.

A man while going dowm in a escalator(which is miving down) takes 50 steps to reach down and while going up takes 125 steps. If he goes 5 times faster upwards than downwards. What will be the total no of steps if the escalator werent moving.

2/3 of corckery(plates) are broken, 1/2 have someother thing(handle) broken , 1/4 are both broken and handle broken. Ultimately only 2 pieces of corckery were without any defect. How many crockery were there in total.

It is difficult to draw a figure but another question was in which some NAND and OR gates were given.

ans - Z = true.

Inorder and preorder trees (expressions) are given and postorder tree (expression) is to be found out.

given a grammar, in which some productions of if then else etc were given. you had to choose one option that can be derived out of the grammar.

how many flip flops you require for modulo 33 counter.

ans : 6 f/f

7 bit ring counter's initial state is 0100010. after how many clock cylces will it return to the initial state.

ans : 6 cycles

some boolesn expression of the form x'y'z' + yz +.. ( something like this) find the simplified expression

ans:z(x+y)

given 6 bit mantissa in 2s complement form and 4 bit exponent is in excess-4 form in a floating point representation, find the number

ans -(something) * ( 2 to the power 3)

A signed no is stored in 10-bit register, what is the max and min possible value of the number. ans : 2^10 - 1.....max -2^10 ......min

13.int y int x

y=5+ x=5-

+ -

+ -

+ -

6*3 6*3

; ;

printf("%d", x); printf("%d",y);

what would be the o/p of the code.

ans : x=23;y=23;

a queue four elements a,b,c,d are there ,a=head d=tail. now following operations are performed

1.deletion

2, insertion of w and then x

3. again deletion

4. insertion of y

what is the format of the queue

configuration of four nand gates forming a XOR gate, but replace the last nand gate with a NOR gate.find the output expression.

simplify xy(bar)z+xy(bar)+xyz

operator overloading in c++ is

ans.provide operators with user defined functions.

in a machine a flating point number is represented in 2's complement mantissa 6 MSB exponent 4 LSB(excess 4 form) then 01101_0111(10 bits)

ans .656 * 2exp(-3)

Source: Contents are provided by Technicalsymposium Google Group Members.
Disclaimer: All the above contents are provided by technicalsymposium.com Google Group members.
Further, this content is not intended to be used for commercial purpose. Technicalsymposium.com is not liable/responsible for any copyright issues.

Technicalsymposium.com-All Quick Links & Study Notes PDF- Free Download