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

Taj Group Electrical Engineering Interview Questions
Questions Answers Views Company eMail

What is meant by H.R.C fuse?

40 181373

what is safety measures of transformers.

16 65954

Why Neutral Earthing pits and body earthing is interconnected

3 14139

Why Earth pits are inter connected

8 17980

How to calculate the time setting for star connection in star delta starter? For example 10KW 3PH Induction motor.

2146

How much load with stand the copper cable by sq mm apro..

1 4224

Please tell me 1 ton = How many Kilowatt (Electrical)

19 103771

Post New Taj Group Electrical Engineering Interview Questions




Un-Answered Questions

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

2889


Short Answer on __________Trade

1435


find the discharge of water through a horizental venturimeter having 400mm dia at the inlet main and 150mm dia at thorat.if the diffrential gauge between inlet and thorat shows a pressure head of 25cm mercury. assume coefficient discharge 0.98 and specfic gravity of mercury as 13.6.

1796


What are the components of biztalk server architecture?

574


By using c++ with an example describe linked list?

588






A Old Government Job retired Personnel who is getting his Pension amount@Rs.11000/- per month. He has put his retirement Fund in Bank Deposit for 1 year. No Bank is deducted TDS on that amount. Do we have any way by which his TDS can be refunded or saved

1917


What is isset post?

564


What are Services in Angular and what command is used to create a service?

475


Is there any guideline say about display of earthing value near to earth pit

690


Tell me some techniques you employ to keep an office organized?

1112


describe the brief rehabilitation program for GBS ?

2288


Is a pc a server?

537


Define Private Cloud?

350


what are different types of electrical windings? i know the distributed winding ,concentrated winding etc but i want some detailed information, in what condition we will use distributed,concentrated windings what are the difference between them which is best, how induced emf changes by using different types of windings 20 hours ago - 1 week left to answer

1503


How can we launch a tajo cluster?

5