![]() |
|
| CADANCE Placement Papers CADANCE profile pattern , CADANCE Latest placement papers and Updated CADANCE 2006 2007 placement papers . If you have attended recent test of CADANCE , kindly post the model paper in this forum. |
![]() |
| LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Super Moderator Join Date: Feb 2006 Age: 27
Posts: 4,502
Thanks: 25
Thanked 455 Times in 257 Posts
Rep Power: 0 | Cadance 2006 Placement paper 1 Cadance 2006 Placement paper 1 Cadance 2006 paper 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. |
| | |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| All Big MNCs Latest 2006 Placement papers | sridhar | Companies Info & Recruitment Process | 3 | 07-04-09 07:40 PM |
| INFOSYS 2006 PLACEMENT PAPERS | sridhar | Companies Info & Recruitment Process | 2 | 14-04-07 02:22 PM |
| BirlaSoft 2006 placement paper | sridhar | BIRLA SOFT Placement Papers | 0 | 03-02-07 07:01 PM |
| ACCENTURE 2006 PLACEMENT PAPERS | sridhar | Companies Info & Recruitment Process | 1 | 22-10-06 12:29 PM |
| CTS 2006 PLACEMENT PAPERS | sridhar | Companies Info & Recruitment Process | 0 | 09-10-06 05:24 PM |
| More Interview Questions Here... |