Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
Illustrate out the features of infrared. Make a distinction between passive and active hub.
Explain why is a linked list termed as a dynamic data structure? Illustrate the merits of using linked lists over arrays?
Illustrate about the software quality models. Write down comprehensive note on the term Measurement Principles.
Write down the attributes of the effective software metrics. Make a distinction between Testing and Debugging.
Describe wait-die and wound-wait protocols for the deadlock prevention.
Make a view comprising of the person name all along with their manager name and company name.
Write down a query in domain calculus to determine all customers who encompass a loan amount of more than 1200.
Write down the merits and demerits of the distributed databases.
Describe first fit and best fit approaches of the memory management. Write down an algorithm for best fit approach.
Write down an algorithm for the quick sort. Compare its complexities for worst case, average case and the best case. Sort the given by using quick sort:
Illustrate the meaning of complete threaded binary tree? Explain how null pointers are replaced in it?
Describe the Drill-Down Analysis and Event Mapping in the context of EIS.
Describe the Star Schema and snowflake schema with the help of illustrations.
Describe the problem associated to use and storage of unstructured data in the data warehouse.
Specify some of the objectives of the formal review.
Explain what is Black box testing along with its advantages and disadvantages. Describe the term White box testing. State some of its benefits and drawbacks.
Describe about the Spiral Model. Also explain its advantages and disadvantages. Write about Waterfall Model with some of its advantages and disadvantages.
What do you mean by proxy server? Explain why proxy server is helpful in the network?
What do you mean by software maintenance? Explain different categories of the software maintenance. Name the category which consumes maximum effort and explain why?
Describe the empirical and heuristic cost estimation methods.
Describe Bottom-up Design and Top-down Design. Explain when is it suitable to use them?
Describe the method of selecting the root node of a Binary Space Partitioning Tree.
Transform the following infix expression into its equivalent postfix and prefix expression: (A+B^D)/ (E-F) +G. Determine the postfix expression for the following given expression: P : 6,2,3,+,-,3,8,2
By using the parametric approach of the Cyrus-Beck line clipping algorithm calculate the visible portion of the line segment joining P(15, 0) and Q(15, 40) for window area given by: P0(10,10), P1(20
Discuss the method of Quick sort by explaining the sorting of following given example:A = {9, 93, 16, 34, 42, 58}. Write down the program for explaining the insertion sort.