Write a program in C for insertion sort. Write the step-by-step working of the insertion sort for the following set of data: 10, 25, 86, 1, 16, 95, 37, 56, 5, 15, 20, 4. Also count the number of swaps and comparison operations performed for it.
See Answer →What is a Circular Queue? Write an algorithm to perform insertion and deletion operation in a Circular Queue
See Answer →Write a C programme to implement a doubly linked list. Also write functions to perform insertion and deletion operations in it.
See Answer →Calculate the Operating Leverage, Financial Leverage and Combined Leverage from the following data under situation I and II and Financial Plan A & B.
| Installed Capacity | 4000 units | |||
| Actual Production & Sales | 75% of the Capacity | |||
| Selling Price | Rs. 30 per unit | |||
| Variable Cost | Rs. 15 per unit | |||
| Fixed Cost | ||||
| Under Situation I | Rs. 15,000 | |||
| Under Situation II | Rs. 20, 000 | |||
| Capital Structure | ||||
| Particulars | Financial Plan A B | |||
| Equity | 10,000 | 15,000 | ||
| Debt (rate of Interest at 20%) | 10,000 | 5,000 | ||
| 20,000 | 20,000 | |||
Write a program that accepts two polynomials as input and displays the resultant polynomial after multiplication of input polynomials
See Answer →Elaborate various asymptotic notations used to evaluate the efficiency of the algorithm.
See Answer →Discuss the concepts of confidence intervals and confidence limits with the help of an example.
See Answer →Discuss the concepts of confidence intervals and confidence limits with the help of an example.
See Answer →What do you understand by the terms ‘test of significance’? Why do we need to test any distribution for significance? Explain the reasons.
See Answer →What do you understand by Financial Restructuring? How will you assess merger as source of value addition.
See Answer →What are the various global sources of financing? Discuss the salient features of depository Receipts Scheme, 2014.
See Answer →Explain the various techniques used for measurement of project risk
See Answer →Power test and Speed test
See Answer →Discuss the distinguishing features of a project and describe the project life cycle.
See Answer →Structured and Unstructured Questionnaire
See Answer →Stratified Random Sampling and Simple Random Sampling
See Answer →Random error & Systematic error
See Answer →Write and run a program using 8086 assembly language that compares the values. of AL and BL registers. In case AL is more than BL, then program clears BL register otherwise it clears AL register. You can move value '1100 1010' in AL, register and '1100 1000' in BL register, initially
See Answer →Random error & Systematic error
See Answer →Write and run a program using 8086 assembly language which finds the highest of four byte values stored in memory. The highest value should be left in AL register.
See Answer →