Exforsys

Free Training

Cadance Technical - 1

This is a discussion on Cadance Technical - 1 within the Placement Papers forums, part of the Interviews and Job Listings category; 1.in assembler relocatable code generated by ...!!?? asn: indirect addressing 2. int v,u; while(v != 0) { t = v ...

Go Back   Exforsys > Career Management > Interviews and Job Listings > Placement Papers

Exforsys.com

  #1 (permalink)  
Old 05-04-2005, 08:12 AM
Senior Member
 
Join Date: Nov 2004
Posts: 579
JobHelper is on a distinguished road
Technical - 1

1.in assembler relocatable code generated by ...!!??
asn: indirect addressing


2. int v,u;
while(v != 0)
{
t = v % u;
v = u;
u = t;
}
find the time complexity of the above program.

3. 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.

4. how many flip flops you require for modulo 19 counter.


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

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

7. 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)

8. A signed no is stored in 10-bit register, what is the max and min
possible value of the number.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 06:43 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
Copyright 2004 - 2009 Exforsys Inc. All rights reserved.