Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

L&T Interview Questions
Questions Answers Views Company eMail

What is the max demand on your transformer and your company?

10 68998

How do you connect the capacitors on polyphase circuits?

10 53970

Do you know how to measure the earth resistance? if so explain it

42 180924

Why a starter is used for a motor?

50 150128

What meant by lagging and leading? When if they are occurred what preventive methods should be taken?

14 57476

Whats meant by trivector meter where it is connected at the substation?

20 114679

What happens when a main method is declared as private?

22 75164

What Name space does the web page belon in the .net framework class hierarchy?

1 9211

Method of findingthe dry ingredient quantity of 1 m3 concrete.

25 198780

tell me about yourself?

10 26676

What is Liquidity Ratio?

19 46037

How can you clean up objects holding resources from within the code?

2 8141

What is a Quality Factor?

19 57921

what are active and Passive Components?

102 227493

tell about yourself, please do give with example .

42 128236

Post New L&T Interview Questions


L&T Interview Questions


Un-Answered Questions

Does django need a database?

538


How requirements( pir,sles order, customer requirement) are reduced after they are produced?

1094


How do I insert an illustration in word?

653


Is swift a good language?

814


is basic cost of the material includes tax?

2177


What is the difference between a class and a module?

5


under given circumstances, my cgi should link to another site. How to implement this?

1054


What are the different types of variables available in the task editor?

81


How do I set word back to default settings?

636


What are the types of functions in c?

1036


what is t code of journal voucher report with amount?

2278


This program is in verilog and need help to get it working correctly. This is the code i have so far. Please help. Simple testbench would be great. Thanks\ 'define vend_a_drink {D,dispense,collect} = {IDLE,2'b11}; module drink_machine(nickel_in, dime_in, quarter_in, collect, nickel_out, dime_out, dispense, reset, clk) ; parameter IDLE=0,FIVE=1,TEN=2,TWENTY_FIVE=3, FIFTEEN=4,THIRTY=5,TWENTY=6,OWE_DIME=7; input nickel_in, dime_in, quarter_in, reset, clk; output collect, nickel_out, dime_out, dispense; reg collect, nickel_out, dime_out, dispense; reg [2:0] D, Q; /* state */ // synopsys state_vector Q always @ ( nickel_in or dime_in or quarter_in or reset ) begin nickel_out = 0; dime_out = 0; dispense = 0; collect = 0; if ( reset ) D = IDLE; else begin D = Q; case ( Q ) IDLE: if (nickel_in) D = FIVE; else if (dime_in) D = TEN; else if (quarter_in) D = TWENTY_FIVE; FIVE: if(nickel_in) D = TEN; else if (dime_in) D = FIFTEEN; else if (quarter_in) D = THIRTY; TEN: if (nickel_in) D = FIFTEEN; else if (dime_in) D = TWENTY; else if (quarter_in) 'vend_a_drink; TWENTY_FIVE: if( nickel_in) D = THIRTY; else if (dime_in) 'vend_a_drink; else if (quarter_in) begin 'vend_a_drink; nickel_out = 1; dime_out = 1; end FIFTEEN: if (nickel_in) D = TWENTY; else if (dime_in) D = TWENTY_FIVE; else if (quarter_in) begin 'vend_a_drink; nickel_out = 1; end THIRTY: if (nickel_in) 'vend_a_drink; else if (dime_in) begin 'vend_a_drink; nickel_out = 1; end else if (quarter_in) begin 'vend_a_drink; dime_out = 1; D = OWE_DIME; end TWENTY: if (nickel_in) D = TWENTY_FIVE; else if (dime_in) D = THIRTY; else if (quarter_in) begin 'vend_a_drink; dime_out = 1; end OWE_DIME: begin dime_out = 1; D = IDLE; end endcase end end always @ (posedge clk ) begin Q = D; end endmodule

3451


Is vora based on sap hana? : hana vora

99


Explain 48 decision trees?

31


How secured is linux? Explain.

942