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

Alembic Interview Questions
Questions Answers Views Company eMail

Describe your experience with analytical instrumentation?

3 36665

what is meant by Stagging?

3 24116

what is role of medical representative

55 339069

how we do assay of urea, ammonium sulpate, ammonium nitro pospate etc

1 2928

i m BSc ( Bio) and MBA ( Fresher) in marketing,i wanna to know which type of job i can get in pharma sector. i face the quastaion in the interview that why do u choose this sector for the job after MBA

1 4858

why u want join cipla company as a medical representative

3 26709

what is the difference between sulphated ash and ROI

1 8879

why are you join in cipla company?

2316

how i can calculate the actual nos & size of steel to make 1000sqft. x 3"thick slab

2007

What is meaning of LOD and Water content ?

3 20420

In Force degradation Study Compound is not degrade in any condition , also in higher stress what can i do ?

4 9124

what is the use of tap density apparatus? why we calculate it? what is the difference between the bulk density and tap density?

1 4035

What are the significance of MKT in stability study.

1 6568

why we are using 6 dosage units in dissolution, and why we are using 6 tablets in disintegation test.is there any scientific reason beyond 6?

1 20687

In HPLC Calibration, On which basis RSD Limit of noise test is fixed (NMT 33.0 % )

2959

Post New Alembic Interview Questions




Un-Answered Questions

What does an exe file contain?

532


What is iam internal audit management?

364


If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

838


Tell me why the rsl of microwave link is in -ive?

547


What is a bean definition made up of?

142






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

2905


is there any other way to install s/w in mainframe apart from smp/e system?

2317


Explain the use of the 'rsecadmin' command

335


Hierarchical clustering algorithm is known to be?

31


Explain how binary number can give a signal or convert into a digital signal?

674


How to get typed text from a textbox?

585


What are the benefits of microsoft office sharepoint server 2007?

417


How many bytes is a long c#?

461


What is the significance of selectOne menu tag in JSF?

73


What is a multivibrator?

626